Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release 2.1 #827

Merged
merged 2 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading