Skip to content

Commit 04eaea4

Browse files
authored
PyGAD 2.14.2 Documentation
Some bug fixes when the gene_type parameter is nested. Thanks to Rainer Engel (https://www.linkedin.com/in/rainer-matthias-engel-5ba47a9) for opening a discussion to report this bug: ahmedfgad#43 (reply in thread) Rainer Engel (https://www.linkedin.com/in/rainer-matthias-engel-5ba47a9) helped a lot in suggesting new features and suggesting enhancements in 2.14.0 to 2.14.2 releases.
1 parent 788423d commit 04eaea4

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

docs/source/Footer.rst

+29-2
Original file line numberDiff line numberDiff line change
@@ -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+
658661
Release Date: 19 May 2021
659662

660663
1. `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

672679
3. 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+
694721
PyGAD Projects at GitHub
695722
========================
696723

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Ahmed Fawzy Gad'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2.14.1'
25+
release = '2.14.2'
2626

2727
master_doc = 'index'
2828

docs/source/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ different types of crossover, mutation, and parent selection operators.
2121
different types of problems to be optimized using the genetic algorithm
2222
by customizing the fitness function.
2323

24-
|image1|
2524

2625
.. figure:: https://user-images.githubusercontent.com/16560492/101267295-c74c0180-375f-11eb-9ad0-f8e37bd796ce.png
2726
:alt:

0 commit comments

Comments
 (0)