Skip to content

Commit a62ca2b

Browse files
committed
Update release notes
1 parent ed1fa62 commit a62ca2b

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/source/Footer.rst

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,28 +1196,31 @@ Release Date 23 February 2023
11961196
PyGAD 3.0.0
11971197
-----------
11981198

1199-
Release Date ... 2023
1199+
Release Date 8 April 2023
12001200

12011201
1. The structure of the library is changed and some methods defined in
12021202
the ``pygad.py`` module are moved to the ``pygad.utils``,
12031203
``pygad.helper``, and ``pygad.visualize`` submodules.
12041204

12051205
2. The ``pygad.utils.parent_selection`` module has a class named
12061206
``ParentSelection`` where all the parent selection operators exist.
1207+
The ``pygad.GA`` class extends this class.
12071208

12081209
3. The ``pygad.utils.crossover`` module has a class named ``Crossover``
1209-
where all the crossover operators exist.
1210+
where all the crossover operators exist. The ``pygad.GA`` class
1211+
extends this class.
12101212

12111213
4. The ``pygad.utils.mutation`` module has a class named ``Mutation``
1212-
where all the mutation operators exist.
1214+
where all the mutation operators exist. The ``pygad.GA`` class
1215+
extends this class.
12131216

12141217
5. The ``pygad.helper.unique`` module has a class named ``Unique`` some
12151218
helper methods exist to solve duplicate genes and make sure every
1216-
gene is unique.
1219+
gene is unique. The ``pygad.GA`` class extends this class.
12171220

1218-
6. | The ``pygad.visualize.plot`` module has a class named ``Plot``
1219-
where all the methods that create plots exist.
1220-
| The ``pygad.GA`` class extends all of these classes.
1221+
6. The ``pygad.visualize.plot`` module has a class named ``Plot`` where
1222+
all the methods that create plots exist. The ``pygad.GA`` class
1223+
extends this class.
12211224

12221225
.. code:: python
12231226

0 commit comments

Comments
 (0)