Skip to content

Improvements to filtering tables

Duncan Macleod requested to merge github/fork/duncanmmacleod/table-filters into develop

This PR introduces an improvement to the way filtering is done for gwpy.table.EventTable objects, including expansions to the documentation.

The main change is a new way to define and apply filters using functions, see the new docs for details.

Merge request reports