mlarray 0.0.24__tar.gz → 0.0.26__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.
Files changed (36) hide show
  1. {mlarray-0.0.24 → mlarray-0.0.26}/PKG-INFO +3 -3
  2. {mlarray-0.0.24 → mlarray-0.0.26}/README.md +1 -1
  3. {mlarray-0.0.24 → mlarray-0.0.26}/mlarray.egg-info/PKG-INFO +3 -3
  4. {mlarray-0.0.24 → mlarray-0.0.26}/pyproject.toml +1 -1
  5. {mlarray-0.0.24 → mlarray-0.0.26}/.github/workflows/workflow.yml +0 -0
  6. {mlarray-0.0.24 → mlarray-0.0.26}/.gitignore +0 -0
  7. {mlarray-0.0.24 → mlarray-0.0.26}/LICENSE +0 -0
  8. {mlarray-0.0.24 → mlarray-0.0.26}/MANIFEST.in +0 -0
  9. {mlarray-0.0.24 → mlarray-0.0.26}/assets/banner.png +0 -0
  10. {mlarray-0.0.24 → mlarray-0.0.26}/assets/banner.png~ +0 -0
  11. {mlarray-0.0.24 → mlarray-0.0.26}/docs/api.md +0 -0
  12. {mlarray-0.0.24 → mlarray-0.0.26}/docs/cli.md +0 -0
  13. {mlarray-0.0.24 → mlarray-0.0.26}/docs/index.md +0 -0
  14. {mlarray-0.0.24 → mlarray-0.0.26}/docs/optimization.md +0 -0
  15. {mlarray-0.0.24 → mlarray-0.0.26}/docs/schema.md +0 -0
  16. {mlarray-0.0.24 → mlarray-0.0.26}/docs/usage.md +0 -0
  17. {mlarray-0.0.24 → mlarray-0.0.26}/docs/why.md +0 -0
  18. {mlarray-0.0.24 → mlarray-0.0.26}/examples/example_channel.py +0 -0
  19. {mlarray-0.0.24 → mlarray-0.0.26}/examples/example_metadata_only.py +0 -0
  20. {mlarray-0.0.24 → mlarray-0.0.26}/examples/example_open.py +0 -0
  21. {mlarray-0.0.24 → mlarray-0.0.26}/examples/example_save_load.py +0 -0
  22. {mlarray-0.0.24 → mlarray-0.0.26}/mkdocs.yml +0 -0
  23. {mlarray-0.0.24 → mlarray-0.0.26}/mlarray/__init__.py +0 -0
  24. {mlarray-0.0.24 → mlarray-0.0.26}/mlarray/cli.py +0 -0
  25. {mlarray-0.0.24 → mlarray-0.0.26}/mlarray/meta.py +0 -0
  26. {mlarray-0.0.24 → mlarray-0.0.26}/mlarray/mlarray.py +0 -0
  27. {mlarray-0.0.24 → mlarray-0.0.26}/mlarray/utils.py +0 -0
  28. {mlarray-0.0.24 → mlarray-0.0.26}/mlarray.egg-info/SOURCES.txt +0 -0
  29. {mlarray-0.0.24 → mlarray-0.0.26}/mlarray.egg-info/dependency_links.txt +0 -0
  30. {mlarray-0.0.24 → mlarray-0.0.26}/mlarray.egg-info/entry_points.txt +0 -0
  31. {mlarray-0.0.24 → mlarray-0.0.26}/mlarray.egg-info/requires.txt +0 -0
  32. {mlarray-0.0.24 → mlarray-0.0.26}/mlarray.egg-info/top_level.txt +0 -0
  33. {mlarray-0.0.24 → mlarray-0.0.26}/setup.cfg +0 -0
  34. {mlarray-0.0.24 → mlarray-0.0.26}/tests/test_metadata.py +0 -0
  35. {mlarray-0.0.24 → mlarray-0.0.26}/tests/test_optimization.py +0 -0
  36. {mlarray-0.0.24 → mlarray-0.0.26}/tests/test_usage.py +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mlarray
3
- Version: 0.0.24
4
- Summary: A standardized blosc2 image reader and writer for medical images.
3
+ Version: 0.0.26
4
+ Summary: Array format specialized for Machine Learning with Blosc2 backend and standardized metadata.
5
5
  Author-email: Karol Gotkowski <karol.gotkowski@dkfz.de>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://github.com/MIC-DKFZ/mlarray
@@ -41,7 +41,7 @@ Dynamic: license-file
41
41
  <a href="https://pypi.org/project/mlarray/"><img src="https://img.shields.io/pypi/pyversions/mlarray?logo=python&cacheSeconds=300&v" alt="Python Version" align="middle" /></a>
