hydraflow 0.9.1__py3-none-any.whl → 0.10.0__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/executor/job.py CHANGED
@@ -71,7 +71,7 @@ def iter_batches(job: Job) -> Iterator[list[str]]:
71
71
 
72
72
  for step in job.steps:
73
73
  for args in iter_args(step):
74
- sweep_dir = f"hydra.sweep.dir=multirun/{ulid.ulid()}"
74
+ sweep_dir = f"hydra.sweep.dir=multirun/{ulid.ULID()}"
75
75
  yield ["--multirun", sweep_dir, job_name, *args]
76
76
 
77
77
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hydraflow
3
- Version: 0.9.1
3
+ Version: 0.10.0
4
4
  Summary: Hydraflow integrates Hydra and MLflow to manage and track machine learning experiments.
5
5
  Project-URL: Documentation, https://daizutabi.github.io/hydraflow/
6
6
  Project-URL: Source, https://github.com/daizutabi/hydraflow
@@ -39,9 +39,9 @@ Requires-Python: >=3.10
39
39
  Requires-Dist: hydra-core>=1.3
40
40
  Requires-Dist: mlflow>=2.15
41
41
  Requires-Dist: omegaconf
42
+ Requires-Dist: python-ulid>=3.0.0
42
43
  Requires-Dist: rich
43
44
  Requires-Dist: typer
44
- Requires-Dist: ulid
45
45
  Description-Content-Type: text/markdown
46
46
 
47
47
  # Hydraflow
@@ -15,10 +15,10 @@ hydraflow/entities/run_info.py,sha256=FRC6ICOlzB2u_xi_33Qs-YZLt677UotuNbYqI7XSmH
15
15
  hydraflow/executor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  hydraflow/executor/conf.py,sha256=q_FrPXQJCVGKS1FYnGRGqTUgMQeMBkaVPW2mtQc8oxk,384
17
17
  hydraflow/executor/io.py,sha256=4nafwge6vHanYFuEHxd0LRv_3ZLgMpV50qSbssZNe3Q,696
18
- hydraflow/executor/job.py,sha256=Vp2IZOuIC25Gqo9A_5MkllWl1T1QBfUnI5ksMvKwakg,4479
18
+ hydraflow/executor/job.py,sha256=Lji8hsalwsUyxZIoGc2XO2jrXV_YysUMZ7dlBhcQKiI,4479
19
19
  hydraflow/executor/parser.py,sha256=y4C9wVdUnazJDxdWrT5y3yWFIo0zAGzO-cS9x1MTK_8,9486
20
- hydraflow-0.9.1.dist-info/METADATA,sha256=Lf2rS7gDBJ-4s4lPtsCg2-S8mSIlZoJoyVJarel_pQk,4559
21
- hydraflow-0.9.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
22
- hydraflow-0.9.1.dist-info/entry_points.txt,sha256=XI0khPbpCIUo9UPqkNEpgh-kqK3Jy8T7L2VCWOdkbSM,48
23
- hydraflow-0.9.1.dist-info/licenses/LICENSE,sha256=IGdDrBPqz1O0v_UwCW-NJlbX9Hy9b3uJ11t28y2srmY,1062
24
- hydraflow-0.9.1.dist-info/RECORD,,
20
+ hydraflow-0.10.0.dist-info/METADATA,sha256=Oe04r5_IvW0YBddGrjQRdu_dNPdgyDb2K_2_2WuawNk,4574
21
+ hydraflow-0.10.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
22
+ hydraflow-0.10.0.dist-info/entry_points.txt,sha256=XI0khPbpCIUo9UPqkNEpgh-kqK3Jy8T7L2VCWOdkbSM,48
23
+ hydraflow-0.10.0.dist-info/licenses/LICENSE,sha256=IGdDrBPqz1O0v_UwCW-NJlbX9Hy9b3uJ11t28y2srmY,1062
24
+ hydraflow-0.10.0.dist-info/RECORD,,