~ubuntu-branches/ubuntu/utopic/deap/utopic-proposed

« back to all changes in this revision

Viewing changes to doc/whatsnew.rst

  • Committer: Package Import Robot
  • Author(s): Daniel Stender, Miriam Ruiz, Daniel Stender, Jakub Wilk
  • Date: 2014-07-06 00:03:41 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140706000341-s7gij1ki3d8xz6t9
Tags: 1.0.1-1
[ Miriam Ruiz ]
* New Upstream Release. Closes: #675200
* Upgraded Standards-Version from 3.9.2 to 3.9.5
* Switched to dh_python2
* Upgraded debian/compat to 9
* Added build-arch and build-indep targets to debian/rules
* Using awk to remove connection from the documentation to google analytics
* Using jquery.js and underscore.js from libjs-jquery and libjs-underscore
* Added patches/doc.patch

[ Daniel Stender ]
* deb/control:
  + Added myself to Uploaders.
  + Added version to b-p on python-all.
  + Updated Homepage.
  + Wrapped and sorted.
* deb/copyright:
  + Changed copyright file towards DEP-5.
  + Updated Source URI (project source moved to Github).
  + Added email addresses for copyright holders.
  + Dropped license for eap/toolbox.py (not included anymore).
  + Extended copyrights to 2014.
  + Added myself to copyrights for deb/*.
  + Specified license location.
* Added watch file [initial version by Jackson Doak].

[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
===========
2
 
What's New?
3
 
===========
4
 
Here is a (incomplete) log of the changes made to DEAP over time. 
5
 
 
6
 
 
7
 
Release 0.7
8
 
===========
9
 
- Modified structure so that DTM is a module of DEAP.
10
 
- Restructured modules in a more permanent and coherent way.
11
 
        
12
 
  - The toolbox is now in the module base.
13
 
  - The operators have been moved to the tools module.
14
 
  - Checkpoint, Statistics, History and Hall-of-Fame are now also in the tools module.
15
 
  - Moved the GP specific operators to the gp module.
16
 
        
17
 
- Renamed some operator for coherence.
18
 
- Reintroduced a convenient, coherent and simple Statistics module.
19
 
- Changed the Milestone module name for the more common Checkpoint name.
20
 
- Eliminated the confusing *content_init* and *size_init* keywords in the toolbox.
21
 
- Refactored the whole documentation in a more structured manner.
22
 
- Added a benchmark module containing some of the most classic benchmark functions.
23
 
- Added a lots of examples again :
24
 
        
25
 
  - Differential evolution (*x2*);
26
 
  - Evolution strategy : One fifth rule;
27
 
  - *k*-nearest neighbours feature selection;
28
 
  - One Max Multipopulation;
29
 
  - Particle Swarm Optimization;
30
 
  - Hillis' coevolution of sorting networks;
31
 
  - CMA-ES :math:`1+\lambda`.
32
 
 
33
 
 
34
 
Release 0.6
35
 
===========
36
 
- Operator modify in-place the individuals (simplify a lot the algorithms).
37
 
- Toolbox now contains two basic methods, map and clone that are useful in the algorithms.
38
 
- The two methods can be replaced (as usual) to modify the behaviour of the algorithms.
39
 
- Added new module History (compatible with NetworkX).
40
 
- Genetic programming is now possible with Automatically Defined Functions (ADFs).
41
 
- Algorithms now refers to literature algorithms.
42
 
- Added new examples :
43
 
 
44
 
  - Coevolution; 
45
 
  - Variable length genotype;
46
 
  - Multiobjective;
47
 
  - Inheriting from a Set;
48
 
  - Using ADFs;
49
 
  - Multiprocessing.
50
 
 
51
 
- Basic operators can now be enhanced with decorators to do all sort of funny stuff.
52
 
 
53
 
Release 0.5
54
 
===========
55
 
- Added a new module Milestone.
56
 
- Enhanced Fitness efficiency when comparing fitnesses.
57
 
- Replaced old base types with python built-in types.
58
 
- Added an example of deriving from sets.
59
 
- Added SPEA-II algorithm.
60
 
- Fitnesses are no more extended when assigning value, the values are simply assigned.
 
 
b'\\ No newline at end of file'