You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
Version 0.7.1 (June 15, 2020)
----------------------------------
* Write namespace abbreviations so that ObsPy can read the written
StationXML files again with the other namespaces.
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.