Skip to content

Releases: etive-io/asimov

v0.7.0-alpha.2

26 Jan 14:15
aa8cff7

Choose a tag to compare

v0.7.0-alpha.2 Pre-release
Pre-release

Release notes for version $VERSION

See CHANGELOG.rst for details.

v0.7.0-alpha.1

22 Jan 17:52

Choose a tag to compare

v0.7.0-alpha.1 Pre-release
Pre-release

Release notes for version $VERSION

See CHANGELOG.rst for details.

asimov 0.5.10

15 Dec 21:45

Choose a tag to compare

This is a bug-fix release, which does not introduce any new backwards-incompatible features, which fixes a critical bug when updating an event using the asimov apply --upgrade interface, where analyses were lost from the updated event.

Breaking changes

This release is not believed to introduce any backwards-incompatible changes.

Merges

  • ligo!166: Corrects an issue with application of event updates.

asimov 0.5.9

15 Dec 21:44

Choose a tag to compare

This is primarily a bug-fix release, which does not introduce any new backwards-incompatible features, but provides a number of small quality-of-life improvements. These include a means of better handling updates to analyses by applying updates event-wide to the asimov ledger.

Breaking changes

This release is not believed to introduce any backwards-incompatible changes.

Merges

  • ligo!147: Corrects an issue with luminosity distance priors for bilby.
  • ligo!156: Adds units to disk and memory requests for bayewave condor jobs.
  • ligo!160: Improves memory efficiency of the asimov monitor command.
  • ligo!162: Restores tha ability of asimov to retrieve coinc.xml files from graceDB.
  • ligo!163: Allows blueprints to update existing events.
  • ligo!164: Transitions from setup.py to pyproject.toml for specifying build and install processes.

asimov 0.6.1

15 Dec 21:48

Choose a tag to compare

This is a bug-fix release, which does not introduce any new backwards-incompatible features.

Breaking changes

This release is not believed to introduce any backwards-incompatible changes.

Merges

  • ligo!158: Fixes a bug with project analysis working directories.

asimov 0.6.0

15 Dec 21:46

Choose a tag to compare

This is a major feature release which introduces some change in functionality which may have a minor effect on backwards compatibility.

New features

New analysis types: asimov 0.6.0 introduces two new kinds of analysis: subject analyses, which allow an analysis to access configurations and results from multiple other analyses defined on a given event or subject, and project analyses which allow access to multiple analyses to be accessed across multiple events. These will allow much more complicated workflows than before which allow combinations of large numbers of subsidiary results.

Changes

  • Deprecation warnings: Deprecation warnings have been added to each of the pipelines (bilby, pesummary, lalinference, rift, and bayeswave) which are currently supported "out of the box" by asimov, as these will be removed in asimov 0.7 and replaced with plugins.
  • Bilby: The online pe argument has been removed from the bilby configuration template as this has been deprecated.
  • Removal of gitlab interfaces: More logic related to the disused and deprecated gitlab issue tracker interface has been removed.
  • Removal of calibration envelope logic: We have removed the logic required to find calibration files on the LIGO Scientific Collaboration computing resources. These have been moved to the asimov-gwdata pipeline, which will be used in O4 collaboration analyses.

Deprecation

  • All pipeline interfaces in the main package have been deprecated, and will be removed in v0.7.0

Merges and fixes

  • ligo!120: Fixes the event deletion CLI option.
  • ligo!66: Updates the post-processing interface.
  • ligo!128: Updates to the README
  • ligo!157: Fixes to the interface between asimov and lensingflow

v0.5.8

25 Oct 13:30

Choose a tag to compare

This is a bug-fix release, which does not introduce any new backwards-incompatible features, but provides a number of small quality-of-life improvements.
These include bug-fixes to various aspects of the CLI, and improvements to make using the CLI easier.
This release also allows keyword arguments to be specified more easily to PESummary, and allows the environment of bilby and bayeswave executables to be specified on a per-analysis basis.
We have ceased testing 0.5.8 against python 3.6 and python 3.7, and will drop support for these entirely after the next release.

Breaking changes

This release is not believed to introduce any backwards-incompatible changes.

Merges

  • ligo!140: Change CLI outputs to list events in alphanumeric order.
  • ligo!145: Adds an error message if an unavailable pipeline is requested by an analysis.
  • ligo!149: Fixes errors with various parts of the analysis review CLI, and improves error and information messages.
  • ligo!151: Adds a confirmation message when a plugin is used to apply a new event to a project.
  • ligo!152: Allows keyword arguments to be specified for summarypages jobs via a blueprint.
  • ligo!153: Allows the analysis executable to be explicitly set from a blueprint for bilby and bayeswave.

asimov 0.5.7

16 Aug 07:45
6644589

Choose a tag to compare

This is a bug-fix release, and doesn't introduce any new features.

Breaking changes

This release is not believed to introduce any backwards-incompatible changes.

Merges

  • ligo!133: Fix a bug with template discovery for pipeline plugins.
  • ligo!144: Allow the PSD roll-off factor to be specified rather than hardcoded.

asimov 0.5.6

21 Jan 19:55
v0.5.6
b09969d

Choose a tag to compare

This is a bug-fix release, and doesn't introduce any new features.

Breaking changes

This release is not believed to introduce any backwards-incompatible changes.

Merges

  • ligo!124: Fixes a bug in the disk request for bayeswave_post in bayeswave_pipe.

asimov 0.5.5

16 Jan 11:15
v0.5.5
c850b10

Choose a tag to compare

This is a bug-fix release, and doesn't introduce any new features.

Breaking changes

This release is not believed to introduce any backwards-incompatible changes.

Merges

ligo!115: Fixes a bug with bilby_pipe configurations when frame files are passed

ligo!116: Allows configuration of a handful of bilby parameters and updates defaults to align with current bilby_pipe releases.

ligo!122: Adds a bayeswave_post disk request to the bayeswave config template.

ligo!123: Fixes a bug related to filepaths and frame type specifications when bilby is using OSDF data retrieval.