Skip to content
Snippets Groups Projects

Deprecate glue.ligolw

Merged Duncan Macleod requested to merge duncanmmacleod/glue:ligolw-deprecate into master
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -76,6 +76,8 @@ Example:
>>> ligolw_utils.write_filename(xmldoc, filename, gz = filename.endswith(".gz"), verbose = True)
"""
import warnings
from glue import git_version
@@ -95,3 +97,11 @@ __all__ = [
"lsctables",
"utils"
]
warnings.warn(
"glue.ligolw has been deprecated and is not being updated, please migrate "
"your workflow to use the updated LIGO_LW XML format and interface "
"supported by python-ligo-lw",
DeprecationWarning,
)
Loading