Releases: gwpy/pyomicron
0.8.0
Development release of PyOmicron. This release is the support only python>=3.6.
Backwards-incompatible changes:
- [#95] removed
omicron.const.EPOCH
andomicron.const.epoch_at_gps()
- [#94,#96,#98,#100] support python>=3.6 only
Backwards-compatible changes:
- [#97] use a regular expression to match hostname to IFO prefix
- [#99] use
V1Online
as default frametype for Virgo state
See https://github.com/gwpy/pyomicron/compare/v0.7.1..v0.8.0 for a full listing of what has changed since the last release.
0.7.1
Development release of PyOmicron.
Bug-fixes (including packaging, testing, and release patches):
- [#88] use
gwpy.io.gwf.data_segments
to parse available segments from GWF - [#93] augment caches for aggregated h(t) with files for the equivalent 1-second h(t) frames
See https://github.com/gwpy/pyomicron/compare/v0.7.0..v0.7.1 for a full listing of what has changed since the last release.
0.7.0
Development release of PyOmicron.
Backwards-compatible changes:
- [#77] use dqsegdb2 for internal segment queries
- [#87] added support for parsing states from guardian nodes
Bug-fixes (including, packaging, testing, and release patches):
- numerous bugs were fixed see https://github.com/gwpy/pyomicron/milestone/11?closed=1 for details
See https://github.com/gwpy/pyomicron/compare/v0.6.0..v0.7.0 for a full listing of what has changed since the last release.
0.5.2
See https://github.com/ligovirgo/pyomicron/milestone/8?closed=1 for details.
0.5.1
See https://github.com/ligovirgo/pyomicron/milestone/7?closed=1 for details.
0.5
See https://github.com/ligovirgo/pyomicron/milestone/6?closed=1 for details.
0.4
Release notes
- reworked workflow to be more robust to failures, with better support for parameters files
- added support for finding newer frame files than available via datafind
- a few bugs squashed