Skip to content

Releases: gwpy/pyomicron

pyomicron 2.0.6

26 Oct 16:46
v2.0.6
02eb897
Compare
Choose a tag to compare

Changes:

  • [#157] Fix typo in omicron-process message
  • [#159] Add support for Python 3.11
  • [#163] Correctly import default segment host
  • [#168] Remove unused variable

For full details, see https://github.com/gwpy/pyomicron/milestone/21

pyomicron 2.0.5

27 Apr 12:07
v2.0.5
7005b25
Compare
Choose a tag to compare

Changes:

  • [#151] Fix double-gzip of LIGO_LW files
  • [#155] Update find_ll_frames to look in /dev/shm/kafka
  • [#156] Improve formatting of segments for nagios from omicron-status

For full details, see https://github.com/gwpy/pyomicron/milestone/20

Metric day boundary

16 Oct 21:23
acb2921
Compare
Choose a tag to compare

PR 146 & 147 deal with crossing a day boundary.

Remove test that conda forge rejects

18 Aug 01:29
74a2ef9
Compare
Choose a tag to compare

The test test_get_flag_coverage in omicron/tests/test_segments.py works in all github OS but fails on azure in conda-forge.

2.0.1

17 Aug 21:50
7517eed
Compare
Choose a tag to compare

A minor release of PyOmicron to fix a bug in a test function name (#138)

For full details please see https://github.com/gwpy/pyomicron/compare/2.0.0..v2.0.1

2.0.0

16 Aug 17:52
2b93ebd
Compare
Choose a tag to compare

Major release of PyOmicron 2.0.0 (see PR #135)

  • removes the assumption that all analyzed time intervals produce trigger files because errors including large memory request cause failures that used to terminate the DAG.
  • documentation update and posted to readthedocs (see https://pyomicron.readthedocs.io/en/latest/)
  • added new scripts for dealing with missing segments
  • archive.py assures that there are no overlapping trigger files
  • condor memory requests are dynamic based on program memory usage; jobs are resubmitted with higher memory request until 7GB maximum
  • update to use dqsegdb2
  • allow date/time instead of just GPS times for start and end times when running programs
  • updated condor accounting
  • flake8 complaints addressed
  • Use igwn-auth-utils for authenticated requests (PR #127)

For full details please see https://github.com/gwpy/pyomicron/compare/v1.1.0..2.0.0

1.1.0

05 Aug 17:54
42c2a51
Compare
Choose a tag to compare

A minor release of PyOmicron with enhancements intended for distribution through Conda, including:

  • Reformat scripts as entry points (#122)
  • Rename omicron-print to omicron-show, to avoid clobbering a script already provided upstream by the Omicron pipeline (#125)
  • In CI builds, install the correct python version up-front and patch builds for python-3.6 (#121, #124)
  • Fix flake8 complaints (#123)

For full details please see https://github.com/gwpy/pyomicron/compare/v1.0.1..v1.1.0.

1.0.1

05 Aug 15:13
Compare
Choose a tag to compare

A point release to package the LICENSE file with the source tarball and slightly adjust author metadata. Note: This release contains no functional changes relative to the previous release, for a full comparison see https://github.com/gwpy/pyomicron/compare/v1.0.0..v1.0.1.

1.0.0

04 Aug 15:47
Compare
Choose a tag to compare

The first stable, major release of PyOmicron, including:

  • Migrate Omicron support to >=2.3.12 to enable self-contained Conda builds (#113)
  • Improve support for the global gravitational-wave detector network (IGWN; #116, #117, #118)
  • Support python-3.8 (#114)
  • Add dependence on python-ldas-tools-framecpp (#115) and update other package dependency version pins (#119)

For full details please see https://github.com/gwpy/pyomicron/compare/v0.8.2..v1.0.0.

0.8.2

11 Apr 13:05
v0.8.2
c7e65ad
Compare
Choose a tag to compare

Development release of PyOmicron.

Bug-fixes (including packaging, testing, and release patches):

  • [#101] fixed functionality of omicron-process --rescue
  • [#102] workaround missing keys in return 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.