JuliaIO / HDF5.jl

Save and load data in the HDF5 file format from Julia
https://juliaio.github.io/HDF5.jl
MIT License
380 stars 138 forks source link

Add HDF5.Filters.Registered module #1111

Closed mkitti closed 9 months ago

mkitti commented 10 months ago

I created a new module containing information about registered filters as well as convenience functions for creating ExternalFilters from the data.

I put this in a new module HDF5.Filters.Registered. Alternatively, we could just integrate it into HDF5.Filters and make it a separate package.