Skip to content

Commit 27a9956

Browse files
committed
TL: bump version to 0.1.11
1 parent d50e02c commit 27a9956

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authors:
1616
orcid: https://orcid.org/0000-0002-3879-1210
1717
affiliation: "Jülich Supercomputing Centre, Forschungszentrum Jülich GmbH, 52425 Jülich, Germany"
1818

19-
version: 0.1.10
19+
version: 0.1.11
2020
doi: 10.5281/zenodo.11956479
2121
date-released: 2024-08-08
2222
keywords:

pyproject.toml

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

55
[project]
66
name = "qmat"
7-
version = "0.1.10"
7+
version = "0.1.11"
88
description = "Generation of Q-coefficients for Spectral Deferred Corrections (and other time-integration methods ...)"
99
dependencies = [
1010
"numpy",

qmat/vander.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def getExtrapolationMatrix(nodes, times, pOrder=None):
1919
The times where to extrapolate the polynomial.
2020
pOrder : int
2121
Order of the polynomial regression on the node values
22-
(default = len(nodes)-1.
22+
(default = len(nodes)-1).
2323
2424
Returns
2525
-------

0 commit comments

Comments
 (0)