liblaf-cherries 0.1.0__tar.gz → 0.1.2__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.
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/PKG-INFO +1 -1
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/__init__.pyi +6 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/_version.py +2 -2
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/integration/__init__.pyi +6 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/integration/_exp.py +12 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/.gitignore +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/LICENSE +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/docs/README.md +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/pyproject.toml +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/__init__.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/_run.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/_version.pyi +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/config/__init__.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/config/__init__.pyi +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/config/_asset.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/config/_config.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/integration/__init__.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/integration/_abc.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/integration/comet.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/integration/dvc.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/integration/git.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/integration/logging.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/meta/__init__.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/meta/__init__.pyi +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/meta/_git.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/meta/_name.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/pathutils/__init__.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/pathutils/__init__.pyi +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/pathutils/_convert.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/pathutils/_path.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/pathutils/_special.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/presets/__init__.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/presets/__init__.pyi +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/presets/_default.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/presets/_playground.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/presets/typed.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/py.typed +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/typed.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/utils/__init__.py +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/utils/__init__.pyi +0 -0
- {liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/utils/_functools.py +0 -0
@@ -28,12 +28,15 @@ from .integration import (
|
|
28
28
|
Start,
|
29
29
|
add_tag,
|
30
30
|
add_tags,
|
31
|
+
current_exp,
|
31
32
|
log_asset,
|
32
33
|
log_code,
|
34
|
+
log_input,
|
33
35
|
log_metric,
|
34
36
|
log_metrics,
|
35
37
|
log_other,
|
36
38
|
log_others,
|
39
|
+
log_output,
|
37
40
|
log_param,
|
38
41
|
log_params,
|
39
42
|
)
|
@@ -78,6 +81,7 @@ __all__ = [
|
|
78
81
|
"as_path",
|
79
82
|
"as_posix",
|
80
83
|
"config",
|
84
|
+
"current_exp",
|
81
85
|
"data",
|
82
86
|
"end",
|
83
87
|
"end",
|
@@ -94,10 +98,12 @@ __all__ = [
|
|
94
98
|
"integration",
|
95
99
|
"log_asset",
|
96
100
|
"log_code",
|
101
|
+
"log_input",
|
97
102
|
"log_metric",
|
98
103
|
"log_metrics",
|
99
104
|
"log_other",
|
100
105
|
"log_others",
|
106
|
+
"log_output",
|
101
107
|
"log_param",
|
102
108
|
"log_params",
|
103
109
|
"meta",
|
{liblaf_cherries-0.1.0 → liblaf_cherries-0.1.2}/src/liblaf/cherries/integration/__init__.pyi
RENAMED
@@ -18,14 +18,17 @@ from ._exp import (
|
|
18
18
|
Experiment,
|
19
19
|
add_tag,
|
20
20
|
add_tags,
|
21
|
+
current_exp,
|
21
22
|
end,
|
22
23
|
exp,
|
23
24
|
log_asset,
|
24
25
|
log_code,
|
26
|
+
log_input,
|
25
27
|
log_metric,
|
26
28
|
log_metrics,
|
27
29
|
log_other,
|
28
30
|
log_others,
|
31
|
+
log_output,
|
29
32
|
log_param,
|
30
33
|
log_params,
|
31
34
|
start,
|
@@ -49,16 +52,19 @@ __all__ = [
|
|
49
52
|
"add_tag",
|
50
53
|
"add_tags",
|
51
54
|
"comet",
|
55
|
+
"current_exp",
|
52
56
|
"dvc",
|
53
57
|
"end",
|
54
58
|
"exp",
|
55
59
|
"git",
|
56
60
|
"log_asset",
|
57
61
|
"log_code",
|
62
|
+
"log_input",
|
58
63
|
"log_metric",
|
59
64
|
"log_metrics",
|
60
65
|
"log_other",
|
61
66
|
"log_others",
|
67
|
+
"log_output",
|
62
68
|
"log_param",
|
63
69
|
"log_params",
|
64
70
|
"logging",
|
@@ -95,3 +95,15 @@ log_others: LogOthers = exp.log_others
|
|
95
95
|
log_param: LogParam = exp.log_param
|
96
96
|
log_params: LogParams = exp.log_params
|
97
97
|
start: Start = exp.start
|
98
|
+
|
99
|
+
|
100
|
+
def current_exp() -> Experiment:
|
101
|
+
return exp
|
102
|
+
|
103
|
+
|
104
|
+
def log_input(path: PathLike, /, **kwargs) -> None:
|
105
|
+
exp.log_input(path, **kwargs)
|
106
|
+
|
107
|
+
|
108
|
+
def log_output(path: PathLike, /, **kwargs) -> None:
|
109
|
+
exp.log_output(path, **kwargs)
|
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
|