Skip to content

Commit 998dd53

Browse files
committed
started changelog
1 parent 6b883bf commit 998dd53

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Changelog
22
---------
3+
- May 1, 2021: Long time, no see, but this major release 4.0 marks some improvements under the hood:
4+
5+
- **Rewrote ``mesh`` and ``particle`` data type**: Creation of new arrays for each operation is now avoided by
6+
directly subclassing Numpy's ``ndarray``. Faster, better, future-proof, but also breaking the API. If you use `pySDC`
7+
for your project, make sure you adapt to the new data types (or don't upgrade).
8+
- **Faster quadrature**: Thanks to `tlunet <https://github.com/tlunet>`_ the computation of the weights is now faster and
9+
(even) more reliable. Not breaking of any API here...
10+
311

412
- 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.
513
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`.

0 commit comments

Comments
 (0)