File python-deap.changes of Package python-deap
-------------------------------------------------------------------
Sun Jun 23 15:58:31 UTC 2013 - scorot@free.fr
- Update to version 0.9.1
* fix the class creator._numpy_array that could not be
pickled/unpicled properly.
* fix algorithms.varAnd was not working properly with odd
population size.
* Re-introduction of gp.mutShrink operator, now also working with
STGP.
* Introduction of gp.graph, a function that return the essential
to draw a PrimitveTree
-------------------------------------------------------------------
Tue Feb 5 22:05:07 UTC 2013 - scorot@free.fr
- Update to version 0.9.0
* Major overhaul of the genetic programming with significant
speed increase.
* Added state of the art operators to control bloat in GP.
* Several new examples from diverse fields.
* Organization of the examples.
- Add python(abi) in requirements except for SLE 11
-------------------------------------------------------------------
Sun Jun 24 14:46:26 UTC 2012 - scorot@free.fr
- first package