numcodecs-wasm-round 0.3.1__tar.gz → 0.4.0__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.3.1 → numcodecs_wasm_round-0.4.0}/PKG-INFO +1 -1
- {numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/pyproject.toml +1 -1
- {numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/src/numcodecs_wasm_round/codec.wasm +0 -0
- {numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/src/numcodecs_wasm_round.egg-info/PKG-INFO +1 -1
- {numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/LICENSE +0 -0
- {numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/README.md +0 -0
- {numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/setup.cfg +0 -0
- {numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/src/numcodecs_wasm_round/__init__.py +0 -0
- {numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/src/numcodecs_wasm_round/__init__.pyi +0 -0
- {numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/src/numcodecs_wasm_round/py.typed +0 -0
- {numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/src/numcodecs_wasm_round.egg-info/SOURCES.txt +0 -0
- {numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/src/numcodecs_wasm_round.egg-info/dependency_links.txt +0 -0
- {numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/src/numcodecs_wasm_round.egg-info/entry_points.txt +0 -0
- {numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/src/numcodecs_wasm_round.egg-info/requires.txt +0 -0
- {numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/src/numcodecs_wasm_round.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: numcodecs_wasm_round
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.4.0
|
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.
|
7
|
+
version = "0.4.0"
|
8
8
|
description = "numcodecs-round compression codec compiled to WebAssembly"
|
9
9
|
|
10
10
|
authors = [{ name = "Juniper Tyree", email = "juniper.tyree@helsinki.fi" }]
|
{numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/src/numcodecs_wasm_round/codec.wasm
RENAMED
Binary file
|
{numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/src/numcodecs_wasm_round.egg-info/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: numcodecs_wasm_round
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.4.0
|
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
|
{numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/src/numcodecs_wasm_round/__init__.py
RENAMED
File without changes
|
{numcodecs_wasm_round-0.3.1 → numcodecs_wasm_round-0.4.0}/src/numcodecs_wasm_round/__init__.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|