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, and `True` 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 to `float32` for normalised scans, and using a dynamic default time-resolution; users should use `outseg` 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.