Skip to content

Commit 13881e4

Browse files
Merge pull request #827 from StingraySoftware/release_2d1
Prepare for release 2.1
2 parents 822f755 + d12ce59 commit 13881e4

9 files changed

+26
-8
lines changed

CHANGELOG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
v2.1 (2024-05-29)
2+
-----------------
3+
4+
New Features
5+
^^^^^^^^^^^^
6+
7+
- Add function to calibrate event lists based on RMF file (`#804 <https://github.com/StingraySoftware/stingray/pull/804>`__)
8+
- Speed up computation of pds for large arrays (`#808 <https://github.com/StingraySoftware/stingray/pull/808>`__)
9+
- Add support for XTE science event data (`#816 <https://github.com/StingraySoftware/stingray/pull/816>`__)
10+
- A friendlier API for the non-paralyzable dead time model model (`#800 <https://github.com/StingraySoftware/stingray/pull/800>`__)
11+
12+
Bug Fixes
13+
^^^^^^^^^
14+
15+
- Fix issue when setting a property from a FITS file read (`#814 <https://github.com/StingraySoftware/stingray/pull/814>`__)
16+
- Fix case when analyze_segments has an invalid segment (`#822 <https://github.com/StingraySoftware/stingray/pull/822>`__)
17+
- Substitute np.asarray with np.asanyarray everywhere, to avoid copying memory maps into memory if possible (`#824 <https://github.com/StingraySoftware/stingray/pull/824>`__)
18+
19+
20+
Internal Changes
21+
^^^^^^^^^^^^^^^^
22+
23+
- Dead time model fixes: more stable computations, better plotting of check_A and check_B (`#800 <https://github.com/StingraySoftware/stingray/pull/800>`__)
24+
- Bumped jinja version to 3.1.4 (`#825 <https://github.com/StingraySoftware/stingray/pull/825>`__)
25+
26+
127
v2.0 (2024-03-13)
228
-----------------
329

docs/changes/800.trivial.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/804.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/808.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/814.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/816.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/822.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/824.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changes/825.trivial.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)