Skip to content

Commit

Permalink
Drafting new release v5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta committed Mar 24, 2023
1 parent 27d242b commit cdded5f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

- March 24, 2023: Version 5.2 is out and improves the code in multiple directions. The problem class can now define their
parameters explicitly with the constructor, and not with a dictionary (backward compatible, thanks @tlunet). The resilience project
now comes with the quench problem, resulting a collaboration between @brownbaerchen and @eschnaubelt during the
TIME-X Apps Hackathon at USI Lugano. Many of the other changes under the hood prepare `pySDC` for Version 6.
- January 23, 2023: Version 5.1 brings a lot of changes to the documentation, both on Github and on the website.
We revived the [codecov](https://app.codecov.io/gh/Parallel-in-Time/pySDC) connection and started the
[OpenSFF Best Practices](https://bestpractices.coreinfrastructure.org/en/projects/6909) guide.
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ authors:
given-names: Lisa
orcid: https://orcid.org/0000-0001-8829-0978
affiliation: "University of Wuppertal, School of Mathematics and Natural Science, 42119 Wuppertal, Germany"
version: 5.1.0
version: 5.2.0
doi: 10.5281/zenodo.594191
date-released: 2023-01-23
date-released: 2023-03-24
keywords:
- "parallel-in-time"
- "spectral deferred corrections"
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
# General information about the project.
project = 'pySDC'
copyright = '2023, Robert Speck'
author = 'Robert Speck'
author = 'Robert Speck, Thibaut Lunet, Thomas Baumann, Lisa Wimmer'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '5.1'
version = '5.2'
# The full version, including alpha/beta/rc tags.
release = '5.1.0'
release = '5.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = 'pySDC'
version = '5.1.0'
version = '5.2.0'
description = 'A Python implementation of spectral deferred correction methods and the likes'
license = {text = "BSD-2-Clause"}
readme = 'README.md'
Expand Down

0 comments on commit cdded5f

Please sign in to comment.