paramflow 0.2.7__tar.gz → 0.2.9__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.
- {paramflow-0.2.7/paramflow.egg-info → paramflow-0.2.9}/PKG-INFO +3 -3
- {paramflow-0.2.7 → paramflow-0.2.9}/README.md +1 -1
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow/__pycache__/convert.cpython-312.pyc +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow/__pycache__/params.cpython-312.pyc +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow/__pycache__/parser.cpython-312.pyc +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow/convert.py +0 -1
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow/params.py +0 -1
- {paramflow-0.2.7 → paramflow-0.2.9/paramflow.egg-info}/PKG-INFO +3 -3
- {paramflow-0.2.7 → paramflow-0.2.9}/setup.py +2 -2
- {paramflow-0.2.7 → paramflow-0.2.9}/LICENSE +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/MANIFEST.in +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow/__init__.py +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow/__pycache__/__init__.cpython-312.pyc +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow/__pycache__/frozen.cpython-312.pyc +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow/__pycache__/frozen_test.cpython-312-pytest-8.3.4.pyc +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow/__pycache__/params_test.cpython-312-pytest-8.3.4.pyc +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow/frozen.py +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow/parser.py +1 -1
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow.egg-info/SOURCES.txt +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow.egg-info/dependency_links.txt +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow.egg-info/requires.txt +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/paramflow.egg-info/top_level.txt +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/pyproject.toml +0 -0
- {paramflow-0.2.7 → paramflow-0.2.9}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: paramflow
|
|
3
|
-
Version: 0.2.
|
|
4
|
-
Summary: Flexible and user-friendly
|
|
3
|
+
Version: 0.2.9
|
|
4
|
+
Summary: Flexible and user-friendly hyperparameter and configuration management library.
|
|
5
5
|
Home-page: https://github.com/mduszyk/paramflow
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
7
7
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -19,7 +19,7 @@ Dynamic: requires-dist
|
|
|
19
19
|
Dynamic: summary
|
|
20
20
|
|
|
21
21
|
# paramflow
|
|
22
|
-
`paramflow` is a flexible and user-friendly
|
|
22
|
+
`paramflow` is a flexible and user-friendly hyperparameter and configuration management library designed for
|
|
23
23
|
machine learning workflows and applications requiring profiles and layered parameters. It enables seamless
|
|
24
24
|
merging of parameters from multiple sources, auto-generates a command-line argument parser,
|
|
25
25
|
and allows for easy parameter overrides.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# paramflow
|
|
2
|
-
`paramflow` is a flexible and user-friendly
|
|
2
|
+
`paramflow` is a flexible and user-friendly hyperparameter and configuration management library designed for
|
|
3
3
|
machine learning workflows and applications requiring profiles and layered parameters. It enables seamless
|
|
4
4
|
merging of parameters from multiple sources, auto-generates a command-line argument parser,
|
|
5
5
|
and allows for easy parameter overrides.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: paramflow
|
|
3
|
-
Version: 0.2.
|
|
4
|
-
Summary: Flexible and user-friendly
|
|
3
|
+
Version: 0.2.9
|
|
4
|
+
Summary: Flexible and user-friendly hyperparameter and configuration management library.
|
|
5
5
|
Home-page: https://github.com/mduszyk/paramflow
|
|
6
6
|
Classifier: Programming Language :: Python :: 3
|
|
7
7
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -19,7 +19,7 @@ Dynamic: requires-dist
|
|
|
19
19
|
Dynamic: summary
|
|
20
20
|
|
|
21
21
|
# paramflow
|
|
22
|
-
`paramflow` is a flexible and user-friendly
|
|
22
|
+
`paramflow` is a flexible and user-friendly hyperparameter and configuration management library designed for
|
|
23
23
|
machine learning workflows and applications requiring profiles and layered parameters. It enables seamless
|
|
24
24
|
merging of parameters from multiple sources, auto-generates a command-line argument parser,
|
|
25
25
|
and allows for easy parameter overrides.
|
|
@@ -2,8 +2,8 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name='paramflow',
|
|
5
|
-
version='0.2.
|
|
6
|
-
description='Flexible and user-friendly
|
|
5
|
+
version='0.2.9',
|
|
6
|
+
description='Flexible and user-friendly hyperparameter and configuration management library.',
|
|
7
7
|
packages=find_packages(),
|
|
8
8
|
install_requires=[
|
|
9
9
|
"pyyaml",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{paramflow-0.2.7 → paramflow-0.2.9}/paramflow/__pycache__/frozen_test.cpython-312-pytest-8.3.4.pyc
RENAMED
|
File without changes
|
{paramflow-0.2.7 → paramflow-0.2.9}/paramflow/__pycache__/params_test.cpython-312-pytest-8.3.4.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|