Skip to content
GWpy-0.14.1
Bug-fix release of GWpy.

Bug-fixes (including packaging, unit test, and documentation updates):

- [#1068] fixed bug in verbose message from `TimeSeries.fetch_open_data`
- [#1069] updated GWOSC API
- [#1070] new `gwpy.io.gwf.data_segments` function
- [#1072] fixed crash when reading GWF data using `lalframe` API
- [#1073] gracefully handle null resampling operation
- [#1074] automatically reconnect to gwdatafind server on HTTPException (once)
- [#1075] fixed bugs in `gwpy.plot.Axes` methods
- [#1076] fixed misc bugs in I/O
- [#1077] fixed precision error when converting GPS->GPS with `gwpy.time.to_gps`
- [#1078] simplified index handling for `Series` and `Array2D`

See https://github.com/gwpy/gwpy/issues?utf8=%E2%9C%93&q=milestone%3A0.14.1 for a full list of issues and pull requests related to this release.

See https://github.com/gwpy/gwpy/compare/v0.14.0..v0.14.1 for a full diff compared to the previous r
elease.