numcodecs-wasm-round 0.2.0.dev1__py3-none-any.whl → 0.2.2__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.2.dist-info}/METADATA +2 -2
- numcodecs_wasm_round-0.2.2.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.2.dist-info}/WHEEL +0 -0
- {numcodecs_wasm_round-0.2.0.dev1.dist-info → numcodecs_wasm_round-0.2.2.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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: numcodecs_wasm_round
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.2
|
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>
|
@@ -382,7 +382,7 @@ License: Copyright (c) 2024-2025, Juniper Tyree
|
|
382
382
|
|
383
383
|
Requires-Python: >=3.10
|
384
384
|
Description-Content-Type: text/markdown
|
385
|
-
Requires-Dist: numcodecs-wasm
|
385
|
+
Requires-Dist: numcodecs-wasm~=0.1.1
|
386
386
|
|
387
387
|
[![CI Status]][workflow]
|
388
388
|
|
@@ -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=c3ddjKn3c4AtwskuAEzUqaOwIXwXe80sGCXPWeundtQ,356846
|
4
|
+
numcodecs_wasm_round/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
+
numcodecs_wasm_round-0.2.2.dist-info/METADATA,sha256=Wi_8YH1Y5ZHvDqtO8jtEsF1ECwtdcIToN3I6OEKZHGo,21081
|
6
|
+
numcodecs_wasm_round-0.2.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
7
|
+
numcodecs_wasm_round-0.2.2.dist-info/top_level.txt,sha256=kMhjVd2bZo8-ZJnrDpbCLeFBgQSxbiqsow_cOTW5JYk,21
|
8
|
+
numcodecs_wasm_round-0.2.2.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,,
|
File without changes
|
{numcodecs_wasm_round-0.2.0.dev1.dist-info → numcodecs_wasm_round-0.2.2.dist-info}/top_level.txt
RENAMED
File without changes
|