Skip to content

Commit

Permalink
Register BitRound (fix #346) (#347)
Browse files Browse the repository at this point in the history
* Register BitRound (fix #346)

* Add release notes
  • Loading branch information
joshmoore committed Aug 1, 2022
1 parent 16825e6 commit c15e185
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Release notes
Unreleased
----------

.. _release_0.10.2:

0.10.2
------

Fix
~~~

* Add BitRound (0.10.0) to registry.
By :user:`Josh Moore <joshmoore>`, :issue:`342`.

.. _release_0.10.1:

0.10.1
Expand Down
3 changes: 3 additions & 0 deletions numcodecs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
from numcodecs.shuffle import Shuffle
register_codec(Shuffle)

from numcodecs.bitround import BitRound
register_codec(BitRound)

try:
from numcodecs.msgpacks import MsgPack
register_codec(MsgPack)
Expand Down

0 comments on commit c15e185

Please sign in to comment.