We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10db6e commit 0397986Copy full SHA for 0397986
docs/index.rst
@@ -59,6 +59,8 @@ Contents
59
packbits
60
categorize
61
checksum32
62
+ pickles
63
+ msgpacks
64
release
65
66
Acknowledgments
docs/msgpacks.rst
@@ -0,0 +1,7 @@
1
+MsgPack
2
+=======
3
+.. automodule:: numcodecs.msgpacks
4
+
5
+.. autoclass:: MsgPack
6
7
+ .. autoattribute:: codec_id
docs/pickles.rst
+Pickle
+======
+.. automodule:: numcodecs.pickles
+.. autoclass:: Pickle
0 commit comments