Skip to content

Commit 0df0f02

Browse files
Merge pull request #937 from StingraySoftware/use_timepixr_timedel
Use the timepixr keyword when calculating times
2 parents 4884be2 + c771ff6 commit 0df0f02

File tree

13 files changed

+61
-15
lines changed

13 files changed

+61
-15
lines changed

CHANGELOG.rst

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
1-
v2.3 (under development)
2-
------------------------
1+
v2.2.9 (2025-08-18)
2+
-------------------
3+
4+
Deprecations
5+
^^^^^^^^^^^^
6+
7+
- The use of ``astropy.tests.runner.TestRunner`` is now deprecated. (`#888 <https://github.com/StingraySoftware/stingray/pull/888>`__)
8+
9+
10+
New Features
11+
^^^^^^^^^^^^
12+
13+
- Better support for Chandra event files (`#877 <https://github.com/StingraySoftware/stingray/pull/877>`__)
14+
- Added functionality to read LAXPC observations. (`#929 <https://github.com/StingraySoftware/stingray/pull/929>`__)
15+
- GtiCorrPowerspectrum is a new class to calculate long-term power spectra from gappy data (`#933 <https://github.com/StingraySoftware/stingray/pull/933>`__)
16+
17+
18+
Bug Fixes
19+
^^^^^^^^^
20+
21+
- Fixed issue with counting ``0`` bin occupancy in ``fold_events`` with ``mode='pdm'`` (`#872 <https://github.com/StingraySoftware/stingray/pull/872>`__)
22+
- Fixed power upper limit in ``stingray.stats`` for n =/= 1 (`#922 <https://github.com/StingraySoftware/stingray/pull/922>`__)
23+
- Account for the TIMEPIXR and TIMEDEL keywords when calculating times (`#937 <https://github.com/StingraySoftware/stingray/pull/937>`__)
24+
25+
26+
Documentation
27+
^^^^^^^^^^^^^
28+
29+
- Sidebar in documentation now scrolls independently of the main content and wraps long text to next line instead of cropping it. (`#918 <https://github.com/StingraySoftware/stingray/pull/918>`__)
30+
- Added `stingray.varenergyspectrum.CountSpectrum` to docs. (`#884 <https://github.com/StingraySoftware/stingray/pull/884>`__)
31+
32+
33+
Internal Changes
34+
^^^^^^^^^^^^^^^^
35+
36+
- Bump jinja2 version to 3.1.5 (`#878 <https://github.com/StingraySoftware/stingray/pull/878>`__)
37+
- Added a test to check ``profile``, when ``fold_events`` method called with ``mode= "pdm"`` after the bug fix #872. (`#880 <https://github.com/StingraySoftware/stingray/pull/880>`__)
38+
- Suppressed deprecation warnings related to `numpy.core.einsumfunc` as it is causing test failure described in (https://github.com/StingraySoftware/stingray/issues/882) (`#886 <https://github.com/StingraySoftware/stingray/pull/886>`__)
39+
40+
41+
v2.2.7 (2025-04-08)
42+
-------------------
343

444
New Features
545
^^^^^^^^^^^^

docs/changes/872.bugfix.rst

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

docs/changes/877.feature.rst

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

docs/changes/878.trivial.rst

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

docs/changes/880.trivial.rst

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

docs/changes/884.doc.rst

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

docs/changes/886.trivial.rst

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

docs/changes/888.deprecation.rst

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

docs/changes/918.feature.rst

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

docs/changes/922.bugfix.rst

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

0 commit comments

Comments
 (0)