bagofholding 0.1.1__tar.gz → 0.1.3__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 (35) hide show
  1. {bagofholding-0.1.1 → bagofholding-0.1.3}/PKG-INFO +6 -5
  2. {bagofholding-0.1.1 → bagofholding-0.1.3}/bagofholding/_version.py +2 -2
  3. {bagofholding-0.1.1 → bagofholding-0.1.3}/cached-miniforge/my-env/lib/python3.1/site-packages/bagofholding/_version.py +2 -2
  4. {bagofholding-0.1.1 → bagofholding-0.1.3}/pyproject.toml +2 -2
  5. {bagofholding-0.1.1 → bagofholding-0.1.3}/.gitignore +0 -0
  6. {bagofholding-0.1.1 → bagofholding-0.1.3}/LICENSE +0 -0
  7. {bagofholding-0.1.1 → bagofholding-0.1.3}/bagofholding/__init__.py +0 -0
  8. {bagofholding-0.1.1 → bagofholding-0.1.3}/bagofholding/bag.py +0 -0
  9. {bagofholding-0.1.1 → bagofholding-0.1.3}/bagofholding/content.py +0 -0
  10. {bagofholding-0.1.1 → bagofholding-0.1.3}/bagofholding/exceptions.py +0 -0
  11. {bagofholding-0.1.1 → bagofholding-0.1.3}/bagofholding/h5/__init__.py +0 -0
  12. {bagofholding-0.1.1 → bagofholding-0.1.3}/bagofholding/h5/bag.py +0 -0
  13. {bagofholding-0.1.1 → bagofholding-0.1.3}/bagofholding/h5/content.py +0 -0
  14. {bagofholding-0.1.1 → bagofholding-0.1.3}/bagofholding/h5/context.py +0 -0
  15. {bagofholding-0.1.1 → bagofholding-0.1.3}/bagofholding/h5/dtypes.py +0 -0
  16. {bagofholding-0.1.1 → bagofholding-0.1.3}/bagofholding/h5/triebag.py +0 -0
  17. {bagofholding-0.1.1 → bagofholding-0.1.3}/bagofholding/metadata.py +0 -0
  18. {bagofholding-0.1.1 → bagofholding-0.1.3}/bagofholding/retrieve.py +0 -0
  19. {bagofholding-0.1.1 → bagofholding-0.1.3}/bagofholding/trie.py +0 -0
  20. {bagofholding-0.1.1 → bagofholding-0.1.3}/bagofholding/widget.py +0 -0
  21. {bagofholding-0.1.1 → bagofholding-0.1.3}/cached-miniforge/my-env/lib/python3.1/site-packages/bagofholding/__init__.py +0 -0
  22. {bagofholding-0.1.1 → bagofholding-0.1.3}/cached-miniforge/my-env/lib/python3.1/site-packages/bagofholding/bag.py +0 -0
  23. {bagofholding-0.1.1 → bagofholding-0.1.3}/cached-miniforge/my-env/lib/python3.1/site-packages/bagofholding/content.py +0 -0
  24. {bagofholding-0.1.1 → bagofholding-0.1.3}/cached-miniforge/my-env/lib/python3.1/site-packages/bagofholding/exceptions.py +0 -0
  25. {bagofholding-0.1.1 → bagofholding-0.1.3}/cached-miniforge/my-env/lib/python3.1/site-packages/bagofholding/h5/__init__.py +0 -0
  26. {bagofholding-0.1.1 → bagofholding-0.1.3}/cached-miniforge/my-env/lib/python3.1/site-packages/bagofholding/h5/bag.py +0 -0
  27. {bagofholding-0.1.1 → bagofholding-0.1.3}/cached-miniforge/my-env/lib/python3.1/site-packages/bagofholding/h5/content.py +0 -0
  28. {bagofholding-0.1.1 → bagofholding-0.1.3}/cached-miniforge/my-env/lib/python3.1/site-packages/bagofholding/h5/context.py +0 -0
  29. {bagofholding-0.1.1 → bagofholding-0.1.3}/cached-miniforge/my-env/lib/python3.1/site-packages/bagofholding/h5/dtypes.py +0 -0
  30. {bagofholding-0.1.1 → bagofholding-0.1.3}/cached-miniforge/my-env/lib/python3.1/site-packages/bagofholding/h5/triebag.py +0 -0
  31. {bagofholding-0.1.1 → bagofholding-0.1.3}/cached-miniforge/my-env/lib/python3.1/site-packages/bagofholding/metadata.py +0 -0
  32. {bagofholding-0.1.1 → bagofholding-0.1.3}/cached-miniforge/my-env/lib/python3.1/site-packages/bagofholding/retrieve.py +0 -0
  33. {bagofholding-0.1.1 → bagofholding-0.1.3}/cached-miniforge/my-env/lib/python3.1/site-packages/bagofholding/trie.py +0 -0
  34. {bagofholding-0.1.1 → bagofholding-0.1.3}/cached-miniforge/my-env/lib/python3.1/site-packages/bagofholding/widget.py +0 -0
  35. {bagofholding-0.1.1 → bagofholding-0.1.3}/docs/README.md +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bagofholding
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: bagofholding - browsable, partially-reloadable serialization for pickleable python objects.
5
5
  Project-URL: Homepage, https://pyiron.org/
