@@ -652,9 +652,12 @@ Release Date: 12 March 2021
652652
653653.. _pygad-2140 :
654654
655- PyGAD 2.14.0
655+ PyGAD 2.14.0
656656------------
657657
658+ PyGAD 2.14.0 has an issue that is solved in PyGAD 2.14.1. Please
659+ consider using 2.14.1 not 2.14.0.
660+
658661Release Date: 19 May 2021
659662
6606631. `Issue
@@ -667,7 +670,11 @@ Release Date: 19 May 2021
667670 ``list/tuple/numpy.ndarray `` of numeric data types for the genes.
668671 This helps to control the data type of each individual gene.
669672 Previously, the ``gene_type `` can be assigned only to a single data
670- type that is applied for all genes.
673+ type that is applied for all genes. Thanks to `Rainer
674+ Engel <https://www.linkedin.com/in/rainer-matthias-engel-5ba47a9> `__
675+ for asking about this feature in `this
676+ discussion <https://github.com/ahmedfgad/GeneticAlgorithmPython/discussions/43> `__:
677+ https://github.com/ahmedfgad/GeneticAlgorithmPython/discussions/43
671678
6726793. A new ``bool `` attribute named ``gene_type_single `` is added to the
673680 ``pygad.GA `` class. It is ``True `` when there is a single data type
@@ -691,6 +698,26 @@ Release Date: 19 May 2021
691698 #32 <https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/32> `__:
692699 https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/32
693700
701+ .. _pygad-2142 :
702+
703+ PyGAD 2.14.2
704+ ------------
705+
706+ Release Date: 27 May 2021
707+
708+ 1. Some bug fixes when the ``gene_type `` parameter is nested. Thanks to
709+ `Rainer
710+ Engel <https://www.linkedin.com/in/rainer-matthias-engel-5ba47a9> `__
711+ for opening `a
712+ discussion <https://github.com/ahmedfgad/GeneticAlgorithmPython/discussions/43#discussioncomment-763342> `__
713+ to report this bug:
714+ https://github.com/ahmedfgad/GeneticAlgorithmPython/discussions/43#discussioncomment-763342
715+
716+ `Rainer
717+ Engel <https://www.linkedin.com/in/rainer-matthias-engel-5ba47a9> `__
718+ helped a lot in suggesting new features and suggesting enhancements in
719+ 2.14.0 to 2.14.2 releases.
720+
694721PyGAD Projects at GitHub
695722========================
696723
0 commit comments