Skip to content

Removed deprecated features

This PR removes all deprecated code from the package, with a view towards preparing a 1.0 release. Deprecated features include

  • I/O with format='ligolw.<tablename>'
  • I/O with format='lalframe' or format='framecpp'
  • I/O with format='losc'
  • I/O with DataQualityFlag and format='segwizard'
  • EventTable.read(..., format='ligolw'): keywords get_as_columns and on_attributeerror
  • EventTable.read(..., format='ligolw'): auto-discovery of the 'time' column
  • gwpy.utils.compat module
  • gwpy.utils.deps module
  • DataQualityFlag.valid property

Merge request reports