ObsPy v1.2.2 Release Notes

Release Date: 2020-06-29 // over 3 years ago
  • ๐Ÿ”„ Changes:

    • obspy.core:
      • Fix wrong values in Stats object after deepcopy or pickle of Stats object
        ๐Ÿ‘€ for edge cases (see #2601)
    • obspy.clients.fdsn:
      • EIDA routing client: fix an issue that leaded to a request of all EIDA
        data when requesting an invalid, out-of-epochs time window for a valid
        ๐Ÿ‘€ station (see #2611)
      • update RASPISHAKE URL mapping to use https
      • fix a bug of not handling HTTPException in mass_downloader (see #2606)
      • use the client's set timeout in service discovery, too (see #2656)
      • add URL mapping for FDSNWS at UIB-NORSAR (see #2659)
    • obspy.clients.filesystem:
      • sds: continue get_all_stations() even if encountering an invalid channel
        ๐Ÿ‘€ code (see #2636)
    • obspy.clients.neic:
      • Make client socket blocking (see #2617)
    • obspy.io.hypodd:
      • Allow 60.0 seconds in the second field of origin times, allow NaN in
        ๐Ÿ‘€ the magnitude field for pha format (see #2627)
    • obspy.io.nordic:
      • Fixed a bug raising an exception when reading a nordic file with a non
        ๐Ÿ‘€ positive-definite covariance matrix (see #2593)
    • obspy.io.seiscomp:
      • Fixed an issue where a response has zero zeros or poles (see #2633)

Previous changes from v1.2.1

  • ObsPy 1.2.1 (doi: 10.5281/zenodo.3706479)

    ๐Ÿ”„ Changes:

    • ๐Ÿ›  fix an installation issue with pip and setuptools version 46 (see #2578)
    • ๐Ÿ›  fix response plots when providing axes=... with a numpy array of Axes
      ๐Ÿ‘€ instances (see #2579)