ialdev-core 0.2.2__tar.gz → 0.2.4__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 (52) hide show
  1. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/PKG-INFO +3 -3
  2. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/README.md +1 -1
  3. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/pyproject.toml +2 -2
  4. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/.gitignore +0 -0
  5. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/.pixi/config.toml +0 -0
  6. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/__init__.py +0 -0
  7. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/cache.py +0 -0
  8. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/codetools.py +0 -0
  9. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/data/__init__.py +0 -0
  10. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/data/array.py +0 -0
  11. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/data/binary.py +0 -0
  12. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/data/label.py +0 -0
  13. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/data/nptools.py +0 -0
  14. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/data/pdtools.py +0 -0
  15. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/data/unc_panda.py +0 -0
  16. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/data/units.py +0 -0
  17. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/datatools.py +0 -0
  18. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/docs/locators.ipynb +0 -0
  19. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/events.py +0 -0
  20. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/fnctools.py +0 -0
  21. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/fs/__init__.py +0 -0
  22. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/fs/env.py +0 -0
  23. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/fs/filesproc.py +0 -0
  24. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/fs/paths.py +0 -0
  25. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/logs.py +0 -0
  26. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/one_dark.puml +0 -0
  27. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/param/__init__.py +0 -0
  28. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/param/confargparse.py +0 -0
  29. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/param/paramaze.py +0 -0
  30. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/regexp.py +0 -0
  31. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/short.py +0 -0
  32. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/strings.py +0 -0
  33. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/tbox.py +0 -0
  34. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/src/iad/core/wrap.py +0 -0
  35. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/array.ipynb +0 -0
  36. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/conftest.py +0 -0
  37. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/data/.env +0 -0
  38. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/dot_styles_examples.ipynb +0 -0
  39. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/test_array.py +0 -0
  40. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/test_binar.py +0 -0
  41. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/test_cachepipe.py +0 -0
  42. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/test_codetools.py +0 -0
  43. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/test_coltools.py +0 -0
  44. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/test_datatools.py +0 -0
  45. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/test_events.py +0 -0
  46. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/test_filesproc.py +0 -0
  47. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/test_nptools.py +0 -0
  48. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/test_paths.py +0 -0
  49. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/test_pdtools.py +0 -0
  50. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/test_regexp.py +0 -0
  51. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/test_shorts.py +0 -0
  52. {ialdev_core-0.2.2 → ialdev_core-0.2.4}/tests/test_tbox.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ialdev-core
3
- Version: 0.2.2
3
+ Version: 0.2.4
4
4
  Summary: iad.core — algorithmic utilities: data tools, parameters, paths, caching, and more
5
5
  Author: ipcoder
6
6
  Requires-Python: >=3.10
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.11
16
16
  Classifier: Programming Language :: Python :: 3.12
17
17
  Requires-Dist: pydantic>=2.0
18
18
  Requires-Dist: pandas>=2.1.0
19
- Requires-Dist: numpy>=2.0
19
+ Requires-Dist: numpy>=1.26.4,<2
20
20
  Requires-Dist: pyyaml>=5.4.0
21
21
  Requires-Dist: ruamel.yaml>=0.15.0
22
22
  Requires-Dist: regex>=2021.0.0
@@ -54,7 +54,7 @@ Use this package when you need the shared building blocks used by the other `ial
54
54
  pip install ialdev-core
55
55
  ```
56
56
 
57
- Requires Python `>=3.10`, NumPy `>=2.0`, and pandas `>=2.1.0`.
57
+ Requires Python `>=3.10`, NumPy `>=1.26.4,<2`, and pandas `>=2.1.0`.
58
58
 
59
59
  ## Highlights
60
60
 
@@ -10,7 +10,7 @@ Use this package when you need the shared building blocks used by the other `ial
10
10
  pip install ialdev-core
11
11
  ```
12
12
 
13
- Requires Python `>=3.10`, NumPy `>=2.0`, and pandas `>=2.1.0`.
13
+ Requires Python `>=3.10`, NumPy `>=1.26.4,<2`, and pandas `>=2.1.0`.
14
14
 
15
15
  ## Highlights
16
16
 
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
 
5
5
  [project]
6
6
  name = "ialdev-core"
7
- version = "0.2.2"
7
+ version = "0.2.4"
8
8
  description = "iad.core — algorithmic utilities: data tools, parameters, paths, caching, and more"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -27,7 +27,7 @@ classifiers = [
27
27
  dependencies = [
28
28
  "pydantic>=2.0",
29
29
  "pandas>=2.1.0",
30
- "numpy>=2.0",
30
+ "numpy>=1.26.4,<2",
31
31
  "pyyaml>=5.4.0",
32
32
  "ruamel.yaml>=0.15.0",
33
33
  "regex>=2021.0.0",
File without changes
File without changes