Skip to content
GWpy-1.0.0

This release marks the first stable version of GWpy, and also the last
version that will support python2.
Bug fixes impacting python2 will through 1 May 2020, but all new
developments will be python3+ only.

Backwards-incompatible changes relative to 0.15.0:

- [#1107] `gwpy.table.EventColumn` was deprecated
- [#1102] updated axes legend formatting

Backwards-compatible changes:

- [#1115] `gwpy.segments.SegmentList.to_table` was added
- [#1124] `gwpy.astro.range_{timeseries,spectrogram}` functions were added
- [#1145] new keyword arguments were added to `gwpy.timeseries.TimeSeries.taper`
- [#1147] `gwpy.timeseries.TimeSeries.heterodyne` was added
- [#1153] support for segment ribbon was added to `gwpy-plot`
- [#1159] gap handling for `TimeSeries.find` and `TimeSeries.read` was improved
- [#1163] support for the `hdf5.snax` `EventTable` format was added
- [#1165] `gwpy.timeseries.TimeSeries.cluster` was added

Bug fixes (include packaging, testing, and documentation updates)

- numerous bugs were squashed, see https://github.com/gwpy/gwpy/issues?utf8=%E2%9C%93&q=label%3Abug-fix+milestone%3A1.0.0+ for a full listing

See https://github.com/gwpy/gwpy/compare/v0.16.0..v1.0.0 for full details of
what has changed since the last release.