numcodecs
stable
Codec API
Codec registry
Blosc
LZ4
ZFPY
Zstd
Zlib
GZip
BZ2
LZMA
Delta
FixedScaleOffset
Quantize
Bitround
PackBits
Categorize
32-bit checksums
AsType
JSON
Pickle
MsgPack
Codecs for variable-length objects
Shuffle
Release notes
Contributing to NumCodecs
numcodecs
Docs
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
J
|
L
|
M
|
N
|
P
|
Q
|
R
|
S
|
V
|
Z
A
Adler32 (class in numcodecs.checksum32)
AsType (class in numcodecs.astype)
AUTOSHUFFLE (numcodecs.blosc.Blosc attribute)
B
BitRound (class in numcodecs.bitround)
BITSHUFFLE (numcodecs.blosc.Blosc attribute)
Blosc (class in numcodecs.blosc)
BZ2 (class in numcodecs.bz2)
C
Categorize (class in numcodecs.categorize)
cbuffer_complib() (in module numcodecs.blosc)
cbuffer_metainfo() (in module numcodecs.blosc)
cbuffer_sizes() (in module numcodecs.blosc)
Codec (class in numcodecs.abc)
codec_id (numcodecs.abc.Codec attribute)
(numcodecs.astype.AsType attribute)
(numcodecs.bitround.BitRound attribute)
(numcodecs.blosc.Blosc attribute)
(numcodecs.bz2.BZ2 attribute)
(numcodecs.categorize.Categorize attribute)
(numcodecs.checksum32.Adler32 attribute)
(numcodecs.checksum32.CRC32 attribute)
(numcodecs.delta.Delta attribute)
(numcodecs.fixedscaleoffset.FixedScaleOffset attribute)
(numcodecs.gzip.GZip attribute)
(numcodecs.json.JSON attribute)
(numcodecs.lz4.LZ4 attribute)
(numcodecs.lzma.LZMA attribute)
(numcodecs.msgpacks.MsgPack attribute)
(numcodecs.packbits.PackBits attribute)
(numcodecs.pickles.Pickle attribute)
(numcodecs.quantize.Quantize attribute)
(numcodecs.shuffle.Shuffle attribute)
(numcodecs.vlen.VLenArray attribute)
(numcodecs.vlen.VLenBytes attribute)
(numcodecs.vlen.VLenUTF8 attribute)
(numcodecs.zlib.Zlib attribute)
(numcodecs.zstd.Zstd attribute)
compname_to_compcode() (in module numcodecs.blosc)
compress() (in module numcodecs.blosc)
(in module numcodecs.lz4)
(in module numcodecs.zstd)
CRC32 (class in numcodecs.checksum32)
D
decode() (numcodecs.abc.Codec method)
(numcodecs.astype.AsType method)
(numcodecs.bitround.BitRound method)
(numcodecs.blosc.Blosc method)
(numcodecs.bz2.BZ2 method)
(numcodecs.categorize.Categorize method)
(numcodecs.checksum32.Adler32 method)
(numcodecs.checksum32.CRC32 method)
(numcodecs.delta.Delta method)
(numcodecs.fixedscaleoffset.FixedScaleOffset method)
(numcodecs.gzip.GZip method)
(numcodecs.json.JSON method)
(numcodecs.lz4.LZ4 method)
(numcodecs.lzma.LZMA method)
(numcodecs.msgpacks.MsgPack method)
(numcodecs.packbits.PackBits method)
(numcodecs.pickles.Pickle method)
(numcodecs.quantize.Quantize method)
(numcodecs.shuffle.Shuffle method)
(numcodecs.vlen.VLenArray method)
(numcodecs.vlen.VLenBytes method)
(numcodecs.vlen.VLenUTF8 method)
(numcodecs.zlib.Zlib method)
(numcodecs.zstd.Zstd method)
decode_partial() (numcodecs.blosc.Blosc method)
decompress() (in module numcodecs.blosc)
(in module numcodecs.lz4)
(in module numcodecs.zstd)
decompress_partial() (in module numcodecs.blosc)
Delta (class in numcodecs.delta)
destroy() (in module numcodecs.blosc)
E
encode() (numcodecs.abc.Codec method)
(numcodecs.astype.AsType method)
(numcodecs.bitround.BitRound method)
(numcodecs.blosc.Blosc method)
(numcodecs.bz2.BZ2 method)
(numcodecs.categorize.Categorize method)
(numcodecs.checksum32.Adler32 method)
(numcodecs.checksum32.CRC32 method)
(numcodecs.delta.Delta method)
(numcodecs.fixedscaleoffset.FixedScaleOffset method)
(numcodecs.gzip.GZip method)
(numcodecs.json.JSON method)
(numcodecs.lz4.LZ4 method)
(numcodecs.lzma.LZMA method)
(numcodecs.msgpacks.MsgPack method)
(numcodecs.packbits.PackBits method)
(numcodecs.pickles.Pickle method)
(numcodecs.quantize.Quantize method)
(numcodecs.shuffle.Shuffle method)
(numcodecs.vlen.VLenArray method)
(numcodecs.vlen.VLenBytes method)
(numcodecs.vlen.VLenUTF8 method)
(numcodecs.zlib.Zlib method)
(numcodecs.zstd.Zstd method)
F
FixedScaleOffset (class in numcodecs.fixedscaleoffset)
from_config() (numcodecs.abc.Codec class method)
(numcodecs.astype.AsType class method)
(numcodecs.bitround.BitRound class method)
(numcodecs.blosc.Blosc class method)
(numcodecs.bz2.BZ2 class method)
(numcodecs.categorize.Categorize class method)
(numcodecs.checksum32.Adler32 class method)
(numcodecs.checksum32.CRC32 class method)
(numcodecs.delta.Delta class method)
(numcodecs.fixedscaleoffset.FixedScaleOffset class method)
(numcodecs.gzip.GZip class method)
(numcodecs.json.JSON class method)
(numcodecs.lz4.LZ4 class method)
(numcodecs.lzma.LZMA class method)
(numcodecs.msgpacks.MsgPack class method)
(numcodecs.packbits.PackBits class method)
(numcodecs.pickles.Pickle class method)
(numcodecs.quantize.Quantize class method)
(numcodecs.vlen.VLenArray class method)
(numcodecs.vlen.VLenBytes class method)
(numcodecs.vlen.VLenUTF8 class method)
(numcodecs.zlib.Zlib class method)
(numcodecs.zstd.Zstd class method)
G
get_codec() (in module numcodecs.registry)
get_config() (numcodecs.abc.Codec method)
(numcodecs.astype.AsType method)
(numcodecs.bitround.BitRound method)
(numcodecs.blosc.Blosc method)
(numcodecs.bz2.BZ2 method)
(numcodecs.categorize.Categorize method)
(numcodecs.checksum32.Adler32 method)
(numcodecs.checksum32.CRC32 method)
(numcodecs.delta.Delta method)
(numcodecs.fixedscaleoffset.FixedScaleOffset method)
(numcodecs.gzip.GZip method)
(numcodecs.json.JSON method)
(numcodecs.lz4.LZ4 method)
(numcodecs.lzma.LZMA method)
(numcodecs.msgpacks.MsgPack method)
(numcodecs.packbits.PackBits method)
(numcodecs.pickles.Pickle method)
(numcodecs.quantize.Quantize method)
(numcodecs.vlen.VLenArray method)
(numcodecs.vlen.VLenBytes method)
(numcodecs.vlen.VLenUTF8 method)
(numcodecs.zlib.Zlib method)
(numcodecs.zstd.Zstd method)
get_nthreads() (in module numcodecs.blosc)
GZip (class in numcodecs.gzip)
I
init() (in module numcodecs.blosc)
J
JSON (class in numcodecs.json)
L
list_compressors() (in module numcodecs.blosc)
LZ4 (class in numcodecs.lz4)
LZMA (class in numcodecs.lzma)
M
module
numcodecs
numcodecs.abc
numcodecs.astype
numcodecs.bitround
numcodecs.blosc
numcodecs.bz2
numcodecs.categorize
numcodecs.checksum32
numcodecs.delta
numcodecs.fixedscaleoffset
numcodecs.gzip
numcodecs.json
numcodecs.lz4
numcodecs.lzma
numcodecs.msgpacks
numcodecs.packbits
numcodecs.pickles
numcodecs.quantize
numcodecs.registry
numcodecs.shuffle
numcodecs.vlen
numcodecs.zfpy
numcodecs.zlib
numcodecs.zstd
MsgPack (class in numcodecs.msgpacks)
N
NOSHUFFLE (numcodecs.blosc.Blosc attribute)
numcodecs
module
numcodecs.abc
module
numcodecs.astype
module
numcodecs.bitround
module
numcodecs.blosc
module
numcodecs.bz2
module
numcodecs.categorize
module
numcodecs.checksum32
module
numcodecs.delta
module
numcodecs.fixedscaleoffset
module
numcodecs.gzip
module
numcodecs.json
module
numcodecs.lz4
module
numcodecs.lzma
module
numcodecs.msgpacks
module
numcodecs.packbits
module
numcodecs.pickles
module
numcodecs.quantize
module
numcodecs.registry
module
numcodecs.shuffle
module
numcodecs.vlen
module
numcodecs.zfpy
module
numcodecs.zlib
module
numcodecs.zstd
module
P
PackBits (class in numcodecs.packbits)
Pickle (class in numcodecs.pickles)
Q
Quantize (class in numcodecs.quantize)
R
register_codec() (in module numcodecs.registry)
S
set_nthreads() (in module numcodecs.blosc)
Shuffle (class in numcodecs.shuffle)
SHUFFLE (numcodecs.blosc.Blosc attribute)
V
VLenArray (class in numcodecs.vlen)
VLenBytes (class in numcodecs.vlen)
VLenUTF8 (class in numcodecs.vlen)
Z
Zlib (class in numcodecs.zlib)
Zstd (class in numcodecs.zstd)
Read the Docs
v: stable
Versions
master
latest
stable
v0.11.0
v0.10.2
v0.10.1
v0.10.0
v0.9.1
v0.9.0
v0.8.1
v0.8.0
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0.1
v0.6.0
v0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.1
v0.4.0
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.1
v0.1.0
pytest-migration-20180103
Downloads
html
On Read the Docs
Project Home
Builds
Free document hosting provided by
Read the Docs
.