diff --git a/doc/sphinx/source/changelog.rst b/doc/sphinx/source/changelog.rst index cdecb4bf..11984e92 100644 --- a/doc/sphinx/source/changelog.rst +++ b/doc/sphinx/source/changelog.rst @@ -7,6 +7,7 @@ Changelog * Changed "numpy.float" to equivalent "numpy.float64" due to DeprecationWarnings in numpy >= 1.20. * Improved examples with sparse jacobians by omitting the zeros in the jacobians. * Upgraded to Cython >= 3. + * Removed deprecated build option "sundials_with_superlu", which is checked automatically. --- Assimulo-3.4.3 --- * Improved compliance with newer scipy version by instead using corresponding numpy calls when more suitable.