Skip to content

Commit 200c65e

Browse files
committed
changelog and setup.py
1 parent 998dd53 commit 200c65e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Changelog
22
---------
3-
- May 1, 2021: Long time, no see, but this major release 4.0 marks some improvements under the hood:
3+
- May 4, 2021: Long time, no see, but this major release 4.0 marks some improvements under the hood:
44

55
- **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`
6+
directly subclassing Numpy's ``ndarray``. Somewhat faster, definitively better, less code, future-proof, but also breaking the API. If you use `pySDC`
77
for your project, make sure you adapt to the new data types (or don't upgrade).
88
- **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...
9+
(even) more reliable. No breaking of any API here...
1010

11+
This is not much (yet) and if it were not for the API changes, this would have been a minor release.
1112

1213
- 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.
1314
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`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='pySDC',
8-
version='3.1',
8+
version='4.0',
99
description='A Python implementation of spectral deferred correction methods and the likes',
1010
license="BSD-2",
1111
long_description=long_description,

0 commit comments

Comments
 (0)