You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
v2.0 beta (2024-01-31)
2
-
----------------------
1
+
v2.0 (2024-03-13)
2
+
-----------------
3
3
4
4
New Features
5
5
^^^^^^^^^^^^
@@ -33,6 +33,7 @@ Bug Fixes
33
33
- Fix issue with the Poisson noise calculation in lag spectra, that produced NaN errors under some conditions (`#789 <https://github.com/StingraySoftware/stingray/pull/789>`__)
34
34
- Fix rms computation and error bars (`#792 <https://github.com/StingraySoftware/stingray/pull/792>`__)
35
35
- Fix issue with ``Powerspectrum`` of a single light curve (`#663 <https://github.com/StingraySoftware/stingray/pull/663>`__)
36
+
- Fix nphots estimate in accelsearch, that lead to an underestimation of the power of candidates (`#807 <https://github.com/StingraySoftware/stingray/pull/807>`__)
36
37
37
38
Breaking Changes
38
39
^^^^^^^^^^^^^^^^
@@ -49,6 +50,7 @@ Internal Changes
49
50
- Separate slow tests from quick ones (`#758 <https://github.com/StingraySoftware/stingray/pull/758>`__)
50
51
- Use Readthedocs for documentation building (`#769 <https://github.com/StingraySoftware/stingray/pull/769>`__)
51
52
- More informative GTI messages (`#787 <https://github.com/StingraySoftware/stingray/pull/787>`__)
53
+
- Eliminated the usage of astropy logging (`#799 <https://github.com/StingraySoftware/stingray/pull/799>`__)
0 commit comments