File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -1279,6 +1279,17 @@ Release Date 8 April 2023
1279
1279
operators roulette wheel and stochastic universal.
1280
1280
https://github.com/ahmedfgad/GeneticAlgorithmPython/pull/168
1281
1281
1282
+ .. _pygad-301 :
1283
+
1284
+ PyGAD 3.0.1
1285
+ -----------
1286
+
1287
+ Release Date 20 April 2023
1288
+
1289
+ 1. Fix an issue with passing user-defined function/method for parent
1290
+ selection.
1291
+ https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/179
1292
+
1282
1293
PyGAD Projects at GitHub
1283
1294
========================
1284
1295
Original file line number Diff line number Diff line change 22
22
author = 'Ahmed Fawzy Gad'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '3.0.0 '
25
+ release = '3.0.1 '
26
26
27
27
master_doc = 'index'
28
28
You can’t perform that action at this time.
0 commit comments