pyerualjetwork 1.2.7__tar.gz → 1.2.8__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.
- {pyerualjetwork-1.2.7 → pyerualjetwork-1.2.8}/PKG-INFO +1 -1
- {pyerualjetwork-1.2.7 → pyerualjetwork-1.2.8}/plan/plan.py +1 -1
- {pyerualjetwork-1.2.7 → pyerualjetwork-1.2.8}/pyerualjetwork.egg-info/PKG-INFO +1 -1
- {pyerualjetwork-1.2.7 → pyerualjetwork-1.2.8}/setup.py +1 -1
- {pyerualjetwork-1.2.7 → pyerualjetwork-1.2.8}/plan/__init__.py +0 -0
- {pyerualjetwork-1.2.7 → pyerualjetwork-1.2.8}/pyerualjetwork.egg-info/SOURCES.txt +0 -0
- {pyerualjetwork-1.2.7 → pyerualjetwork-1.2.8}/pyerualjetwork.egg-info/dependency_links.txt +0 -0
- {pyerualjetwork-1.2.7 → pyerualjetwork-1.2.8}/pyerualjetwork.egg-info/top_level.txt +0 -0
- {pyerualjetwork-1.2.7 → pyerualjetwork-1.2.8}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.8
|
4
4
|
Summary: Advanced python deep learning library. 'ThresholdSigns' changed to 'MembranThresholds' and 'ThresholdValues' changed to 'MembranPotentials'. (Documentation in desc. Examples in GİTHUB: https://github.com/HCB06/PyerualJetwork)
|
5
5
|
Author: Hasan Can Beydili
|
6
6
|
Author-email: tchasancan@gmail.com
|
@@ -748,7 +748,7 @@ def SavePLAN(ModelName,
|
|
748
748
|
|
749
749
|
except:
|
750
750
|
|
751
|
-
print(Fore.RED + "ERROR: Model log not saved. Check the log parameters from: SavePLAN" + infoSavePLAN + Style.RESET_ALL)
|
751
|
+
print(Fore.RED + "ERROR: Model log not saved probably ModelPath incorrect. Check the log parameters from: SavePLAN" + infoSavePLAN + Style.RESET_ALL)
|
752
752
|
return 'e'
|
753
753
|
try:
|
754
754
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.8
|
4
4
|
Summary: Advanced python deep learning library. 'ThresholdSigns' changed to 'MembranThresholds' and 'ThresholdValues' changed to 'MembranPotentials'. (Documentation in desc. Examples in GİTHUB: https://github.com/HCB06/PyerualJetwork)
|
5
5
|
Author: Hasan Can Beydili
|
6
6
|
Author-email: tchasancan@gmail.com
|
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|
5
5
|
setup(
|
6
6
|
|
7
7
|
name = "pyerualjetwork",
|
8
|
-
version = "1.2.
|
8
|
+
version = "1.2.8",
|
9
9
|
author = "Hasan Can Beydili",
|
10
10
|
author_email = "tchasancan@gmail.com",
|
11
11
|
description= "Advanced python deep learning library. 'ThresholdSigns' changed to 'MembranThresholds' and 'ThresholdValues' changed to 'MembranPotentials'. (Documentation in desc. Examples in GİTHUB: https://github.com/HCB06/PyerualJetwork)",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|