hydraflow 0.16.0__py3-none-any.whl → 0.16.1__py3-none-any.whl
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.
- hydraflow/core/main.py +6 -1
- {hydraflow-0.16.0.dist-info → hydraflow-0.16.1.dist-info}/METADATA +1 -1
- {hydraflow-0.16.0.dist-info → hydraflow-0.16.1.dist-info}/RECORD +6 -6
- {hydraflow-0.16.0.dist-info → hydraflow-0.16.1.dist-info}/WHEEL +0 -0
- {hydraflow-0.16.0.dist-info → hydraflow-0.16.1.dist-info}/entry_points.txt +0 -0
- {hydraflow-0.16.0.dist-info → hydraflow-0.16.1.dist-info}/licenses/LICENSE +0 -0
hydraflow/core/main.py
CHANGED
@@ -82,7 +82,12 @@ def main[C](
|
|
82
82
|
rerun_finished: If True, allows rerunning completed runs. Defaults to
|
83
83
|
False.
|
84
84
|
update: A function that takes a configuration and returns a new
|
85
|
-
configuration.
|
85
|
+
configuration or None. The function can modify the configuration in-place
|
86
|
+
and/or return it. If the function returns None, the original (potentially
|
87
|
+
modified) configuration is used. Changes made by this function are saved
|
88
|
+
to the configuration file. This is useful for adding derived parameters,
|
89
|
+
ensuring consistency between related values, or adding runtime information
|
90
|
+
to the configuration. Defaults to None.
|
86
91
|
|
87
92
|
"""
|
88
93
|
import mlflow
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: hydraflow
|
3
|
-
Version: 0.16.
|
3
|
+
Version: 0.16.1
|
4
4
|
Summary: HydraFlow seamlessly integrates Hydra and MLflow to streamline ML experiment management, combining Hydra's configuration management with MLflow's tracking capabilities.
|
5
5
|
Project-URL: Documentation, https://daizutabi.github.io/hydraflow/
|
6
6
|
Project-URL: Source, https://github.com/daizutabi/hydraflow
|
@@ -4,7 +4,7 @@ hydraflow/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
hydraflow/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
hydraflow/core/context.py,sha256=igE17oQESGjH-sBnICI8HkZbngY_crkHTgx2E-YkmEo,4155
|
6
6
|
hydraflow/core/io.py,sha256=gIH3-Lzs4d5TL3b9y-Nb064Aya7cXQHAuc7EjgKzxII,4694
|
7
|
-
hydraflow/core/main.py,sha256=
|
7
|
+
hydraflow/core/main.py,sha256=pgr2b9A4VoZuwbApE71NElmV64MFJv8UKda05q4uCqk,6010
|
8
8
|
hydraflow/core/run.py,sha256=SugX6JLdBqsfz3JTrB66I3muo03rrmwDvITVZQaF48w,12685
|
9
9
|
hydraflow/core/run_collection.py,sha256=cbaJO68WzE-QNlTc8NhOyQ1pHDNberJs-31qTY7P9Fo,19495
|
10
10
|
hydraflow/core/run_info.py,sha256=DTuT2eYhOj1WEeIsesOLjY0yltCw6f3Y-5hhvIbDROQ,2518
|
@@ -14,8 +14,8 @@ hydraflow/executor/conf.py,sha256=8Xq4UAenRKJIl1NBgNbSfv6VUTJhdwPLayZIEAsiBR0,41
|
|
14
14
|
hydraflow/executor/io.py,sha256=18wnHpCMQRGYL-oN2841h9W2aSW_X2SmO68Lx-3FIbU,1043
|
15
15
|
hydraflow/executor/job.py,sha256=6QeJ18OMeocXeM04rCYL46GgArfX1SvZs9_4HTomTgE,5436
|
16
16
|
hydraflow/executor/parser.py,sha256=RxP8qpDaJ8VLqZ51VlPFyVitWctObhkE_3iPIsY66Cs,14610
|
17
|
-
hydraflow-0.16.
|
18
|
-
hydraflow-0.16.
|
19
|
-
hydraflow-0.16.
|
20
|
-
hydraflow-0.16.
|
21
|
-
hydraflow-0.16.
|
17
|
+
hydraflow-0.16.1.dist-info/METADATA,sha256=BdbxLFjSR3o_G5huSI1VrhRu32Gq6cf80Av8N9AucXQ,7691
|
18
|
+
hydraflow-0.16.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
19
|
+
hydraflow-0.16.1.dist-info/entry_points.txt,sha256=XI0khPbpCIUo9UPqkNEpgh-kqK3Jy8T7L2VCWOdkbSM,48
|
20
|
+
hydraflow-0.16.1.dist-info/licenses/LICENSE,sha256=IGdDrBPqz1O0v_UwCW-NJlbX9Hy9b3uJ11t28y2srmY,1062
|
21
|
+
hydraflow-0.16.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|