Releases: gwdetchar/hveto
2.0.1
Point release including the following enhancements:
- Take advantage of changes introduced in gwdetchar-2.0.0 (#148)
- Added unit tests for
hveto.cli.trace
(#149)
For a full record of changes relative to the previous release, please see https://github.com/gwdetchar/hveto/compare/2.0.0..2.0.1.
2.0.0
The second major stable release of hveto
, with a number of new features and enhancements including:
- Drop support for python 3.5, add support for 3.8 and 3.9 (#142, #147)
- Reformat command-line scripts as entry points (#143)
- Add a utility for grabbing daily run results (#146)
- Update license and copyright metadata (#144, #145)
For a full record of changes relative to the previous release, please see https://github.com/gwdetchar/hveto/compare/1.0.1..2.0.0.
1.0.1
Point release with one bugfix and two minor enhancements, including:
- Support for clustering triggers with user-supplied arguments
- Support for selecting on arbitrary ranking statistics when displaying omega scans
- Bugfix for the null use case where no rounds were completed above the significance threshold
For a full record of changes please see https://github.com/gwdetchar/hveto/compare/1.0.0..1.0.1.
1.0.0
The first major stable release of hveto
, with a number of new features and enhancements including:
- Drop support for python 2.7
- Upgrade to bootstrap-4 to construct output pages
- Use
gwdetchar.plot.texify
for LaTeX escape characters - Use
gwdetchar.omega.batch
to launch omega scans - Bugfix for null result webpages
For a full record of changes relative to the previous release, please see https://github.com/gwdetchar/hveto/compare/0.4.0..1.0.0.
0.4.0
Enhancements, and bugfixes, including:
- Introduce bootstrap navigation bars on HTML output pages (#122)
- Tweak plot text settings for user-friendliness (#123)
- Introduce public documentation hosted at http://hveto.readthedocs.io (#124)
- Use codecov to estimate coverage (#121)
For full changes please see https://github.com/gwdetchar/hveto/compare/0.3.0..0.4.0.
0.3.0
0.2.2
Require gwdetchar-0.3.2
for an upstream bug fix in HTML construction, which prevents large-memory SVG files from being rendered in HTML.
This release introduces no functional changes relative the previous one. For full changes see https://github.com/gwdetchar/hveto/compare/0.2.1..0.2.2.
0.2.1
Bugfixes for hveto
, including:
- Cannot round a
str
, and omega scans write to an output directory with the full GPS time
This release introduces no functional changes relative the previous one. For full changes see https://github.com/gwdetchar/hveto/compare/0.2.0..0.2.1.
0.2.0
Numerous enhancements, including:
- Remove dependence on
lscsoft-glue
- Use
MarkupPy
for HTML construction, andpygments
to render configuration files in HTML - Use upstream HTML constructors from
gwdetchar.io.html
and remove duplications
For full changes see https://github.com/gwdetchar/hveto/compare/0.1.2..0.2.0.
0.1.2
Packaging bug-fix for conda, including:
- Ensure that
LICENSE
is included with the package - Update the Zenodo links in
README.rst
This release introduces no functional changes relative the previous one. For full changes see https://github.com/gwdetchar/hveto/compare/0.1.1..0.1.2.