Skip to content

v2.0.0 - Python 3 release

Latest
Compare
Choose a tag to compare
@manoch-iris manoch-iris released this 16 Nov 16:35
· 15 commits to master since this release

In this release:

  • A significant change has been made in how data are requested. With the v1 release, only data from IRIS or user local disk were retrieved, but v2 supports data retrieval from all FDSN data providers via our FedCatalog service (http://service.iris.edu/irisws/fedcatalog/1/). See https://ds.iris.edu/gmap/ for a map of the FDSN stations from different data centers.
  • The PDF/PSD package now uses matplotlib.csd to compute PSDs
  • All three packages have been upgraded to Python 3
  • All scripts have been updated to follow PEP 8 as much as possible, although some of the old-style code still remains for compatibility