42
42
  <a href="https://github.com/MIC-DKFZ/mlarray/actions"><img src="https://img.shields.io/github/actions/workflow/status/MIC-DKFZ/mlarray/workflow.yml?branch=main&logo=github" alt="Tests" align="middle" /></a>
43
43
  <a href="https://MIC-DKFZ.github.io/mlarray/"><img src="https://img.shields.io/badge/docs-mlarray-blue?logo=readthedocs&logoColor=white" alt="Docs" align="middle" /></a>
44
- <a href="https://github.com/MIC-DKFZ/mlarray/blob/main/LICENSE"><img src="https://img.shields.io/github/license/MIC-DKFZmlarray" alt="License" align="middle" /></a>
44
+ <a href="https://github.com/MIC-DKFZ/mlarray/blob/main/LICENSE"><img src="https://img.shields.io/github/license/MIC-DKFZ/mlarray" alt="License" align="middle" /></a>
45
45
  </p>
46
46
 
47
47
  **tl;dr:** Working with large medical or scientific images for machine learning? -> Use MLArray.
@@ -7,7 +7,7 @@
7
7
  <a href="https://pypi.org/project/mlarray/"><img src="https://img.shields.io/pypi/pyversions/mlarray?logo=python&cacheSeconds=300&v" alt="Python Version" align="middle" /></a>
8
8
  <a href="https://github.com/MIC-DKFZ/mlarray/actions"><img src="https://img.shields.io/github/actions/workflow/status/MIC-DKFZ/mlarray/workflow.yml?branch=main&logo=github" alt="Tests" align="middle" /></a>
9
9
  <a href="https://MIC-DKFZ.github.io/mlarray/"><img src="https://img.shields.io/badge/docs-mlarray-blue?logo=readthedocs&logoColor=white" alt="Docs" align="middle" /></a>
10
- <a href="https://github.com/MIC-DKFZ/mlarray/blob/main/LICENSE"><img src="https://img.shields.io/github/license/MIC-DKFZmlarray" alt="License" align="middle" /></a>
10
+ <a href="https://github.com/MIC-DKFZ/mlarray/blob/main/LICENSE"><img src="https://img.shields.io/github/license/MIC-DKFZ/mlarray" alt="License" align="middle" /></a>
11
11
  </p>
12
12
 
13
13
  **tl;dr:** Working with large medical or scientific images for machine learning? -> Use MLArray.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mlarray
3
- Version: 0.0.24
4
- Summary: A standardized blosc2 image reader and writer for medical images.
3
+ Version: 0.0.26
4
+ Summary: Array format specialized for Machine Learning with Blosc2 backend and standardized metadata.
5
5
  Author-email: Karol Gotkowski <karol.gotkowski@dkfz.de>
6
6
  License: MIT
7
7
  Project-URL: Homepage, https://github.com/MIC-DKFZ/mlarray
@@ -41,7 +41,7 @@ Dynamic: license-file
41
41
  <a href="https://pypi.org/project/mlarray/"><img src="https://img.shields.io/pypi/pyversions/mlarray?logo=python&cacheSeconds=300&v" alt="Python Version" align="middle" /></a>
42
42
  <a href="https://github.com/MIC-DKFZ/mlarray/actions"><img src="https://img.shields.io/github/actions/workflow/status/MIC-DKFZ/mlarray/workflow.yml?branch=main&logo=github" alt="Tests" align="middle" /></a>
43
43
  <a href="https://MIC-DKFZ.github.io/mlarray/"><img src="https://img.shields.io/badge/docs-mlarray-blue?logo=readthedocs&logoColor=white" alt="Docs" align="middle" /></a>
44
- <a href="https://github.com/MIC-DKFZ/mlarray/blob/main/LICENSE"><img src="https://img.shields.io/github/license/MIC-DKFZmlarray" alt="License" align="middle" /></a>
44
+ <a href="https://github.com/MIC-DKFZ/mlarray/blob/main/LICENSE"><img src="https://img.shields.io/github/license/MIC-DKFZ/mlarray" alt="License" align="middle" /></a>
45
45
  </p>
46
46
 
47
47
  **tl;dr:** Working with large medical or scientific images for machine learning? -> Use MLArray.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mlarray"
7
- description = "A standardized blosc2 image reader and writer for medical images."
7
+ description = "Array format specialized for Machine Learning with Blosc2 backend and standardized metadata."
8
8
  readme = "README.md"
9
9
  requires-python = ">= 3.10"
10
10
  license = { text = "MIT" }
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
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
File without changes
File without changes