All Versions
25
Latest Version
Avg Release Cycle
47 days
Latest Release
1001 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.2.0.rc5
February 11, 2020 -
v1.2.0.rc4
February 10, 2020 -
v1.2.0.rc3
January 30, 2020 -
v1.2.0.rc2
January 29, 2020 -
v1.2.0.rc1
January 24, 2020 -
v1.1.1 Changes
February 17, 2019๐ This is the first and only bug fix release in the 1.1.x series.
Full changelog:
1.1.1: (doi: 10.5281/zenodo.1040770)
- General:
- obspy.core:
- UTCDateTime now raises a meaningful exceptions when passing invalid or
๐ out-of-bounds 'julday' during initialization (see #1988) - Fix pickling of traces with a sampling rate of 0 (see #1990)
- read_inventory() used with non-existing file path (e.g. typo in filename)
๐ now shows a proper "No such file or directory" error message (see #2062) - Fix Trace.times(type='matplotlib') being slow (see #2112)
- read_events() and read_inventory() now trial most common plugins first
(QuakeML/StationXML, ...) in case of automatic file format detection (i.e.
๐ when file type was not explicitly specified, see #2113) - Event instances with Origin instances that have do not have defined
latitude/longitude attributes will no longer raise a TypeError when
๐ creating a string representation (see #2119 and #2127). - Fix Stream.get_gaps() when a trace is completely overlapping another trace
๐ (see #2218). - Fix Exception when comparing ComparingObjects (see #2220).
- Fix UTCDateTime.strftime() when year is <1900 on Python 2 (see #2167)
- Inventory objects are more convenient to create now. Network, station, and
channel codes can now be optional. Additionally the source parameter of
๐ inventories must no longer be specified at init time (see #2307, #2314).
- UTCDateTime now raises a meaningful exceptions when passing invalid or
- obspy.clients.arclink:
- Raise a warning at import time that the ArcLink protocol will be
๐ deprecated soon (see #1987).
- Raise a warning at import time that the ArcLink protocol will be
- obspy.clients.fdsn:
- Mass downloader: Priority lists are now correctly overwritten if
channel
๐ and/orlocation
are set (see #1810, #2031, #2047). - A few fixes and stability improvements for the mass downloader (see
#2081). - Fixed routing startup error when running under certain locales (see #2147)
- Update the IPGP mapping (see #2268).
- Adding a mapping for the KNMI (see #2270) services.
- Mass downloader: Priority lists are now correctly overwritten if
- obspy.clients.nrl:
- Set input units of overall sensitivity to input units of first stage in
๐ NRL.get_response() (see #2248)
- Set input units of overall sensitivity to input units of first stage in
- obspy.geodetics:
- Fix the vincenty inverse calculation for equatorial lines (see #2282).
- obspy.imaging:
- obspy.io.ascii:
- obspy.io.cnv:
- Bugfix when phase_mapping is passed as argument when writing a Catalog
๐ object to CNV (see #2001)
- Bugfix when phase_mapping is passed as argument when writing a Catalog
- obspy.io.css:
- obspy.io.gcf:
- ๐ obspy.io.mseed:
- Ability to read files that have embedded chunks of non SEED data. (see
#1981, #2057). - Fix util.get_start_and_end_time returning sample rate = 0 when sample rate
= ๐ 1 (see #2069) - Avoid showing invalid warnings when guessing endian during parsing
๐ timestamps (see #1988) - util.get_record_information() now works correctly for negative sampling
๐ rate factors and multipliers (see #2030, #2191).
- Ability to read files that have embedded chunks of non SEED data. (see
- obspy.io.nordic
- obspy.io.reftek:
- Fix problems reading some Reftek 130 files, presumably due to floating
point accuracy issues in comparing timestamps. Internal representation of
๐ time stamps is changed to integer nanosecond POSIX timestamp (see #2036,
#2038, #2105) - Fix a bug that prevents reading files that have no data in first channel
๐ (see #2101)
- Fix problems reading some Reftek 130 files, presumably due to floating
- obspy.io.sac:
- obspy.io.seiscomp:
- Fix inventory read when maxClockDrift is unset in SC3ML (see #1993)
- Fix the reading of FIR coefficients when multiple whitespaces in SC3ML
๐ (see #2259) - Fix the reading of the poles and zeros when multiple whitespaces in SC3ML
๐ (see #2260). - Fix reading files with zero sampling rates (see #2294 and #2293)
- Fix divide by zero error when parsing sc3ml files of zero sampling rage
๐ (see #2294).
- obspy.io.stationxml
- ๐ obspy.io.xseed:
- ๐ฆ obspy.signal:
- Allow singular COUNT units in evalresp (see #2003, #2011).
- Fix an evalresp issue in case of an analog PAZ stage zero denominator (see
#2171 and #2190) - PPSD: for safety reasons, raise an ObsPyException if trying to read a PPSD
npz file that was written with a newer version of the npz representation
๐ than is used by current ObsPy version (see #2051) - The ar_pick() trigger function now raises an error if the three data
๐ arrays don't have the same length (see #1801, #2148). - fix a precision issue in AR picker in case of low amplitude input (see
#2252 and #2253)
- obspy.taup:
- Fallback to linear slowness interpolation for very small and shallow
๐ layers (see #2126, #2129). - Fix bug preventing constant-velocity models with discontinuities at every
๐ layer boundary from being built (see #2264). - More robust resize method so TauPy now works properly on Python 3.7 (see
#2280, #2319).
- Fallback to linear slowness interpolation for very small and shallow
-
v1.1.1.rc4
February 16, 2019 -
v1.1.1.rc3
February 16, 2019 -
v1.1.1.rc2
February 15, 2019 -
v1.1.1.rc1
May 16, 2018