Skip to content

Commit

Permalink
Merge pull request #827 from StingraySoftware/release_2d1
Browse files Browse the repository at this point in the history
Prepare for release 2.1
  • Loading branch information
matteobachetti authored May 29, 2024
2 parents 822f755 + d12ce59 commit 13881e4
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 8 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
v2.1 (2024-05-29)
-----------------

New Features
^^^^^^^^^^^^

- Add function to calibrate event lists based on RMF file (`#804 <https://github.com/StingraySoftware/stingray/pull/804>`__)
- Speed up computation of pds for large arrays (`#808 <https://github.com/StingraySoftware/stingray/pull/808>`__)
- Add support for XTE science event data (`#816 <https://github.com/StingraySoftware/stingray/pull/816>`__)
- A friendlier API for the non-paralyzable dead time model model (`#800 <https://github.com/StingraySoftware/stingray/pull/800>`__)

Bug Fixes
^^^^^^^^^

- Fix issue when setting a property from a FITS file read (`#814 <https://github.com/StingraySoftware/stingray/pull/814>`__)
- Fix case when analyze_segments has an invalid segment (`#822 <https://github.com/StingraySoftware/stingray/pull/822>`__)
- Substitute np.asarray with np.asanyarray everywhere, to avoid copying memory maps into memory if possible (`#824 <https://github.com/StingraySoftware/stingray/pull/824>`__)


Internal Changes
^^^^^^^^^^^^^^^^

- Dead time model fixes: more stable computations, better plotting of check_A and check_B (`#800 <https://github.com/StingraySoftware/stingray/pull/800>`__)
- Bumped jinja version to 3.1.4 (`#825 <https://github.com/StingraySoftware/stingray/pull/825>`__)


v2.0 (2024-03-13)
-----------------

Expand Down
1 change: 0 additions & 1 deletion docs/changes/800.trivial.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/804.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/808.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/814.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/816.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/822.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/824.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changes/825.trivial.rst

This file was deleted.

0 comments on commit 13881e4

Please sign in to comment.