pyerualjetwork 4.3.0.1__py3-none-any.whl → 4.3.0.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 4.3.0.1
3
+ Version: 4.3.0.2
4
4
  Summary: PyerualJetwork is a machine learning library supported with GPU(CUDA) acceleration written in Python for professionals and researchers including with PLAN algorithm, PLANEAT algorithm (genetic optimization). Also includes data pre-process and memory manegament
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -24,7 +24,7 @@ GitHub Page: https://github.com/HCB06/PyerualJetwork
24
24
 
25
25
 
26
26
  pip install pyerualjetwork
27
- pip install pyerualjetwork==x.x.x-jetstorm
27
+ pip install pyerualjetwork==x.x.x.x-jetstorm (last x shows it is a jetstorm package)
28
28
 
29
29
  from pyerualjetwork import plan
30
30
  from pyerualjetwork import planeat
@@ -1,4 +1,4 @@
1
- pyerualjetwork-jetstorm/__init__.py,sha256=-TIurJsDmadwjPfwS1FgfW8pZPGJPWIslh3FuZD4E1M,641
1
+ pyerualjetwork-jetstorm/__init__.py,sha256=XYaTEM5PIQBeTV_cF75PSwKCW35tclp7ZywN65JjEm8,650
2
2
  pyerualjetwork-jetstorm/activation_functions.py,sha256=2bv7o4EPEFr8cSKq7KI04HhMUyxgBpe8soGvN98Mazg,7740
3
3
  pyerualjetwork-jetstorm/activation_functions_cuda.py,sha256=Ua606lsj9LQahfLi6oZMkSyzyPT7ySrvC6qfACNCbL8,7781
4
4
  pyerualjetwork-jetstorm/data_operations.py,sha256=Flteouu6rfSo2uHMqBHuzO02dXmbNa-I5qWmUpGTZ5Y,14760
@@ -18,7 +18,7 @@ pyerualjetwork-jetstorm/planeat_cuda.py,sha256=dZdKrrhdnoTjcF8Uv23Y4UvlOfizazNyx
18
18
  pyerualjetwork-jetstorm/ui.py,sha256=wu2BhU1k-w3Kcho5Jtq4SEKe68ftaUeRGneUOSCVDjU,575
19
19
  pyerualjetwork-jetstorm/visualizations.py,sha256=1SKMZaJ80OD2qHUyMxW1IOv8zwmxzMPxclfbeq1Xr4g,28772
20
20
  pyerualjetwork-jetstorm/visualizations_cuda.py,sha256=KbMhfsLlxujy_i3QrwCf734Q-k6d7Zn_7CEbm3gzK9w,29186
21
- pyerualjetwork-4.3.0.1.dist-info/METADATA,sha256=WTbdut7mIcjku9CnReK_axbF5G1Fz1i3rXiakGS6IRs,7504
22
- pyerualjetwork-4.3.0.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
23
- pyerualjetwork-4.3.0.1.dist-info/top_level.txt,sha256=LZ-gnOoO1Riaytpmz1-hjJJ-jNG8zzq1iwNVTJwa3Ek,24
24
- pyerualjetwork-4.3.0.1.dist-info/RECORD,,
21
+ pyerualjetwork-4.3.0.2.dist-info/METADATA,sha256=zB9fu5uTLIt_AkOVe0iBDRL5jfrDhETVj-YpH07W9v0,7546
22
+ pyerualjetwork-4.3.0.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
23
+ pyerualjetwork-4.3.0.2.dist-info/top_level.txt,sha256=LZ-gnOoO1Riaytpmz1-hjJJ-jNG8zzq1iwNVTJwa3Ek,24
24
+ pyerualjetwork-4.3.0.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
- __version__ = "4.3.0.1"
1
+ __version__ = "4.3.0.2-jetstorm"
2
2
  __update__ = "* Changes: https://github.com/HCB06/PyerualJetwork/blob/main/CHANGES\n* PyerualJetwork Homepage: https://github.com/HCB06/PyerualJetwork/tree/main\n* PyerualJetwork document: https://github.com/HCB06/PyerualJetwork/blob/main/Welcome_to_PyerualJetwork/PYERUALJETWORK_USER_MANUEL_AND_LEGAL_INFORMATION(EN).pdf\n* YouTube tutorials: https://www.youtube.com/@HasanCanBeydili"
3
3
 
4
4
  def print_version(__version__):