Published July 25, 2022
| Version v1.16.0
Software
Open
PyFstat/PyFstat: v1.16.0
- 1. Monash University
- 2. Universitat de les Illes Balears
- 3. Albert Einstein Institute
Description
This is the v1.16.0 release of PyFstat, a python package for gravitational-wave data analysis with the F-statistic, dated 25/07/2022.
This release supports python versions from 3.7 to 3.10.
From the changelog:
- include local versions of autocorr functions from
ptemcee
to restore compatibility withnumpy>=1.23.0
Writer
: remove deprecatedtimestampsFiles
option, please use the more generaltimestamps
instead- added
BtSG
option to transient searches (transient Bayes factor from PGM2011) pyTransientFstatMap
is now available viaimport pyfstat
- some refactoring of internal detection statistics functions
- use of
lalapps_tconvert
replaced by newgps_to_datestr_utc()
helper function (which usesXLALGPSToUTC
anddatetime
) - fix CUDA context detaching at garbage collection time for
ComputeFstat
andTransientGridSearch
classes- using
weakref
- should not require any caller code changes in standard use cases
- but if user wants to initiate more than one such object from one session/script, these should be used in context manager style (
with ComputeFstat as
etc)
- using
- remove redundant complex entries from output of
tcw_fstat_map_funcs.reshape_FstatAtomsVector()
- streamline installation instructions for developers and remove single-use helper bash scripts
For a list of known issues, or to report any problems, please see: https://github.com/PyFstat/PyFstat/issues
Notes
Files
PyFstat/PyFstat-v1.16.0.zip
Files
(386.1 kB)
Name | Size | Download all |
---|---|---|
md5:d5110efccb4c34a21d18966e1d0cc2ca
|
386.1 kB | Preview Download |
Additional details
Related works
- Is documented by
- Software documentation: https://pyfstat.readthedocs.io/en/stable/ (URL)