Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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