Track deprecations in igwn_ligolw
Detailed Description
-
igwn_ligolw.arrayis deprecated; all functionality moved toigwn_ligolw.ligolw.Array. -
igwn_ligolw.paramid deprecated; all functionality moved toigwn_ligolw.ligolw.Param. Note that there is a bug upstream that the placeholder moduleigwn_ligolw.paramdoes not import theParamclass, 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.