Releases: gwpy/gwsumm
1.0.1
Bugfixes and other minor enhancements, including:
- Fix a formatting bug in HTML navbars when running in
gps
mode - Enforce consistency of units for all channels on noise budget tabs
- Update metadata for better bookkeeping
For a full record of changes relative to the previous release, please see https://github.com/gwpy/gwsumm/compare/1.0.0..1.0.1.
1.0.0
The first major stable release of GWSumm, with numerous new features, enhancements, and bugfixes, including:
- Drop support for python2.7
- Upgrade to bootstrap-4.3.1 and use the gwbootstrap stylesheet and JavaScript library
- Upgrade to jQuery-3.4.1
- Provide a figure-overlay tool to help visually correlate plots across multiple tabs and multiple days
- Display release notes and help content in a dismissible dialog box
- Register new plot types for spectra and spectrograms of astrophysical range
- Provide additional links to external services and data products that correspond to specific event times and triggers (LDVW, data-quality reports, etc.)
- Disable LaTeX in plot rendering by default, and only process plots in parallel if LaTeX is turned on
- Deprecate
gwsumm.plots.utils.usetex_tex
in favor of the newgwdetchar.plot.texify
- Optimize frametypes for KAGRA
- Bugfixes for segment and data cache reading
- Bugfix for log-scaled cumulative VT plots
For a full record of changes relative to the previous release, please see https://github.com/gwpy/gwsumm/compare/0.1.5..1.0.0.
0.1.5
Point release mainly for python3 compatibility bugfixes, including:
Fixed a few issues discovered in production after deploying through conda (#264)
This release has no functional changes relative to the previous one, for all changes please see https://github.com/gwpy/gwsumm/compare/0.1.4..0.1.5.
0.1.4
Point release mainly for bugfixes in production, including:
- Fixed a few issues discovered in testing on python3 (#260)
This release has no functional changes relative to the previous one, for all changes please see https://github.com/gwpy/gwsumm/compare/0.1.3..0.1.4.
0.1.3
0.1.2
Packaging and documentation point release, including:
- Use a theme with a bootstrap navigation bar for documentation, styled consistently with the pages for hveto and gwdetchar
- Add conda-forge badge to README.rst
This release introduces no functional changes relative the previous one. For full changes see https://github.com/gwpy/gwsumm/compare/0.1.1..0.1.2.
0.1.1
Bugfix release for GWSumm, including:
- Update a reference to a function that's been moved upstream (#252)
- Update CSS stylesheets now that we use gwdetchar to build HTML (#252)
- Sundry python-3.7 compliance fixes (#252, #253, #254)
- Explicitly support python-3.7 (#252)
This release introduces no functional changes relative the previous one. For full changes, please see https://github.com/gwpy/gwsumm/compare/0.1.0..0.1.1