Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps obspy from 1.2.1 to 1.4.2.

Changelog

Sourced from obspy's changelog.

1.4.2 (doi: 10.5281/zenodo.15309143)

Changes:

  • General:
    • add support for numpy v2.0 (see #3461)
  • obspy.core:
    • util: removed old and outdated 'CatchWarnings' context manager in favor of the better 'CatchAndAssertWarnings' context manager (see #3452)
  • obspy.clients.fdsn
    • make sure to use a copy of DEFAULT_SERVICES when initializing a client instance while skipping service discovery, to avoid accidental changes to DEFAULT_SERVICES (see #3493)

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)
    • IRIS is now Earthscope. Adjusted all mention in docs accordingly and using 'IRIS' as short URL in FDSN client initialization as well as using 'iris-federator' in FDSN routing client initialization will show deprecation warnings to use 'EARTHSCOPE' and 'earthscope-federator' instead, respectively, but both old namings will still work (see #3448 and #3456)
  • obspy.clients.iris:
    • IRIS is now Earthscope. Adjusted all mention in docs accordingly. The module name will stay as 'obspy.clients.iris', though, to avoid breaking

... (truncated)

Commits
  • a629e8c tag and release 1.4.2
  • 1876520 Merge pull request #3566 from obspy/release_1.4.2
  • 2e32268 tag 1.4.2rc2
  • 5093539 revert skipping of some wheels
  • 69206f1 exclude most wheel builds for testing
  • be1e473 ci testing upload to testpypi
  • 5bbe048 ci testing upload to testpypi
  • 1172f90 tag 1.4.2rc1
  • ac62814 core.util: get rid of old and outdated CatchWarnings context manager
  • e185418 try to fix some issue with our catch warnings context manager
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 1, 2025
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants