Skip to content

Commit

Permalink
Version bump for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta committed Jan 24, 2024
1 parent 08ea3c9 commit cad1091
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

- 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.
- July 28, 2023: For Version 5.3 a lot of pull requests got merged, thanks to [\@brownbaerchen](https://github.com/brownbaerchen),
[\@tlunet](https://github.com/tlunet), [\@lisawim](https://github.com/lisawim), [\@ikrom96git](https://github.com/ikrom96git) for all the contributions.
Besides the usual bugfixing and polishing, `pySDC` now comes with linear multistep methods, classical Runge Kutta methods, DAE sweepers, and more/improved projects.
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ authors:
orcid: https://orcid.org/0000-0002-8869-0784
affiliation: "Hamburg University of Technology, Institute of Mathematics, 21073 Hamburg, Germany"

version: 5.3.0
version: 5.4.0
doi: 10.5281/zenodo.594191
date-released: 2023-07-25
date-released: 2024-01-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 @@ -62,17 +62,17 @@

# General information about the project.
project = 'pySDC'
copyright = '2023, Robert Speck'
copyright = '2024, Robert Speck'
author = 'Robert Speck, Thibaut Lunet, Thomas Baumann, Lisa Wimmer, Ikrom Akramov'

# 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.3'
version = '5.4'
# The full version, including alpha/beta/rc tags.
release = '5.3.0'
release = '5.4.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.3.0'
version = '5.4.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 cad1091

Please sign in to comment.