Skip to content

Release 2.1

Latest
Compare
Choose a tag to compare
@matteobachetti matteobachetti released this 29 May 09:04
· 4 commits to main since this release
13881e4

v2.1 (2024-05-29)

New Features

  • Add function to calibrate event lists based on RMF file (#804)
  • Speed up computation of pds for large arrays (#808)
  • Add support for XTE science event data (#816)
  • A friendlier API for the non-paralyzable dead time model model (#800)

Bug Fixes

  • Fix issue when setting a property from a FITS file read (#814)
  • Fix case when analyze_segments has an invalid segment (#822)
  • Substitute np.asarray with np.asanyarray everywhere, to avoid copying memory maps into memory if possible (#824)

Internal Changes

  • Dead time model fixes: more stable computations, better plotting of check_A and check_B (#800)
  • Bumped jinja version to 3.1.4 (#825)