itkwasm-elastix-emscripten 0.2.2__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.
- itkwasm_elastix_emscripten-0.4.0/.gitattributes +2 -0
- itkwasm_elastix_emscripten-0.4.0/.gitignore +4 -0
- {itkwasm_elastix_emscripten-0.2.2 → itkwasm_elastix_emscripten-0.4.0}/PKG-INFO +11 -6
- itkwasm_elastix_emscripten-0.4.0/itkwasm_elastix_emscripten/_version.py +1 -0
- {itkwasm_elastix_emscripten-0.2.2 → itkwasm_elastix_emscripten-0.4.0}/itkwasm_elastix_emscripten/default_parameter_map_async.py +1 -1
- {itkwasm_elastix_emscripten-0.2.2 → itkwasm_elastix_emscripten-0.4.0}/itkwasm_elastix_emscripten/elastix_async.py +1 -1
- itkwasm_elastix_emscripten-0.4.0/itkwasm_elastix_emscripten/js_package.py +8 -0
- {itkwasm_elastix_emscripten-0.2.2 → itkwasm_elastix_emscripten-0.4.0}/itkwasm_elastix_emscripten/read_parameter_files_async.py +1 -1
- {itkwasm_elastix_emscripten-0.2.2 → itkwasm_elastix_emscripten-0.4.0}/itkwasm_elastix_emscripten/write_parameter_files_async.py +1 -1
- itkwasm_elastix_emscripten-0.4.0/pixi.lock +1352 -0
- {itkwasm_elastix_emscripten-0.2.2 → itkwasm_elastix_emscripten-0.4.0}/pyproject.toml +31 -8
- itkwasm_elastix_emscripten-0.4.0/tests/__init__.py +0 -0
- itkwasm_elastix_emscripten-0.4.0/tests/fixtures.py +25 -0
- itkwasm_elastix_emscripten-0.4.0/tests/test_default_parameter_map_async.py +18 -0
- itkwasm_elastix_emscripten-0.4.0/tests/test_elastix_async.py +18 -0
- itkwasm_elastix_emscripten-0.4.0/tests/test_read_parameter_files_async.py +18 -0
- itkwasm_elastix_emscripten-0.4.0/tests/test_write_parameter_files_async.py +18 -0
- itkwasm_elastix_emscripten-0.2.2/.gitignore +0 -24
- itkwasm_elastix_emscripten-0.2.2/itkwasm_elastix_emscripten/_version.py +0 -1
- itkwasm_elastix_emscripten-0.2.2/itkwasm_elastix_emscripten/js_package.py +0 -6
- {itkwasm_elastix_emscripten-0.2.2 → itkwasm_elastix_emscripten-0.4.0}/README.md +0 -0
- {itkwasm_elastix_emscripten-0.2.2 → itkwasm_elastix_emscripten-0.4.0}/itkwasm_elastix_emscripten/__init__.py +0 -0
- {itkwasm_elastix_emscripten-0.2.2 → itkwasm_elastix_emscripten-0.4.0}/test/__init__.py +0 -0
- {itkwasm_elastix_emscripten-0.2.2 → itkwasm_elastix_emscripten-0.4.0}/test/fixtures.py +0 -0
- {itkwasm_elastix_emscripten-0.2.2 → itkwasm_elastix_emscripten-0.4.0}/test/test_itkwasm_elastix.py +0 -0
- {itkwasm_elastix_emscripten-0.2.2 → itkwasm_elastix_emscripten-0.4.0}/test/test_write_parameter_files_async.py +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: itkwasm-elastix-emscripten
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.0
|
|
4
|
+
Dynamic: Summary
|
|
4
5
|
Project-URL: Home, https://github.com/InsightSoftwareConsortium/ITKElastix
|
|
5
6
|
Project-URL: Source, https://github.com/InsightSoftwareConsortium/ITKElastix
|
|
6
7
|
License-Expression: Apache-2.0
|
|
@@ -15,13 +16,17 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
15
16
|
Classifier: Programming Language :: C++
|
|
16
17
|
Classifier: Programming Language :: Python
|
|
17
18
|
Classifier: Programming Language :: Python :: 3
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
23
|
-
|
|
24
|
-
Requires-
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
23
|
+
Requires-Python: >=3.9
|
|
24
|
+
Requires-Dist: itkwasm>=1.0.b178
|
|
25
|
+
Provides-Extra: test
|
|
26
|
+
Requires-Dist: hatch<2,>=1.12.0; extra == 'test'
|
|
27
|
+
Requires-Dist: pyodide-py<0.27,>=0.26.2; extra == 'test'
|
|
28
|
+
Requires-Dist: pytest; extra == 'test'
|
|
29
|
+
Requires-Dist: pytest-pyodide; extra == 'test'
|
|
25
30
|
Description-Content-Type: text/markdown
|
|
26
31
|
|
|
27
32
|
# itkwasm-elastix-emscripten
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.4.0"
|
|
@@ -43,7 +43,7 @@ async def default_parameter_map_async(
|
|
|
43
43
|
if final_grid_spacing:
|
|
44
44
|
kwargs["finalGridSpacing"] = to_js(final_grid_spacing)
|
|
45
45
|
|
|
46
|
-
outputs = await js_module.defaultParameterMap(
|
|
46
|
+
outputs = await js_module.defaultParameterMap(to_js(transform_name), webWorker=web_worker, noCopy=True, **kwargs)
|
|
47
47
|
|
|
48
48
|
output_web_worker = None
|
|
49
49
|
output_list = []
|
|
@@ -64,7 +64,7 @@ async def elastix_async(
|
|
|
64
64
|
if initial_transform_parameter_object is not None:
|
|
65
65
|
kwargs["initialTransformParameterObject"] = to_js(initial_transform_parameter_object)
|
|
66
66
|
|
|
67
|
-
outputs = await js_module.elastix(
|
|
67
|
+
outputs = await js_module.elastix(to_js(parameter_object), to_js(transform), webWorker=web_worker, noCopy=True, **kwargs)
|
|
68
68
|
|
|
69
69
|
output_web_worker = None
|
|
70
70
|
output_list = []
|