Skip to content

Commit cdded5f

Browse files
committed
Drafting new release v5.2
1 parent 27d242b commit cdded5f

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
:arrow_left: [Back to main page](./README.md)
44

5+
- March 24, 2023: Version 5.2 is out and improves the code in multiple directions. The problem class can now define their
6+
parameters explicitly with the constructor, and not with a dictionary (backward compatible, thanks @tlunet). The resilience project
7+
now comes with the quench problem, resulting a collaboration between @brownbaerchen and @eschnaubelt during the
8+
TIME-X Apps Hackathon at USI Lugano. Many of the other changes under the hood prepare `pySDC` for Version 6.
59
- January 23, 2023: Version 5.1 brings a lot of changes to the documentation, both on Github and on the website.
610
We revived the [codecov](https://app.codecov.io/gh/Parallel-in-Time/pySDC) connection and started the
711
[OpenSFF Best Practices](https://bestpractices.coreinfrastructure.org/en/projects/6909) guide.

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ authors:
1616
given-names: Lisa
1717
orcid: https://orcid.org/0000-0001-8829-0978
1818
affiliation: "University of Wuppertal, School of Mathematics and Natural Science, 42119 Wuppertal, Germany"
19-
version: 5.1.0
19+
version: 5.2.0
2020
doi: 10.5281/zenodo.594191
21-
date-released: 2023-01-23
21+
date-released: 2023-03-24
2222
keywords:
2323
- "parallel-in-time"
2424
- "spectral deferred corrections"

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@
6363
# General information about the project.
6464
project = 'pySDC'
6565
copyright = '2023, Robert Speck'
66-
author = 'Robert Speck'
66+
author = 'Robert Speck, Thibaut Lunet, Thomas Baumann, Lisa Wimmer'
6767

6868
# The version info for the project you're documenting, acts as replacement for
6969
# |version| and |release|, also used in various other places throughout the
7070
# built documents.
7171
#
7272
# The short X.Y version.
73-
version = '5.1'
73+
version = '5.2'
7474
# The full version, including alpha/beta/rc tags.
75-
release = '5.1.0'
75+
release = '5.2.0'
7676

7777
# The language for content autogenerated by Sphinx. Refer to documentation
7878
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = 'pySDC'
7-
version = '5.1.0'
7+
version = '5.2.0'
88
description = 'A Python implementation of spectral deferred correction methods and the likes'
99
license = {text = "BSD-2-Clause"}
1010
readme = 'README.md'

0 commit comments

Comments
 (0)