diff --git a/docs/source/Footer.rst b/docs/source/Footer.rst index ba81c8b..dc124d7 100644 --- a/docs/source/Footer.rst +++ b/docs/source/Footer.rst @@ -718,6 +718,19 @@ Engel `__ helped a lot in suggesting new features and suggesting enhancements in 2.14.0 to 2.14.2 releases. +.. _pygad-2143: + +PyGAD 2.14.3 +------------ + +Release Date: 6 June 2021 + +1. Some bug fixes when setting the ``save_best_solutions`` parameter to + ``True``. Previously, the best solution for generation ``i`` was + added into the ``best_solutions`` attribute at generation ``i+1``. + Now, the ``best_solutions`` attribute is updated by each best + solution at its exact generation. + PyGAD Projects at GitHub ======================== diff --git a/docs/source/conf.py b/docs/source/conf.py index 81ca9c8..5895804 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Ahmed Fawzy Gad' # The full version, including alpha/beta/rc tags -release = '2.14.2' +release = '2.14.3' master_doc = 'index'