Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump obspy from 1.4.0 to 1.4.1 #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps obspy from 1.4.0 to 1.4.1.

Changelog

Sourced from obspy's changelog.

1.4.1 (doi: 10.5281/zenodo.11093256)

Changes:

  • obspy.core:
    • fix a bug in response calculation with non-SI input units. With e.g. "nm/s" as first stage input units (which is unusual, though), the amplitude of the frequency response was calculated wrongly, not taking into account the scaling factor needed to get from "nm/s" to "m/s". In general if this bug would have been encountered before it should have led to quite obviously wrong results, since it would lead to values that would have been off by at least two orders of magnitude (e.g. in case of "cm/s") or even up to nine orders of magnitude (e.g. in case of "nm/s"). (see #3369)
    • fix a bug in Stream.select(inventory=...) (see #3282)
    • fix a problem in Stream.plot() failing to remove the "min-max-plot zoom warning" when interactively zooming into and then again out of a plot with reduced number of points plotted with matplotlib >=3.6 (see #3318)
    • fix an issue with Stream.rotate() when there are dots in e.g. station code (see #3373)
  • obspy.clients.fdsn:
    • update URLs for FDSN web services raspberryshake, ISC and LMU (see #3264, and #3413)
    • properly include server response in error messages on bad requests (see #3306)
    • IRIS/Earthscope: fix all "catalogs" and "contributors" being suffixed with '\n ' (see #3438)
  • obspy.clients.nrl:
    • better handling of individual stages units when combining sensor and datalogger response from a full downloaded offline version of the new NRL v2 (see #3315, #3395)
    • add support to use new categories "integrated" and "soh" in new NRL v2 (see #3315)
  • obspy.clients.seedlink:
    • avoid unnecessary calls to "get_info()" on waveform requests without wildcards (see #3232)
  • obspy.imaging:
    • fix a bug that raised an error when plotting beachball patches with routine "beach" with providing an existing axes instance (for proper scaling) and saving to vector graphics as pdf/eps (see #2887)
    • fix a problem in Stream.plot() failing to remove the "min-max-plot zoom warning" when interactively zooming into and then again out of a plot with reduced number of points plotted with matplotlib >=3.6 (see #3318)
    • fix some issues with bad x-tick positioning and labeling in dayplots (see #3361)
    • fix a bug in Stream.plot() where the plotting method argument (e.g., 'fast', 'full') was ignored for section-type plots
  • obspy.io.gcf:
    • Fixed an issue in algorithm to split and encode last few data into GCF blocks (see #3252)

... (truncated)

Commits
  • 1be221b release 1.4.1
  • b9e5baf tag 1.4.1rc1
  • e955786 Merge pull request #3436 from obspy/ci_312
  • 664919d Merge pull request #3438 from obspy/earthscope_fdsn_event
  • 4f09a39 fdsn: adjust an IRIS test
  • a74d6b5 Merge pull request #3437 from obspy/deprecations
  • 5baab0e changelog
  • 4564f7f IRIS/Earthscope FDSNWS event: cleanup catalog/contributors
  • b8732ee adjust to a function name change in scipy
  • f1648ea gh-actions: delete duplicate merged artifacts
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [obspy](https://github.com/obspy/obspy) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/obspy/obspy/releases)
- [Changelog](https://github.com/obspy/obspy/blob/1.4.1/CHANGELOG.txt)
- [Commits](obspy/obspy@1.4.0...1.4.1)

---
updated-dependencies:
- dependency-name: obspy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants