ChaterJee 0.2.4__py3-none-any.whl → 0.2.6__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.
- ChaterJee/ChaterJee.py +3 -2
- {chaterjee-0.2.4.dist-info → chaterjee-0.2.6.dist-info}/METADATA +2 -2
- chaterjee-0.2.6.dist-info/RECORD +6 -0
- chaterjee-0.2.4.dist-info/RECORD +0 -6
- {chaterjee-0.2.4.dist-info → chaterjee-0.2.6.dist-info}/WHEEL +0 -0
- {chaterjee-0.2.4.dist-info → chaterjee-0.2.6.dist-info}/top_level.txt +0 -0
ChaterJee/ChaterJee.py
CHANGED
@@ -300,8 +300,9 @@ class NoteLogs:
|
|
300
300
|
else:
|
301
301
|
_logDIR = Path(logDIR)
|
302
302
|
|
303
|
-
|
304
|
-
|
303
|
+
if logSTRING is not None:
|
304
|
+
with open(_logDIR / logFILE, 'a') as ffa:
|
305
|
+
print(f"\n{logSTRING}",file=ffa)
|
305
306
|
|
306
307
|
_logFILE = _logDIR / logFILE
|
307
308
|
_logIMAGE = _logDIR / logIMAGE
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ChaterJee
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.6
|
4
4
|
Summary: Communicate your project updates via Telegram Bot!
|
5
5
|
Author: Pallab Dutta
|
6
6
|
Author-email: pallab9997@gmail.com
|
@@ -10,7 +10,7 @@ Requires-Dist: python-telegram-bot ==20.7
|
|
10
10
|
|
11
11
|
# ChaterJee
|
12
12
|
|
13
|
-
<img src="https://github.com/Pallab-Dutta/ChaterJee/
|
13
|
+
<img src="https://github.com/Pallab-Dutta/ChaterJee/raw/main/ChaterJee/ProfilePhoto.png" alt="ChaterJee" width="200"/>
|
14
14
|
|
15
15
|
Often, we need to run computational `trial and error` experiments by just tweaking one or two key parameters. In machine learning, you face similar problems during hyperparameter tuning experiments.
|
16
16
|
|
@@ -0,0 +1,6 @@
|
|
1
|
+
ChaterJee/ChaterJee.py,sha256=oTSXbCSpfXB8f9m7ErXSFMlgGayGifI8FUHRa2DeFDg,12995
|
2
|
+
ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
|
3
|
+
chaterjee-0.2.6.dist-info/METADATA,sha256=4vxE7azdZinkvyeVseBAvFDyBvRib3Sei7UfYqYZzPA,3844
|
4
|
+
chaterjee-0.2.6.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
5
|
+
chaterjee-0.2.6.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
|
6
|
+
chaterjee-0.2.6.dist-info/RECORD,,
|
chaterjee-0.2.4.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
ChaterJee/ChaterJee.py,sha256=xBOSlGLH0O15W6ZtPvCFfBug1dlyQ4p6g7yFwwPxjBw,12953
|
2
|
-
ChaterJee/__init__.py,sha256=tZmkZY2XbzJ8rHDh8nOmb1W73kPecPv3xcEiCPwkZf4,98
|
3
|
-
chaterjee-0.2.4.dist-info/METADATA,sha256=eT-lqDVJn3yIRrXJW3uWSzH43-ax-H9LdnvCKGE4z5k,3845
|
4
|
-
chaterjee-0.2.4.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
5
|
-
chaterjee-0.2.4.dist-info/top_level.txt,sha256=Z1UAYoaNybpDiKjqa1yFpti_q0FNECVItb3-9yAh3gM,10
|
6
|
-
chaterjee-0.2.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|