Skip to content

Commit ff99646

Browse files
Merge pull request #876 from StingraySoftware/release_226
Create release 2.2.6
2 parents c298e2c + c190273 commit ff99646

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
1-
v2.2.2 (2024-10-25)
2-
-------------------
3-
4-
Docs
5-
^^^^
1+
v2.3 (under development)
2+
------------------------
63

7-
- Add newly-accepted JOSS paper to docs, update citation information, and fresh new badges (`#829 <https://github.com/StingraySoftware/stingray/pull/829>`__)
4+
New Features
5+
^^^^^^^^^^^^
86

9-
v2.2.1 (2024-10-23)
10-
-------------------
7+
- Read the OBS_ID keyword from the FITS file if present (`#863 <https://github.com/StingraySoftware/stingray/pull/863>`__)
8+
- Use the formulas from Ingram+2019 consistently when calculating cross spectral errors, including lags (`#865 <https://github.com/StingraySoftware/stingray/pull/865>`__)
9+
- Implement filter by time interval in stingraytimeseries objects (`#866 <https://github.com/StingraySoftware/stingray/pull/866>`__)
1110

1211
Bug Fixes
1312
^^^^^^^^^
14-
1513
- Fix issue with FITS headers, especially for RXTE data (`#853 <https://github.com/StingraySoftware/stingray/pull/853>`__)
14+
- Fix issue when passing a single GTI to FitsTimeseriesReader.apply_gti_lists() (`#858 <https://github.com/StingraySoftware/stingray/pull/858>`__)
15+
- Fix scipy futurewarning about the inputs to the Toeplitz matrix in bispectrum (`#861 <https://github.com/StingraySoftware/stingray/pull/861>`__)
16+
- Fix problem with data types fed to scipy special functions (`#870 <https://github.com/StingraySoftware/stingray/pull/870>`__)
17+
- Set a lower limit to the number of photons in a segment of data used for certain ``VarEnergySpectrum`` subclasses. This avoids, e.g., spurious high covariance measurements in low-count data sets. (`#874 <https://github.com/StingraySoftware/stingray/pull/874>`__)
18+
19+
Docs
20+
^^^^
21+
22+
- Add newly-accepted JOSS paper to docs, update citation information, and fresh new badges (`#829 <https://github.com/StingraySoftware/stingray/pull/829>`__)
1623

1724

1825
v2.2 (2024-10-22)

docs/changes/858.bugfix.rst

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

docs/changes/861.bugfix.rst

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

docs/changes/863.feature.rst

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

docs/changes/865.feature.rst

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

docs/changes/866.feature.rst

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

docs/changes/870.bugfix.rst

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

docs/changes/874.bugfix.rst

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

0 commit comments

Comments
 (0)