liblaf-cherries 0.1.1__py3-none-any.whl → 0.1.2__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.
- liblaf/cherries/__init__.pyi +6 -0
- liblaf/cherries/_version.py +2 -2
- liblaf/cherries/integration/__init__.pyi +6 -0
- liblaf/cherries/integration/_exp.py +12 -0
- {liblaf_cherries-0.1.1.dist-info → liblaf_cherries-0.1.2.dist-info}/METADATA +1 -1
- {liblaf_cherries-0.1.1.dist-info → liblaf_cherries-0.1.2.dist-info}/RECORD +8 -8
- {liblaf_cherries-0.1.1.dist-info → liblaf_cherries-0.1.2.dist-info}/WHEEL +0 -0
- {liblaf_cherries-0.1.1.dist-info → liblaf_cherries-0.1.2.dist-info}/licenses/LICENSE +0 -0
liblaf/cherries/__init__.pyi
CHANGED
@@ -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/_version.py
CHANGED
@@ -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)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
liblaf/cherries/__init__.py,sha256=OHb6Xou2v6u42swTgjRfzej4CIlRg4OmgOIQXUiRjKA,97
|
2
|
-
liblaf/cherries/__init__.pyi,sha256=
|
2
|
+
liblaf/cherries/__init__.pyi,sha256=Ebgz4SmUp82Y1WPoStabgc509by9MdelYe2Q_PDDu64,1869
|
3
3
|
liblaf/cherries/_run.py,sha256=9zbivlGOUc-S4Luu14FQeRP2fNSBDca8EkSYWaES5EQ,1479
|
4
|
-
liblaf/cherries/_version.py,sha256=
|
4
|
+
liblaf/cherries/_version.py,sha256=bSmADqydH8nBu-J4lG8UVuR7hnU_zcwhnSav2oQ0W0A,511
|
5
5
|
liblaf/cherries/_version.pyi,sha256=Pnv4Bxw13LHeuVkPLPsTtnp4N4jOGcAfFJw05uMMgBY,108
|
6
6
|
liblaf/cherries/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
liblaf/cherries/typed.py,sha256=mim8QVtwczTSHyw5mhEdfFcXis9o32n0CZyu8BrEorE,50
|
@@ -10,9 +10,9 @@ liblaf/cherries/config/__init__.pyi,sha256=1CMEQlPneeRXCG51KDUj6Zmqs0xzUF3gilqeu
|
|
10
10
|
liblaf/cherries/config/_asset.py,sha256=7WEkyDxX4X389s0UqoBRbOtHOU9Dlh4NtAq9KXHXbPI,2485
|
11
11
|
liblaf/cherries/config/_config.py,sha256=WPwwk-3O96FyHGb2W8__LDfHpXBHLQM44aOcrMPjDL4,171
|
12
12
|
liblaf/cherries/integration/__init__.py,sha256=OHb6Xou2v6u42swTgjRfzej4CIlRg4OmgOIQXUiRjKA,97
|
13
|
-
liblaf/cherries/integration/__init__.pyi,sha256=
|
13
|
+
liblaf/cherries/integration/__init__.pyi,sha256=LSvxbLYdyYAsc8aR2OMYiEf0hku1L82q0ECqM6hk_UQ,1042
|
14
14
|
liblaf/cherries/integration/_abc.py,sha256=0xsoAxxRAhBAOEx0qNx7THDVF8zdYuaAUHX7INe0r8U,3817
|
15
|
-
liblaf/cherries/integration/_exp.py,sha256=
|
15
|
+
liblaf/cherries/integration/_exp.py,sha256=gsCCqi551JP5EUHagpW29jHH1PSE7prfpMAuqKJn-9A,3048
|
16
16
|
liblaf/cherries/integration/comet.py,sha256=BbY88hwo3rVphirYVSBSfQgs8z0UB9RNlCqK5wMUCRY,3709
|
17
17
|
liblaf/cherries/integration/dvc.py,sha256=ClIyT-xj7jx_8knwdFKMzXH6Gq7lQnNWBzW8zycZB8g,1358
|
18
18
|
liblaf/cherries/integration/git.py,sha256=GPRPpftlkDfb1z4oSQ6gRhnbPowKB0euOK8Ak4oAJpw,1209
|
@@ -34,7 +34,7 @@ liblaf/cherries/presets/typed.py,sha256=LztTXKiiCD1NW1fb2Od6giaU0vaXdOidjsqxbTkI
|
|
34
34
|
liblaf/cherries/utils/__init__.py,sha256=OHb6Xou2v6u42swTgjRfzej4CIlRg4OmgOIQXUiRjKA,97
|
35
35
|
liblaf/cherries/utils/__init__.pyi,sha256=F5aTcXpWVmUoctPbLfmQXKyuXYRspAIjaIzfL1_3Lrw,51
|
36
36
|
liblaf/cherries/utils/_functools.py,sha256=0Puwvj1Wq4kp3S--hI-CXwUBZ56AtfkqIzFHllQtuug,181
|
37
|
-
liblaf_cherries-0.1.
|
38
|
-
liblaf_cherries-0.1.
|
39
|
-
liblaf_cherries-0.1.
|
40
|
-
liblaf_cherries-0.1.
|
37
|
+
liblaf_cherries-0.1.2.dist-info/METADATA,sha256=TumnZfSK7SaMzZH-5jDANSmMbpOGg_dyRrtwDZBjRDQ,1946
|
38
|
+
liblaf_cherries-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
39
|
+
liblaf_cherries-0.1.2.dist-info/licenses/LICENSE,sha256=Ph4NzyU3lGVDeYv-mf8aRmImH8v9rVL9F362FV4G6Ow,1063
|
40
|
+
liblaf_cherries-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|