-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathCHANGES.txt
29 lines (29 loc) · 2.1 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
v1.0.0, 09/09/2017 -- Initial release.
v1.1.0, 11/09/2017 -- Better example, simplified packaging.
v1.1.3, 12/09/2017 -- Extended explanations.
v1.1.5, 12/09/2017 -- Fixed missing FCL files.
v1.1.6, 12/09/2017 -- Fixed error in paths to the fst-pso package for FCL creation.
v1.1.9, 12/09/2017 -- Fixed Linux bugs.
v1.1.11, 12/09/2017 -- Removed dependency on Matplotlib.
v1.1.14, 12/09/2017 -- Improving code readibility by following PEP8 and docstring suggestions.
v1.1.15, 13/09/2017 -- Automatic removal of temporary FCL file.
v1.2.0, 15/10/2017 -- Simplified interface (empty constructor), improved automatic test of fitness functions
v1.2.2, 16/10/2017 -- Simplified interface for distributed fitness evaluations
v1.3.0, 16/10/2017 -- Introduced support for non-uniform initialization of particles
v1.3.1, 19/10/2017 -- Introduced test for presence of ANTLR3
v1.3.2, 16/12/2017 -- Fixed bug of maximum velocities calculations in non-uniform search spaces
v1.4.0, 02/05/2018 -- Removed pyfuzzy and ANTL3 dependencies.
v1.4.1, 02/05/2018 -- Fixed bug.
v1.4.5, 03/05/2018 -- Cleaning up code. Introduced new methods for fuzzy rules disabling. Initial support for logging.
v1.4.6, 14/05/2018 -- New logging functionalities.
v1.4.7, 17/05/2018 -- Fixed bug with default values in solve_with_fstpso() method.
v1.4.8, 21/05/2018 -- Simplified implementation, added new comments for optional arguments.
v1.5.0, 05/06/2019 -- Introduced support for initial guess in the population.
v1.5.1, 31/07/2019 -- Fixed package compatibility with Python 3.
v1.5.7, 31/07/2019 -- Simplified code structure.
v1.7.0, 24/09/2019 -- Introduced checkpoints and a new termination criterion based on maximum number of iterations without any improvements.
v1.7.3, 26/09/2019 -- Small patch for termination criterion.
v1.7.5, 30/09/2019 -- Termination criterion rehauled. Fix for checkpoint filename. Fixed initial population evaluation procedure.
v1.7.6, 28/10/2019 -- Support for miniful 0.0.6 (faster fuzzy reasoning)
v1.7.7, 05/11/2019 -- Removed special character raisin UnicodeEncodeErrors on some machines.
v1.7.10, 16/02/2020 -- Fixed bug with parallel fitness.