Skip to content

Releases: gwpy/pyomicron

0.8.0

03 Apr 08:43
v0.8.0
62c1b8d
Compare
Choose a tag to compare

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.

0.7.1

29 Mar 15:06
v0.7.1
Compare
Choose a tag to compare

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

17 Mar 18:45
v0.7.0
2a65762
Compare
Choose a tag to compare

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):

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

08 Mar 15:29
v0.5.2
8be8bff
Compare
Choose a tag to compare

0.5.1

08 Mar 14:52
v0.5.1
13c1ebb
Compare
Choose a tag to compare

0.5

08 Mar 13:38
v0.5
989f812
Compare
Choose a tag to compare

0.4

14 Apr 19:28
v0.4
7455d6e
Compare
Choose a tag to compare
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