- [gwpy/gwpy1269] fix an issue with file path handling - [gwpy/gwpy1270] fix issues with LIGO_LW column handling - [gwpy/gwpy1278] fix compatibility with matplotlib-3.3.3 - [gwpy/gwpy1279] fix compatibility with h5py-3.1.0 - [gwpy/gwpy1281] fix issue with error reporting when reading LIGO_LW arrays
The full list of changes associated with this change can be seen at https://github.com/gwpy/gwpy/pulls?q=is:pr+milestone:2.0.2.
2.0.1
Bug-fix release; this release presents no API changes, and only addresses compatibility with upstream packages.
Bug-fixes:
- [gwpy/gwpy1259] fix compatibility with matplotlib-3.3.0
The full list of changes associated with this change can be see at https://github.com/gwpy/gwpy/pulls?q=is:pr+milestone:2.0.1.
2.0.0
GWpy-2.0.0 is the first release to support only Python >=3.6.
Backwards-incompatible changes:
- python requirement increased to >=3.6 - numpy requirement increased to >=1.12.0 - scipy requirement increased to >=1.2.0 - astropy requirement increased to >=3.0.0 - matplotlib requirement increased to >=3.1.0
Backwards-compatible changes:
- [gwpy/gwpy1247] new GWF I/O API using FrameL - [gwpy/gwpy1238] new TimeSeries.mask method
Other changes:
- [gwpy/gwpy1139] update to log formatting on plots - [gwpy/gwpy1207] fix bug writing series to GWF - [gwpy/gwpy1218] fix API for CIS using requests-ecp
The full list of changes related to this milestone can be seen at
Bug fixes (include packaging, testing, and documentation updates):
- numerous bugs were squashed, see https://github.com/gwpy/gwpy/issues?q=milestone%3A1.0.1+label%3Abug-fix for a full listing
See https://github.com/gwpy/gwpy/compare/v1.0.0..v1.0.1 for full details of what has changed since the last release.
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.
0.15.0
Development release of GWpy
Backwards-compatible changes:
- [1047] added support for reading/writing `python-ligo-lw` library-format LIGO_LW XML files - [1079] improvements to `gwpy.io.cache` - [1086] new `EventTable.fetch_open_data` method
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.15.0 for a full list
See https://github.com/gwpy/gwpy/compare/v0.14.2..v0.15.0 for a full statement of what has changed since the last release. Many thanks to everyone who has contributed to this release.