@@ -652,9 +652,12 @@ Release Date: 12 March 2021
652
652
653
653
.. _pygad-2140 :
654
654
655
- PyGAD 2.14.0
655
+ PyGAD 2.14.0
656
656
------------
657
657
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
+
658
661
Release Date: 19 May 2021
659
662
660
663
1. `Issue
@@ -667,7 +670,11 @@ Release Date: 19 May 2021
667
670
``list/tuple/numpy.ndarray `` of numeric data types for the genes.
668
671
This helps to control the data type of each individual gene.
669
672
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
671
678
672
679
3. A new ``bool `` attribute named ``gene_type_single `` is added to the
673
680
``pygad.GA `` class. It is ``True `` when there is a single data type
@@ -691,6 +698,26 @@ Release Date: 19 May 2021
691
698
#32 <https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/32> `__:
692
699
https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/32
693
700
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
+
694
721
PyGAD Projects at GitHub
695
722
========================
696
723
0 commit comments