Skip to content

Commit 75c43a9

Browse files
Merge pull request #969 from StingraySoftware/release_2_3
Prepare release 2.3
2 parents 77068e4 + 7b4f4f9 commit 75c43a9

12 files changed

Lines changed: 25 additions & 12 deletions

CHANGELOG.rst

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
v2.3 (2026-02-27)
2+
-----------------
3+
4+
New Features
5+
^^^^^^^^^^^^
6+
7+
- Added ``summed_flag`` to ``power_confidence_limits``, to make it work with averaged powers too. (`#952 <https://github.com/StingraySoftware/stingray/pull/952>`__)
8+
- Add function to save spectra in Xspec-compatible format (`#957 <https://github.com/StingraySoftware/stingray/pull/957>`__)
9+
- Add possibility to save to Xspec format for covariance/variability spectra (`#963 <https://github.com/StingraySoftware/stingray/pull/963>`__)
10+
- Improve treatment of coherence (`#965 <https://github.com/StingraySoftware/stingray/pull/965>`__)
11+
12+
13+
Bug Fixes
14+
^^^^^^^^^
15+
16+
- Fixed EventList.read to properly pass ``**kwargs.`` (`#950 <https://github.com/StingraySoftware/stingray/pull/950>`__)
17+
- Fixed an error in ``power_confidence_limits`` that led to systematically narrower confidence intervals. (`#951 <https://github.com/StingraySoftware/stingray/pull/951>`__)
18+
- Fixed uncertainty propogation error in ``Lightcurve.rebin()`` (`#953 <https://github.com/StingraySoftware/stingray/pull/953>`__)
19+
- Fixed convergence issues in ``power_upper_limit`` for summed powers and low count rates by replacing ``minimize`` with ``brentq``. (`#954 <https://github.com/StingraySoftware/stingray/pull/954>`__)
20+
- Fix initialization of ``countrate_err`` if errors are Poisson (`#958 <https://github.com/StingraySoftware/stingray/pull/958>`__)
21+
- Fix array_attrs property of ``Lightcurve`` (`#959 <https://github.com/StingraySoftware/stingray/pull/959>`__)
22+
- Speedup and improve robustness of ``fill_bad_time_intervals`` (`#968 <https://github.com/StingraySoftware/stingray/pull/968>`__)
23+
24+
125
v2.2.10 (2025-10-24)
226
--------------------
327

@@ -12,7 +36,7 @@ Bug Fixes
1236
^^^^^^^^^
1337

1438
- Fix issue with float128 in recent Numba versions (`#947 <https://github.com/StingraySoftware/stingray/pull/947>`__)
15-
- Fixed a bug in the `stingray.stats.power_upper_limit` function where the current minimizing method did not lead to convergence in some cases.
39+
- Fixed a bug in the `stingray.stats.power_upper_limit` function where the current minimizing method did not lead to convergence in some cases.
1640

1741

1842
v2.2.9 (2025-08-18)

docs/changes/950.bugfix.rst

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

docs/changes/951.bugfix.rst

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

docs/changes/952.feature.rst

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

docs/changes/953.bugfix.rst

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

docs/changes/954.bugfix.rst

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

docs/changes/957.feature.rst

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

docs/changes/958.bugfix.rst

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

docs/changes/959.bugfix.rst

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

docs/changes/963.feature.rst

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

0 commit comments

Comments
 (0)