Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: SeismicData/pyasdf

Tags

0.8.2

Toggle 0.8.2's commit message
Add missing dependency.

0.8.1

Toggle 0.8.1's commit message
Version 0.8.1 (August 3, 2023)

* Fix a bug with the conda package.

0.8.0

Toggle 0.8.0's commit message
Version 0.8.0

* Drop support for Python <= 3.8.
* Support for the latest versions of all dependencies including Python
3.11.
* Internal code modernization.

0.7.5

Toggle 0.7.5's commit message
Version 0.7.5 (April 16, 2021)

----------------------------------
* Fix an issue when appending waveforms of less than one second in length.

0.7.4

Toggle 0.7.4's commit message
Version 0.7.4 (August 21, 2020)

----------------------------------
* Workaround for an issue with HDF5 on PPC64.

0.7.3

Toggle 0.7.3's commit message
Version 0.7.3 (July 22, 2020)

----------------------------------
* Use a different to copy the StationXML data in the process() function so
  it no longer gets stuck for large runs with MPI. See #62.

0.7.2

Toggle 0.7.2's commit message
Version 0.7.2 (July 22, 2020)

----------------------------------
* Replaced some numpy functionality that will be deprecated in future numpy
  versions.
* Warnings will now raise when running the tests.

0.7.1

Toggle 0.7.1's commit message
Version 0.7.1 (June 15, 2020)

----------------------------------
* Write namespace abbreviations so that ObsPy can read the written
  StationXML files again with the other namespaces.

0.7.0

Toggle 0.7.0's commit message
Version 0.7.0 (June 14, 2020)

----------------------------------
* More conservative merging of stations. Stations are now only merged if
  everything except start and end date and the channels are the same.
  Otherwise they are not merged and will be retained. See #61. This might
  result in some slightly larger StationXML files in the ASDF files but
  should make no difference for downstream tools so it should affect
  users.

0.6.1

Toggle 0.6.1's commit message
Version 0.6.1 (April 9, 2020)

----------------------------------
* `pytest` is no longer a runtime dependency.