Skip to content

Track deprecations in igwn_ligolw

Detailed Description

  • igwn_ligolw.array is deprecated; all functionality moved to igwn_ligolw.ligolw.Array.
  • igwn_ligolw.param id deprecated; all functionality moved to igwn_ligolw.ligolw.Param. Note that there is a bug upstream that the placeholder module igwn_ligolw.param does not import the Param class, which caused code that requires it to fail prior to the expiration of the deprecation. See computing/software/igwn-ligolw!27 (merged).
  • Content handlers for param, array, and lsctables are active by default and no longer necessary.

Fixes #796 (closed).

API Changes

Please tick one of the following options:

  • These changes do not modify the API.
  • These changes do modify the API, and are backwards compatible.
  • These changes do modify the API, and are backwards incompatible.

For examples of changes that do not modify the API and/or are considered backwards (in)compatible, please see the contributing guide.

Justification for Backwards Incompatible Changes

Review Status

Merge request reports

Loading