-------------------
New
~~~
- The genetic operators from pagmo are now available in pygmo
(`51 <https://github.com/esa/pygmo2/pull/51>`__).
- Add :class:`~pygmo.scipy_optimize`, a wrapper
for SciPy's local optimisation algorithms
(`31 <https://github.com/esa/pygmo2/pull/31>`__).
Changes
~~~~~~~
- :class:`~pygmo.thread_island` can now use a thread pool
(`47 <https://github.com/esa/pygmo2/pull/47>`__).
- pygmo now requires a C++17 capable compiler when building
from source
(`46 <https://github.com/esa/pygmo2/pull/46>`__,
`44 <https://github.com/esa/pygmo2/pull/44>`__).
- The CEC2013/CEC2014 problem suites are now available on all platforms
(`40 <https://github.com/esa/pygmo2/pull/40>`__).