chembfn-webui 0.4.0__py3-none-any.whl → 0.5.0__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.

Potentially problematic release.


This version of chembfn-webui might be problematic. Click here for more details.

chembfn_webui/bin/app.py CHANGED
@@ -65,7 +65,7 @@ def selfies2vec(sel: str, vocab_dict: Dict[str, int]) -> List[int]:
65
65
  if "unknown" in key.lower():
66
66
  unknown_id = idx
67
67
  break
68
- return [vocab_dict.get(i, default=unknown_id) for i in s]
68
+ return [vocab_dict.get(i, unknown_id) for i in s]
69
69
 
70
70
 
71
71
  def refresh(
@@ -4,5 +4,5 @@
4
4
  Version info.
5
5
  """
6
6
 
7
- __version__ = "0.4.0"
7
+ __version__ = "0.5.0"
8
8
  __author__ = "Nianze A. TAO"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chembfn_webui
3
- Version: 0.4.0
3
+ Version: 0.5.0
4
4
  Summary: WebUI for ChemBFN
5
5
  Home-page: https://github.com/Augus1999/ChemBFN-WebUI
6
6
  Author: Nianze A. Tao
@@ -1,16 +1,16 @@
1
1
  chembfn_webui/__init__.py,sha256=AXUdd_PrlfVO56losFUP7A8XrqCDPylwRbTpe_WG3Uc,87
2
- chembfn_webui/bin/app.py,sha256=iKu1mCuoSWsqxtnXJzR9LbHJdgR7ZNuJSchdY9CSGdw,20335
2
+ chembfn_webui/bin/app.py,sha256=orp5NVtfaWsCBuRf0zeHF4rbp-pM7tmbADFe2TpiT9E,20327
3
3
  chembfn_webui/cache/cache_file_here.txt,sha256=hi60T_q6Cf5WPtXuwe4CqjiWpaUqrczsmGMhKIUL--M,28
4
4
  chembfn_webui/cache/results.csv,sha256=Imc71En80Z3q8eRLotoJodjt2a0ANXEnaW9AtixonSE,30
5
5
  chembfn_webui/lib/utilities.py,sha256=ALPw-Evjd9DdsU_RQA6Zp2Gc6XnRR7Y_5fZrqG9azWo,7460
6
- chembfn_webui/lib/version.py,sha256=v1fsQzrMckYnGaK4TEY2WnNnDyQ2diBfM3E_U3a8xhU,138
6
+ chembfn_webui/lib/version.py,sha256=xnlttoStlxHbeTjkYt4O4vV6VJJVvJfpLP4B3VtYQG4,138
7
7
  chembfn_webui/model/base_model/place_base_model_here.txt,sha256=oa8_ILaAlWpTXICVDi-Y46_OahV7wB6Che6gbiEIh-c,39
8
8
  chembfn_webui/model/lora/place_lora_folder_here.txt,sha256=YYOo0Cj278DyRcgVrCLa1f2Q-cqgNeMnelaLiA3Fuic,69
9
9
  chembfn_webui/model/standalone_model/place_standalone_model_folder_here.txt,sha256=Dp42UscfI0Zp3SnvRv5vOfWiJZnxdY7rG3jo0kf86VM,80
10
10
  chembfn_webui/model/vocab/place_vocabulary_file_here.txt,sha256=fLOINvZP2022oE7RsmfDjgyaw2yMi7glmdu_cTwmo88,28
11
- chembfn_webui-0.4.0.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
12
- chembfn_webui-0.4.0.dist-info/METADATA,sha256=HnsttPeC_3m5c1oRT_wlGfPJg6rnXDtgHM5kHCN8euU,5710
13
- chembfn_webui-0.4.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
14
- chembfn_webui-0.4.0.dist-info/entry_points.txt,sha256=fp8WTPybvwpeYKrUhTi456wwZbmCMJXN1TeFGpR1SlY,55
15
- chembfn_webui-0.4.0.dist-info/top_level.txt,sha256=VdWt3Z7jhbB0pQO_mkRawnU5s75SBT9BV8fGaAIJTDI,14
16
- chembfn_webui-0.4.0.dist-info/RECORD,,
11
+ chembfn_webui-0.5.0.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
12
+ chembfn_webui-0.5.0.dist-info/METADATA,sha256=OBP7aik3KBU7k8AnslVBbbn9WkvslWiEe24SkfTyJTI,5710
13
+ chembfn_webui-0.5.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
14
+ chembfn_webui-0.5.0.dist-info/entry_points.txt,sha256=fp8WTPybvwpeYKrUhTi456wwZbmCMJXN1TeFGpR1SlY,55
15
+ chembfn_webui-0.5.0.dist-info/top_level.txt,sha256=VdWt3Z7jhbB0pQO_mkRawnU5s75SBT9BV8fGaAIJTDI,14
16
+ chembfn_webui-0.5.0.dist-info/RECORD,,