Published May 25, 2023
| Version v1.1.2
Software
Open
StingraySoftware/stingray: Version 1.1.2
Creators
- Matteo Bachetti1
- Daniela Huppenkothen2
- Usman Khan
- Himanshu Mishra3
- Abbie Stevens4
- Swapnil Sharma5
- John Swinbank
- Amogh Desai6
- Haroon Rashid
- Evandro Martinez Ribeiro7
- Mihir Tripathi
- Brigitta Sipőcz8
- Dhruv Vats9
- tappina
- Guglielmo Mastroserio
- omargamal8
- Meg Davis
- Achilles Rasquinha10
- Paul Balm
- Stuart Mumford11
- Devansh Shukla12
- Riccardo Campana
- parkma99
- Nitish Garg13
- Akash Tandon14
- Anurag Hota
- Arnav Anand
- Nick
- Rashmi Raj
- Sashank Mishra
- 1. INAF/Osservatorio Astronomico di Cagliari
- 2. SRON Netherlands Institute for Space Research
- 3. Harness
- 4. Michigan State University
- 5. Interview Kickstart
- 6. Sasahara Labs - TokyoTech
- 7. @victronenergy
- 8. Caltech/IPAC
- 9. @voltrondata
- 10. @aws
- 11. Aperio Software
- 12. Sardar Vallabhbhai National Institute of Technology
- 13. @google
- 14. @Looppanel
Description
New Features
- Phase Dispersion Minimization as a method to search for periodic
signals in data is now implemented in the
stingray.pulse
submodule. To use it, you can use thephase_dispersion_search
function instingray.pulse.search
. The accompanying statistical tests are located in thestingray.stats
module, underphase_dispersion_probability
,phase_dispersion_logprobability
andphase_dispersion_detection_level
. (#716) - Add is_sorted function, to test if an array is sorted. (#723)
- Check if invalid data are inside GTIs, and warn or raise exception accordingly (#730)
- The method apply_gtis of the class Lightcurve is applied to all the attributes of the class Lightcurve. This works for both inplace=True and inplace=False (#712)
- Avoid allocation of an unneeded square matrix to improve memory
management in
_als
(fix Issue 724) (#725) - Fix Issue #726 -- Loading events without fmt keyword crashes (#727)
- Reordered information about contributions with new
black
andtowncrier
procedures (#721)
- Using towncrier to generate the changelogs. (#697)
- Added stingray\'s logo in the documentation\'s favicon and top bar. (#707)
- Improved contributing workflow by appending
black
codestyle configuration topyproject.toml
and ignoring PEP-8 non-compliantE203
,W503
inflake8
. (#715) - Added a scrollbar to sidebarwrapper (#718)
- Simplify numba mocking code, and possibly improve code coverage estimate (#731)
Files
StingraySoftware/stingray-v1.1.2.zip
Files
(30.4 MB)
Name | Size | Download all |
---|---|---|
md5:c6404a58ba5952f456c5b563dcd8e97c
|
30.4 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/StingraySoftware/stingray/tree/v1.1.2 (URL)