We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0885d12 commit 4d7cd22Copy full SHA for 4d7cd22
docs/source/Footer.rst
@@ -1054,6 +1054,16 @@ Release Date: 9 September 2022
1054
moved from GPU to CPU. Thanks to Rasmus Johansson for opening this
1055
pull request: https://github.com/ahmedfgad/TorchGA/pull/2
1056
1057
+.. _pygad-2181:
1058
+
1059
+PyGAD 2.18.1
1060
+------------
1061
1062
+Release Date: 19 September 2022
1063
1064
+1. A big fix when ``keep_elitism`` is used.
1065
+ https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/132
1066
1067
PyGAD Projects at GitHub
1068
========================
1069
docs/source/conf.py
@@ -22,7 +22,7 @@
22
author = 'Ahmed Fawzy Gad'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '2.18.0'
+release = '2.18.1'
26
27
master_doc = 'index'
28
0 commit comments