Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

38 lines (24 loc) · 1.42 KB

Changelog

0.5.3 - 2025-01-27

Fixed

  • merge changes in upstream fork of bas-apres (commit in that sub-module: 59dbd62)

0.4.0 - 2025-01-16

Changed

  • Update load.py to using bas-apres instead of our own loading code

Added

  • Add many new tests

Removed

  • Remove ApRES_plot.py

Fixed

  • move chirp_time dtype correction 8c9a5fe
  • deal with case when nattenuators is different in different bursts in attended lod bf3028b
  • fix bug in attended load using from_dats.load() 8c9a5fe
  • fix bug aligning profiles in computeProfile 44487cc

0.3.0 - 2025-01-15

Added

  • Add the displacement_timeseries method in utils
  • Add the compute_displacement method in utils
  • Add a number of methods that displacement_timeseries and compute_displacement call in utils
  • Add the computeProfile method in utils
  • Add documentation hosted on github pages
  • Add material to usingXApRES.ipynb (now superseded by the documentation)