chembfn-webui 0.4.0__tar.gz → 0.5.0__tar.gz

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.

Files changed (21) hide show
  1. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/PKG-INFO +1 -1
  2. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui/bin/app.py +1 -1
  3. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui/lib/version.py +1 -1
  4. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui.egg-info/PKG-INFO +1 -1
  5. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/LICENSE +0 -0
  6. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/README.md +0 -0
  7. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui/__init__.py +0 -0
  8. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui/cache/cache_file_here.txt +0 -0
  9. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui/cache/results.csv +0 -0
  10. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui/lib/utilities.py +0 -0
  11. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui/model/base_model/place_base_model_here.txt +0 -0
  12. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui/model/lora/place_lora_folder_here.txt +0 -0
  13. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui/model/standalone_model/place_standalone_model_folder_here.txt +0 -0
  14. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui/model/vocab/place_vocabulary_file_here.txt +0 -0
  15. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui.egg-info/SOURCES.txt +0 -0
  16. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui.egg-info/dependency_links.txt +0 -0
  17. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui.egg-info/entry_points.txt +0 -0
  18. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui.egg-info/requires.txt +0 -0
  19. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/chembfn_webui.egg-info/top_level.txt +0 -0
  20. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/setup.cfg +0 -0
  21. {chembfn_webui-0.4.0 → chembfn_webui-0.5.0}/setup.py +0 -0
@@ -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
@@ -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
File without changes
File without changes
File without changes
File without changes