Published February 28, 2019
| Version v0.14.0
Software
Open
gwpy/gwpy: 0.14.0
Creators
- 1. @cardiffgravity
- 2. Louisiana State University
- 3. Northwestern University
- 4. Cal State at Fullerton
- 5. Gitter
- 6. @TIBHannover
Description
GWpy-0.14.0 Development release of GWpy.
Backwards-incompatible changes:
- [#1042] reading EventTables from files is now much more consistent across file types, but requires manually specifying `format="hdf5.pycbc" when reading PyCBC Live files,
- [#1043] estimating PSDs using LAL or PyCBC methods has been deprecated, but not removed; however, this will be removed entirely in 1.0.0, with support only for scipy-based PSD estimation,
- [#1067] ADC scaling defaults were changed to dynamically default to
False
when reading LIGO data, andTrue
for all other observatories.
Backwards-compatible changes:
- [#1028]
TimeSeries.psd(method="median")
now uses scipy if using 1.2.0 or later, - [#1031]
dqsegdb2
is now used for all DQSegDB interactions, - [#1036]
TimeSeries.q_transform
now uses much less memory, defaulting tofloat32
for normalised scans, and using a dynamic default time-resolution; users should useoutseg
more often than not to downselect the returned spectrogram time-span, - [#1052] the
TimeSeries.gate
method was added.
Bug-fixes (including package, unit test, and documentation updates):
- numerous bugs were squashed, see https://github.com/gwpy/gwpy/pulls?utf8=%E2%9C%93&q=is%3Apr+label%3Abug-fix+milestone%3A0.14.0 for a full list
See v0.13.2...v0.14.0 for a full statement of what has changed since the last release. Many thanks to everyone who has contributed to this release.
Files
gwpy/gwpy-v0.14.0.zip
Files
(1.6 MB)
Name | Size | Download all |
---|---|---|
md5:53256cfbe6b2397600b431dfdd3d6603
|
1.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/gwpy/gwpy/tree/v0.14.0 (URL)