Releases: gwpy/pyomicron
pyomicron 2.0.6
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
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
PR 146 & 147 deal with crossing a day boundary.
Remove test that conda forge rejects
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
2.0.0
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
A minor release of PyOmicron with enhancements intended for distribution through Conda, including:
- Reformat scripts as entry points (#122)
- Rename
omicron-print
toomicron-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
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
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
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.