numcodecs-wasm-round 0.2.0.dev1__py3-none-any.whl → 0.2.1.dev1__py3-none-any.whl
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/__init__.pyi +2 -2
- numcodecs_wasm_round/codec.wasm +0 -0
- {numcodecs_wasm_round-0.2.0.dev1.dist-info → numcodecs_wasm_round-0.2.1.dev1.dist-info}/METADATA +1 -1
- numcodecs_wasm_round-0.2.1.dev1.dist-info/RECORD +8 -0
- numcodecs_wasm_round-0.2.0.dev1.dist-info/RECORD +0 -8
- {numcodecs_wasm_round-0.2.0.dev1.dist-info → numcodecs_wasm_round-0.2.1.dev1.dist-info}/WHEEL +0 -0
- {numcodecs_wasm_round-0.2.0.dev1.dist-info → numcodecs_wasm_round-0.2.1.dev1.dist-info}/top_level.txt +0 -0
@@ -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].
|
numcodecs_wasm_round/codec.wasm
CHANGED
Binary file
|
{numcodecs_wasm_round-0.2.0.dev1.dist-info → numcodecs_wasm_round-0.2.1.dev1.dist-info}/METADATA
RENAMED
@@ -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>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
numcodecs_wasm_round/__init__.py,sha256=vapZKweuEchYcBzSgYDTfhYNdcysbPe2daZW_kdzdh8,266
|
2
|
+
numcodecs_wasm_round/__init__.pyi,sha256=aTVDZHP0dXz_11BLv-eMTIlcVXyDqyXnM2M0J3gXLuk,2197
|
3
|
+
numcodecs_wasm_round/codec.wasm,sha256=JMFKP5xWV6MPXbomEVWzmCdGvHFL9WPb6CM76UnY29U,356842
|
4
|
+
numcodecs_wasm_round/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
+
numcodecs_wasm_round-0.2.1.dev1.dist-info/METADATA,sha256=zX4nHTNs25Ax4ST8vI-OVJZixn_HJ4It3tGoj7iSkYA,21091
|
6
|
+
numcodecs_wasm_round-0.2.1.dev1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
7
|
+
numcodecs_wasm_round-0.2.1.dev1.dist-info/top_level.txt,sha256=kMhjVd2bZo8-ZJnrDpbCLeFBgQSxbiqsow_cOTW5JYk,21
|
8
|
+
numcodecs_wasm_round-0.2.1.dev1.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
numcodecs_wasm_round/__init__.py,sha256=vapZKweuEchYcBzSgYDTfhYNdcysbPe2daZW_kdzdh8,266
|
2
|
-
numcodecs_wasm_round/__init__.pyi,sha256=8KnYdoMV66T0QMy2-lxiHkEfSJ92pbHZd-CL4vAKI-0,2230
|
3
|
-
numcodecs_wasm_round/codec.wasm,sha256=pH0w06czKv-D-TqxLgWh6aAgjq-_T5v5lmvjyxhILbI,356913
|
4
|
-
numcodecs_wasm_round/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
numcodecs_wasm_round-0.2.0.dev1.dist-info/METADATA,sha256=etWzq6M0paHCzcZEqf0MXL3pURAIifbj6rDVn97irXU,21091
|
6
|
-
numcodecs_wasm_round-0.2.0.dev1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
7
|
-
numcodecs_wasm_round-0.2.0.dev1.dist-info/top_level.txt,sha256=kMhjVd2bZo8-ZJnrDpbCLeFBgQSxbiqsow_cOTW5JYk,21
|
8
|
-
numcodecs_wasm_round-0.2.0.dev1.dist-info/RECORD,,
|
{numcodecs_wasm_round-0.2.0.dev1.dist-info → numcodecs_wasm_round-0.2.1.dev1.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|