The xpath filtering functionality is deprecated since 1.11 and already scheduled for removal since 1.12. Remove: - [`XPathDatasetFilter`](https://github.com/open-edge-platform/datumaro/blob/26ae3836aca0715d0a98167b9ce53e28cc0ecf46/src/datumaro/components/filter.py#L257) - [`XPathAnnotationsFilter`](https://github.com/open-edge-platform/datumaro/blob/26ae3836aca0715d0a98167b9ce53e28cc0ecf46/src/datumaro/components/filter.py#L277) - The [`filter`](https://github.com/open-edge-platform/datumaro/blob/26ae3836aca0715d0a98167b9ce53e28cc0ecf46/src/datumaro/components/hl_ops/__init__.py#L136) overload that accepts an xpath expression (implemented [here](https://github.com/open-edge-platform/datumaro/blob/26ae3836aca0715d0a98167b9ce53e28cc0ecf46/src/datumaro/components/hl_ops/__init__.py#L237)) - Other usages and tests