Skip to content

Commit c15e185

Browse files
authored
Register BitRound (fix #346) (#347)
* Register BitRound (fix #346) * Add release notes
1 parent 16825e6 commit c15e185

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/release.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ Release notes
1111
Unreleased
1212
----------
1313

14+
.. _release_0.10.2:
15+
16+
0.10.2
17+
------
18+
19+
Fix
20+
~~~
21+
22+
* Add BitRound (0.10.0) to registry.
23+
By :user:`Josh Moore <joshmoore>`, :issue:`342`.
24+
1425
.. _release_0.10.1:
1526

1627
0.10.1

numcodecs/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
from numcodecs.shuffle import Shuffle
101101
register_codec(Shuffle)
102102

103+
from numcodecs.bitround import BitRound
104+
register_codec(BitRound)
105+
103106
try:
104107
from numcodecs.msgpacks import MsgPack
105108
register_codec(MsgPack)

0 commit comments

Comments
 (0)