Tags: gwpy/pyomicron
Tags
PyOmicron-0.8.2 Development release of PyOmicron. Bug-fixes (including packaging, testing, and release patches): - [#101] fixed functionality of `omicron-process --rescue` - [#102] workaround missing keys in ret 10000 urn from `get_dag_status` - [#103] simplification of `omicron.condor.dag_is_running` - [#104] removed imports from `__future__` module - [#105] use custom, temporary astropy config path in `omicron-process` See https://github.com/gwpy/pyomicron/compare/v0.8.1..v0.8.2 for a full listing of what has changed since the last release.
PyOmicron-0.8.1 Development release of PyOmicron. This release replaces 0.8.0 which was broken and should not be used. This release is the support only python>=3.6. Backwards-incompatible changes: - [#95] removed omicron.const.EPOCH and omicron.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.1 for a full listing of what has changed since the last release.
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` and `omicron.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.
PyOmicron-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.
PyOmicron 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.