6
6
  Project-URL: Documentation, https://bagofholding.readthedocs.io
@@ -40,16 +40,17 @@ Classifier: Development Status :: 4 - Beta
40
40
  Classifier: Intended Audience :: Science/Research
41
41
  Classifier: License :: OSI Approved :: BSD License
42
42
  Classifier: Operating System :: OS Independent
43
+ Classifier: Programming Language :: Python :: 3.11
43
44
  Classifier: Programming Language :: Python :: 3.12
44
45
  Classifier: Programming Language :: Python :: 3.13
45
46
  Classifier: Topic :: Scientific/Engineering
46
47
  Requires-Python: <3.14,>=3.11
47
48
  Requires-Dist: bidict==0.23.1
48
- Requires-Dist: h5py<3.15.0,>=3.14.0
49
- Requires-Dist: mpi4py<4.2.0,>=4.1.0
50
- Requires-Dist: numpy<2.4.0,>=2.3.1
49
+ Requires-Dist: h5py<3.15.0,>=3.12.1
50
+ Requires-Dist: mpi4py<4.2.0,>=4.0.1
51
+ Requires-Dist: numpy<2.4.0,>=1.26.4
51
52
  Requires-Dist: pygtrie<2.6.0,>=2.5.0
52
- Requires-Dist: pyiron-snippets==0.2.0
53
+ Requires-Dist: pyiron-snippets<=0.2.0,>=0.1.4
53
54
  Provides-Extra: widget
54
55
  Requires-Dist: ipytree==0.2.2; extra == 'widget'
55
56
  Requires-Dist: traitlets==5.14.3; extra == 'widget'
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.1.1'
21
- __version_tuple__ = version_tuple = (0, 1, 1)
20
+ __version__ = version = '0.1.3'
21
+ __version_tuple__ = version_tuple = (0, 1, 3)
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.1.1'
21
- __version_tuple__ = version_tuple = (0, 1, 1)
20
+ __version__ = version = '0.1.3'
21
+ __version_tuple__ = version_tuple = (0, 1, 3)
@@ -8,8 +8,8 @@ description = "bagofholding - browsable, partially-reloadable serialization for
8
8
  readme = "docs/README.md"
9
9
  keywords = [ "pyiron",]
10
10
  requires-python = ">=3.11, <3.14"
11
- classifiers = [ "Development Status :: 4 - Beta", "Topic :: Scientific/Engineering", "License :: OSI Approved :: BSD License", "Intended Audience :: Science/Research", "Operating System :: OS Independent", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13",]
12
- dependencies = [ "bidict==0.23.1", "h5py>=3.14.0,<3.15.0", "mpi4py>=4.1.0,<4.2.0", "numpy>=2.3.1,<2.4.0", "pygtrie>=2.5.0,<2.6.0", "pyiron_snippets==0.2.0",]
11
+ classifiers = [ "Development Status :: 4 - Beta", "Topic :: Scientific/Engineering", "License :: OSI Approved :: BSD License", "Intended Audience :: Science/Research", "Operating System :: OS Independent", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13",]
12
+ dependencies = [ "bidict==0.23.1", "h5py>=3.12.1,<3.15.0", "mpi4py>=4.0.1,<4.2.0", "numpy>=1.26.4,<2.4.0", "pygtrie>=2.5.0,<2.6.0", "pyiron_snippets>=0.1.4,<=0.2.0",]
13
13
  dynamic = [ "version",]
14
14
  [[project.authors]]
15
15
  name = "Liam Huber"
File without changes
File without changes