Skip to content
Snippets Groups Projects
Commit 7d0f7cea authored by Robert Speck's avatar Robert Speck
Browse files

Preparing new release

parent c42bb65b
Branches
Tags
No related merge requests found
Pipeline #193850 failed
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
:arrow_left: [Back to main page](./README.md) :arrow_left: [Back to main page](./README.md)
- June 24, 2024: Major summer cleanup with Version 5.5. [\@tlunet](https://github.com/tlunet) extracted all quadrature-related stuff into his new standalone code
[qmat](https://github.com/Parallel-in-Time/qmat), which makes pySDC much more focussed and both parts easier to maintain.
[\@lisawim](https://github.com/lisawim) worked a lot on the DAE sweepers (including an MPI-parallel version), while [\@brownbaerchen](https://github.com/brownbaerchen) has fun with GPUs.
We also appreciate [\@jakob-fritz](https://github.com/jakob-fritz) working hard on improving the CI pipeline.
- January 24, 2024: Version 5.4.0 contains the code for the [second order SDC paper](https://arxiv.org/abs/2310.08352) by [\@ikrom96git](https://github.com/ikrom96git). It also has some changes to the FEniCS - January 24, 2024: Version 5.4.0 contains the code for the [second order SDC paper](https://arxiv.org/abs/2310.08352) by [\@ikrom96git](https://github.com/ikrom96git). It also has some changes to the FEniCS
part, including correct treatment of boundary conditions and first steps with FEniCS-x. part, including correct treatment of boundary conditions and first steps with FEniCS-x.
- July 28, 2023: For Version 5.3 a lot of pull requests got merged, thanks to [\@brownbaerchen](https://github.com/brownbaerchen), - July 28, 2023: For Version 5.3 a lot of pull requests got merged, thanks to [\@brownbaerchen](https://github.com/brownbaerchen),
......
...@@ -20,10 +20,14 @@ authors: ...@@ -20,10 +20,14 @@ authors:
given-names: Ikrom given-names: Ikrom
orcid: https://orcid.org/0000-0002-8869-0784 orcid: https://orcid.org/0000-0002-8869-0784
affiliation: "Hamburg University of Technology, Institute of Mathematics, 21073 Hamburg, Germany" affiliation: "Hamburg University of Technology, Institute of Mathematics, 21073 Hamburg, Germany"
- family-names: Fritz
given-names: Jakob
orcid: https://orcid.org/0000-0001-6280-8396
affiliation: "Jülich Supercomputing Centre, Forschungszentrum Jülich GmbH, 52425 Jülich, Germany"
version: 5.4.3 version: 5.5.0
doi: 10.5281/zenodo.594191 doi: 10.5281/zenodo.594191
date-released: 2024-03-27 date-released: 2024-06-24
keywords: keywords:
- "parallel-in-time" - "parallel-in-time"
- "spectral deferred corrections" - "spectral deferred corrections"
......
...@@ -70,9 +70,9 @@ author = 'Robert Speck, Thibaut Lunet, Thomas Baumann, Lisa Wimmer, Ikrom Akramo ...@@ -70,9 +70,9 @@ author = 'Robert Speck, Thibaut Lunet, Thomas Baumann, Lisa Wimmer, Ikrom Akramo
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '5.4' version = '5.5'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '5.4.3' release = '5.5.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" ...@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
[project] [project]
name = 'pySDC' name = 'pySDC'
version = '5.4.3' version = '5.5.0'
description = 'A Python implementation of spectral deferred correction methods and the likes' description = 'A Python implementation of spectral deferred correction methods and the likes'
license = {text = "BSD-2-Clause"} license = {text = "BSD-2-Clause"}
readme = 'README.md' readme = 'README.md'
...@@ -14,6 +14,7 @@ authors=[ ...@@ -14,6 +14,7 @@ authors=[
{name='Thomas Baumann', email='t.baumann@fz-juelich.de'}, {name='Thomas Baumann', email='t.baumann@fz-juelich.de'},
{name='Lisa Wimmer', email='wimmer@uni-wuppertal.de'}, {name='Lisa Wimmer', email='wimmer@uni-wuppertal.de'},
{name='Ikrom Akramov', email='ikrom.akramov@tuhh.de'}, {name='Ikrom Akramov', email='ikrom.akramov@tuhh.de'},
{name='Jakob Fritz', email='j.fritz@fz-juelich.de'},
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment