ialdev-core 0.2.3__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.
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/PKG-INFO +3 -3
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/README.md +1 -1
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/pyproject.toml +2 -2
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/.gitignore +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/.pixi/config.toml +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/__init__.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/cache.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/codetools.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/data/__init__.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/data/array.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/data/binary.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/data/label.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/data/nptools.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/data/pdtools.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/data/unc_panda.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/data/units.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/datatools.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/docs/locators.ipynb +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/events.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/fnctools.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/fs/__init__.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/fs/env.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/fs/filesproc.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/fs/paths.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/logs.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/one_dark.puml +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/param/__init__.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/param/confargparse.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/param/paramaze.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/regexp.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/short.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/strings.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/tbox.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/src/iad/core/wrap.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/array.ipynb +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/conftest.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/data/.env +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/dot_styles_examples.ipynb +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/test_array.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/test_binar.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/test_cachepipe.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/test_codetools.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/test_coltools.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/test_datatools.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/test_events.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/test_filesproc.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/test_nptools.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/test_paths.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/test_pdtools.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/test_regexp.py +0 -0
- {ialdev_core-0.2.3 → ialdev_core-0.2.4}/tests/test_shorts.py +0 -0
- {ialdev_core-0.2.3 → 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.
|
|
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>=1.26.
|
|
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
|
|
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
|
|
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.
|
|
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>=1.26.
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|