numcodecs-wasm-round 0.2.0.dev1__tar.gz → 0.2.1.dev1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {numcodecs_wasm_round-0.2.0.dev1 → numcodecs_wasm_round-0.2.1.dev1}/PKG-INFO +1 -1
- {numcodecs_wasm_round-0.2.0.dev1 → numcodecs_wasm_round-0.2.1.dev1}/pyproject.toml +1 -1
- {numcodecs_wasm_round-0.2.0.dev1 → numcodecs_wasm_round-0.2.1.dev1}/src/numcodecs_wasm_round/__init__.pyi +2 -2
- {numcodecs_wasm_round-0.2.0.dev1 → numcodecs_wasm_round-0.2.1.dev1}/src/numcodecs_wasm_round/codec.wasm +0 -0
- {numcodecs_wasm_round-0.2.0.dev1 → numcodecs_wasm_round-0.2.1.dev1}/src/numcodecs_wasm_round.egg-info/PKG-INFO +1 -1
- {numcodecs_wasm_round-0.2.0.dev1 → numcodecs_wasm_round-0.2.1.dev1}/LICENSE +0 -0
- {numcodecs_wasm_round-0.2.0.dev1 → numcodecs_wasm_round-0.2.1.dev1}/README.md +0 -0
- {numcodecs_wasm_round-0.2.0.dev1 → numcodecs_wasm_round-0.2.1.dev1}/setup.cfg +0 -0
- {numcodecs_wasm_round-0.2.0.dev1 → numcodecs_wasm_round-0.2.1.dev1}/src/numcodecs_wasm_round/__init__.py +0 -0
- {numcodecs_wasm_round-0.2.0.dev1 → numcodecs_wasm_round-0.2.1.dev1}/src/numcodecs_wasm_round/py.typed +0 -0
- {numcodecs_wasm_round-0.2.0.dev1 → numcodecs_wasm_round-0.2.1.dev1}/src/numcodecs_wasm_round.egg-info/SOURCES.txt +0 -0
- {numcodecs_wasm_round-0.2.0.dev1 → numcodecs_wasm_round-0.2.1.dev1}/src/numcodecs_wasm_round.egg-info/dependency_links.txt +0 -0
- {numcodecs_wasm_round-0.2.0.dev1 → numcodecs_wasm_round-0.2.1.dev1}/src/numcodecs_wasm_round.egg-info/requires.txt +0 -0
- {numcodecs_wasm_round-0.2.0.dev1 → numcodecs_wasm_round-0.2.1.dev1}/src/numcodecs_wasm_round.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: numcodecs_wasm_round
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.1.dev1
|
4
4
|
Summary: numcodecs-round compression codec compiled to WebAssembly
|
5
5
|
Author-email: Juniper Tyree <juniper.tyree@helsinki.fi>
|
6
6
|
Maintainer-email: Juniper Tyree <juniper.tyree@helsinki.fi>
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "numcodecs_wasm_round"
|
7
|
-
version = "0.2.
|
7
|
+
version = "0.2.1.dev1"
|
8
8
|
description = "numcodecs-round compression codec compiled to WebAssembly"
|
9
9
|
|
10
10
|
authors = [{ name = "Juniper Tyree", email = "juniper.tyree@helsinki.fi" }]
|
@@ -4,7 +4,7 @@ import numcodecs.abc
|
|
4
4
|
|
5
5
|
class Round(numcodecs.abc.Codec):
|
6
6
|
r"""
|
7
|
-
Codec that
|
7
|
+
Codec that rounds the data on encoding and passes through the input
|
8
8
|
unchanged during decoding.
|
9
9
|
|
10
10
|
The codec only supports floating point data.
|
@@ -58,7 +58,7 @@ class Round(numcodecs.abc.Codec):
|
|
58
58
|
"""
|
59
59
|
...
|
60
60
|
|
61
|
-
@
|
61
|
+
@classmethod
|
62
62
|
def from_config(cls, config):
|
63
63
|
r"""
|
64
64
|
Instantiate the codec from a configuration [`dict`][dict].
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: numcodecs_wasm_round
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.1.dev1
|
4
4
|
Summary: numcodecs-round compression codec compiled to WebAssembly
|
5
5
|
Author-email: Juniper Tyree <juniper.tyree@helsinki.fi>
|
6
6
|
Maintainer-email: Juniper Tyree <juniper.tyree@helsinki.fi>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|