ObsPy v1.2.2 Release Notes
Release Date: 2020-06-29 // almost 3 years ago-
๐ Changes:
- obspy.core:
- Fix wrong values in Stats object after deepcopy or pickle of Stats object
๐ for edge cases (see #2601)
- Fix wrong values in Stats object after deepcopy or pickle of Stats object
- 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)
- EIDA routing client: fix an issue that leaded to a request of all EIDA
- obspy.clients.filesystem:
- sds: continue get_all_stations() even if encountering an invalid channel
๐ code (see #2636)
- sds: continue get_all_stations() even if encountering an invalid channel
- 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)
- Allow 60.0 seconds in the second field of origin times, allow NaN in
- obspy.io.nordic:
- Fixed a bug raising an exception when reading a nordic file with a non
๐ positive-definite covariance matrix (see #2593)
- Fixed a bug raising an exception when reading a nordic file with a non
- obspy.io.seiscomp:
- Fixed an issue where a response has zero zeros or poles (see #2633)
- obspy.core: