Package Release Info

python-deap-1.3.1-bp152.1.9

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-deap
python3-deap

Change Logs

* Thu Jan 30 2020 Todd R <toddrme2178@gmail.com>
- Update to 1.3.1
  * Add Python 3.8 builds
  * Various documentation fixups
  * Added try except ImportError for collections.abc
  * The function itertools.repeat in bound.__init__ was called as
    'itertools.repeat', while the function was imported using
    'from itertools import repeat'
  * fix: first element of the pop is inserted twice
  * Use codecs for Python2 compat
* Wed Nov 20 2019 Todd R <toddrme2178@gmail.com>
- Initial version