numcodecs icon indicating copy to clipboard operation
numcodecs copied to clipboard

Support unsafe casting in Delta filter

Open ehgus opened this issue 1 year ago • 2 comments

[Description of PR]

This is a fix of #653. The change enable unsafe casting in Delta filter. In addition, unit tests are added to catch such bug next.

TODO:

  • [x] Unit tests and/or doctests in docstrings
  • [x] Tests pass locally
  • [x] Docstrings and API docs for any new/modified user-facing classes and functions
  • [ ] Changes documented in docs/release.rst
  • [x] Docs build locally
  • [x] GitHub Actions CI passes
  • [x] Test coverage to 100% (Codecov passes)

ehgus avatar Nov 24 '24 12:11 ehgus