Skip to content

Latest commit

 

History

History
201 lines (159 loc) · 7.49 KB

HISTORY.rst

File metadata and controls

201 lines (159 loc) · 7.49 KB

History

0.1.0 (2020-12-30)

  • First release on PyPI.

0.1.3 (2021-06-25)

  • Added time series filters
  • PoleZeroFilter
  • CoefficientFilter
  • FIRFilter
  • TimeDelayFilter
  • FrequencyAmplitudePhaseFilter
  • Added translations to/from StationXML
  • Updated tests
  • Fixed minor bugs
  • Updated documentation

0.1.5 (2021-11-13)

  • Bug fixes
  • Updated how units are handled
  • If survey.id is None set it to fdsn.network if available (mainly an IRIS DMC fix)
  • Updated translation of Experiment to StationXML
  • Updated tests

0.1.6 (2021-12-07)

  • Bug fixes (mainly in mt_metadata.timeseries.filters)
  • Updated tests
  • Channel codes are handled "better"
  • Updating translation between Experiment and StationXML
  • Updated how filters are plotted
  • Adding notebooks to documentation

0.1.7 (2022-01-10)

  • Updating how transfer functions are handled
  • Added readers and metadata standards for
    • EDI files
      • Z-files
      • J-Files
      • AVG file
      • EMTF XML files
  • Added tests for transfer functions
  • Updated mt_metadata.transfer_functions.core.TF
  • Added documentation on transfer functions

0.1.8 (2022-04-07)

  • Bug fixes (mainly in the transfer functions)
  • Combined timeseries and transfer_function metadata where similar, so now transfer_function metadata imports from timeseries when applicable. Reduces files and redundancy.
  • Updated documentation

0.2.0 (2022-09-10)

  • minor bug fixes
  • update reading .AVG files

0.2.1 (2023-01-18)

  • Update setup.py
  • updating reading emtfxml files
  • Fix issue 95
  • Add model error
  • Make sure filter names are unique
  • Fix Empty Z file
  • Add metadata
  • added test for multiple networks in stationxml
  • updating to make mth5 work with single metadata object in ChannelTS and RunTS
  • added test for null channel component
  • Mth5 patch129 fixes
  • Update edi.py
  • add a line to allow aux channel component to be empty
  • Update edi.py
  • Mth5 patch129 fixes

0.2.2 (2023-02-17)

  • Fixed bug in Station.channels_recorded when a string is input

0.2.3 (2023-04-24)

  • Add methods for t0/from transfer function file type
  • Update when an np.datetime64 is input
  • MTime update to handle nanosecond accuracy
  • MTime and pandas Timestamp cannot handle large future or past dates
  • Fix input time with isoformat attribute
  • updating if a timedelta is subtracted
  • Updates from main into fix_issue_133
  • Fix issue #133
  • Update EMTFXML ouptut format
  • Add FC Metadata

0.3.0 (2023-09-29)

0.3.1 (2023-10-15)

  • Minor bug fixes

0.3.2 (2023-11-08)

  • remove restriction on Pandas < 2
  • minor bug fixes

0.3.3 (2023-11-08)

  • update pandas.append to concat

0.3.4 ()

0.3.5 ()

0.3.6 ()

0.3.7 (2024-08-16)

0.3.8 (2024-09-30)