Skip to content

Commit 1527c54

Browse files
committed
added changelog
1 parent d8070fc commit 1527c54

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
---------
33

4+
- August 30, 2019: Version 3.1 adds many more examples like the nonlinear Schrödinger equation, more on Gray-Scott and in particular Allen-Cahn.
5+
Those are many implemented using the parallel FFT library `mpi4pi-fft <https://bitbucket.org/mpi4py/mpi4py-fft/src/master/>`_, which can now be used with pySDC.
6+
There are now 8 tutorials, where step 7 shows the usage of three external libraries with pySDC: mpi4py, FEniCS and petsc4py.
7+
The MPI controller has been improved after performaning a detailed performance analysis using `Score-P <https://www.vi-hps.org/projects/score-p/>`_ and `Extrae <https://www.vi-hps.org/Tools/Extrae.html>`_.
8+
Finally: first steps towards error/iteration estimators are taken, too.
9+
410
- February 14, 2019: Released version 3 of `pySDC`. This release is accompanied by the **ACM TOMS paper**
511
`"pySDC -- Prototyping spectral deferred corrections" <https://doi.org/10.1145/3310410>`_.
612
It release contains some breaking changes to the API. In detail:

0 commit comments

Comments
 (0)