liblaf-cherries 0.5.4__py3-none-any.whl → 0.5.5__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/_version.py +2 -2
- liblaf/cherries/plugins/comet.py +2 -1
- {liblaf_cherries-0.5.4.dist-info → liblaf_cherries-0.5.5.dist-info}/METADATA +1 -1
- {liblaf_cherries-0.5.4.dist-info → liblaf_cherries-0.5.5.dist-info}/RECORD +6 -6
- {liblaf_cherries-0.5.4.dist-info → liblaf_cherries-0.5.5.dist-info}/WHEEL +0 -0
- {liblaf_cherries-0.5.4.dist-info → liblaf_cherries-0.5.5.dist-info}/licenses/LICENSE +0 -0
liblaf/cherries/_version.py
CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
28
28
|
commit_id: COMMIT_ID
|
29
29
|
__commit_id__: COMMIT_ID
|
30
30
|
|
31
|
-
__version__ = version = '0.5.
|
32
|
-
__version_tuple__ = version_tuple = (0, 5,
|
31
|
+
__version__ = version = '0.5.5'
|
32
|
+
__version_tuple__ = version_tuple = (0, 5, 5)
|
33
33
|
|
34
34
|
__commit_id__ = commit_id = None
|
liblaf/cherries/plugins/comet.py
CHANGED
@@ -26,6 +26,7 @@ class Asset:
|
|
26
26
|
@attrs.define
|
27
27
|
class Comet(core.Run):
|
28
28
|
disabled: bool = attrs.field(default=False)
|
29
|
+
enable_dvc: bool = False
|
29
30
|
exp: comet_ml.CometExperiment = attrs.field(default=None)
|
30
31
|
_assets_git: list[Asset] = attrs.field(factory=list)
|
31
32
|
|
@@ -63,7 +64,7 @@ class Comet(core.Run):
|
|
63
64
|
) -> None:
|
64
65
|
if self._log_asset_git(path, name, **kwargs):
|
65
66
|
return
|
66
|
-
if self._log_asset_dvc(path, name, **kwargs):
|
67
|
+
if self.enable_dvc and self._log_asset_dvc(path, name, **kwargs):
|
67
68
|
return
|
68
69
|
name = path_utils.as_posix(name)
|
69
70
|
self.exp.log_asset(path, name, **kwargs)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: liblaf-cherries
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.5
|
4
4
|
Summary: 🍒 Sweet experiment tracking with Comet, DVC, and Git integration.
|
5
5
|
Project-URL: Changelog, https://github.com/liblaf/cherries/blob/main/CHANGELOG.md
|
6
6
|
Project-URL: Documentation, https://cherries.readthedocs.io/
|
@@ -1,7 +1,7 @@
|
|
1
1
|
liblaf/cherries/__init__.py,sha256=MfsYnXmbxgr6l1QHFkUgtppkaBNzkeRle6dMNcWGdxk,106
|
2
2
|
liblaf/cherries/__init__.pyi,sha256=A7MFyMZodmbEPTCe44P1M8JoDYyFHJLjjWqwpoq8zGg,1047
|
3
3
|
liblaf/cherries/_entrypoint.py,sha256=apJraM1YeKqaeDc1Yd__fZVZH4s9DSUZyItbuPn6qdA,2422
|
4
|
-
liblaf/cherries/_version.py,sha256=
|
4
|
+
liblaf/cherries/_version.py,sha256=0gHg6pqkExJvz1iV3rjNnM6ZmxmZPlhVrGzZVWp6WuA,704
|
5
5
|
liblaf/cherries/_version.pyi,sha256=Pnv4Bxw13LHeuVkPLPsTtnp4N4jOGcAfFJw05uMMgBY,108
|
6
6
|
liblaf/cherries/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
liblaf/cherries/typing.py,sha256=mim8QVtwczTSHyw5mhEdfFcXis9o32n0CZyu8BrEorE,50
|
@@ -36,7 +36,7 @@ liblaf/cherries/path_utils/_path.py,sha256=PikGdRMF3b3ajrHCMIakXPaIwixC8ObMjXGa8
|
|
36
36
|
liblaf/cherries/path_utils/_special.py,sha256=HVmH6lCnj1TVzjAEmO93MGMTQi7JQWss4sHSNMieczY,1100
|
37
37
|
liblaf/cherries/plugins/__init__.py,sha256=MfsYnXmbxgr6l1QHFkUgtppkaBNzkeRle6dMNcWGdxk,106
|
38
38
|
liblaf/cherries/plugins/__init__.pyi,sha256=dyTB5ZS78Kg_7oWeChk_h7Ry_gU9k1sDiL5YOmnoG7I,177
|
39
|
-
liblaf/cherries/plugins/comet.py,sha256=
|
39
|
+
liblaf/cherries/plugins/comet.py,sha256=sOzlmX68ArHLJMHe8oJlofMxAv0pl4u5OYkhJ16xJJM,6356
|
40
40
|
liblaf/cherries/plugins/dvc.py,sha256=1ktBxHIPhAYoN_Bto1c5BOn9VxKVBDK85s5rmlB2vvE,1053
|
41
41
|
liblaf/cherries/plugins/git_.py,sha256=BtqHTWXMYrwffseBNPM5L2ndisZLifHIxY773lnq3Zc,2361
|
42
42
|
liblaf/cherries/plugins/local.py,sha256=VuSJHcEGBn5BSKzd7VtusfCIAv0DRbmYbXysJxnllvA,2004
|
@@ -50,7 +50,7 @@ liblaf/cherries/profiles/_playground.py,sha256=vsxdH3SoGIpxfBlohYv6g9uakdN2s_Z90
|
|
50
50
|
liblaf/cherries/utils/__init__.py,sha256=MfsYnXmbxgr6l1QHFkUgtppkaBNzkeRle6dMNcWGdxk,106
|
51
51
|
liblaf/cherries/utils/__init__.pyi,sha256=F5aTcXpWVmUoctPbLfmQXKyuXYRspAIjaIzfL1_3Lrw,51
|
52
52
|
liblaf/cherries/utils/_functools.py,sha256=0Puwvj1Wq4kp3S--hI-CXwUBZ56AtfkqIzFHllQtuug,181
|
53
|
-
liblaf_cherries-0.5.
|
54
|
-
liblaf_cherries-0.5.
|
55
|
-
liblaf_cherries-0.5.
|
56
|
-
liblaf_cherries-0.5.
|
53
|
+
liblaf_cherries-0.5.5.dist-info/METADATA,sha256=HG_UmyvYCscb0zDMRX4pHZkJB4cR5cOHripK2sGHQo0,7055
|
54
|
+
liblaf_cherries-0.5.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
55
|
+
liblaf_cherries-0.5.5.dist-info/licenses/LICENSE,sha256=Ph4NzyU3lGVDeYv-mf8aRmImH8v9rVL9F362FV4G6Ow,1063
|
56
|
+
liblaf_cherries-0.5.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|