halib 0.1.51__py3-none-any.whl → 0.1.52__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.
halib/research/perftb.py CHANGED
@@ -1,6 +1,6 @@
1
1
  import warnings
2
2
  warnings.filterwarnings("ignore", category=DeprecationWarning)
3
-
3
+ import os
4
4
  import random
5
5
  import itertools
6
6
  import plotly.express as px
@@ -304,8 +304,7 @@ class PerfTB:
304
304
  # Save and open plot
305
305
  if save_path:
306
306
  fig.write_image(save_path, engine="kaleido")
307
- print(f"Saved: {os.path.abspath(save_path)}")
308
-
307
+ # pprint(f"Saved: {os.path.abspath(save_path)}")
309
308
  if open_plot and os.name == "nt": # Windows
310
309
  os.system(f'start "" "{os.path.abspath(save_path)}"')
311
310
  return fig
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: halib
3
- Version: 0.1.51
3
+ Version: 0.1.52
4
4
  Summary: Small library for common tasks
5
5
  Author: Hoang Van Ha
6
6
  Author-email: hoangvanhauit@gmail.com
@@ -44,7 +44,7 @@ Requires-Dist: wandb
44
44
 
45
45
  Helper package for coding and automation
46
46
 
47
- **Version 0.1.51**
47
+ **Version 0.1.52**
48
48
 
49
49
  + add `research/perftb` module to allow creating and managing performance tables for experiments, including filtering by datasets, metrics, and experiments.
50
50
 
@@ -30,7 +30,7 @@ halib/online/projectmake.py,sha256=Zrs96WgXvO4nIrwxnCOletL4aTBge-EoF0r7hpKO1w8,4
30
30
  halib/research/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
31
  halib/research/benchquery.py,sha256=FuKnbWQtCEoRRtJAfN-zaN-jPiO_EzsakmTOMiqi7GQ,4626
32
32
  halib/research/dataset.py,sha256=QU0Hr5QFb8_XlvnOMgC9QJGIpwXAZ9lDd0RdQi_QRec,6743
33
- halib/research/perftb.py,sha256=hptHgCMLWsGKSeGz8g7oB3XdMy9eK5DzASewn0RALOg,29997
33
+ halib/research/perftb.py,sha256=BEwWIteVGtXtUkfboLYbIENxYL1vpVIVioU9eLrbqic,30007
34
34
  halib/research/plot.py,sha256=-pDUk4z3C_GnyJ5zWmf-mGMdT4gaipVJWzIgcpIPiRk,9448
35
35
  halib/research/torchloader.py,sha256=yqUjcSiME6H5W210363HyRUrOi3ISpUFAFkTr1w4DCw,6503
36
36
  halib/research/wandb_op.py,sha256=YzLEqME5kIRxi3VvjFkW83wnFrsn92oYeqYuNwtYRkY,4188
@@ -43,8 +43,8 @@ halib/system/filesys.py,sha256=ERpnELLDKJoTIIKf-AajgkY62nID4qmqmX5TkE95APU,2931
43
43
  halib/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
44
  halib/utils/listop.py,sha256=Vpa8_2fI0wySpB2-8sfTBkyi_A4FhoFVVvFiuvW8N64,339
45
45
  halib/utils/tele_noti.py,sha256=-4WXZelCA4W9BroapkRyIdUu9cUVrcJJhegnMs_WpGU,5928
46
- halib-0.1.51.dist-info/LICENSE.txt,sha256=qZssdna4aETiR8znYsShUjidu-U4jUT9Q-EWNlZ9yBQ,1100
47
- halib-0.1.51.dist-info/METADATA,sha256=V6qfi8fSUhVYiRhXS8wlG1F3f91zzmZBVnKZiwD3sAU,4365
48
- halib-0.1.51.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
49
- halib-0.1.51.dist-info/top_level.txt,sha256=7AD6PLaQTreE0Fn44mdZsoHBe_Zdd7GUmjsWPyQ7I-k,6
50
- halib-0.1.51.dist-info/RECORD,,
46
+ halib-0.1.52.dist-info/LICENSE.txt,sha256=qZssdna4aETiR8znYsShUjidu-U4jUT9Q-EWNlZ9yBQ,1100
47
+ halib-0.1.52.dist-info/METADATA,sha256=L7VAgjU0YRRNbpDHXBiN2y0jZIO6jDziiW2rQoBmFaQ,4365
48
+ halib-0.1.52.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
49
+ halib-0.1.52.dist-info/top_level.txt,sha256=7AD6PLaQTreE0Fn44mdZsoHBe_Zdd7GUmjsWPyQ7I-k,6
50
+ halib-0.1.52.dist-info/RECORD,,
File without changes