Skip to content

Commit 45ccced

Browse files
committedJun 20, 2024
version 0.5.5 -> 0.5.6, update changelog
1 parent 7fc689b commit 45ccced

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎docs/source/opinf/changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
New versions may introduce substantial new features or API adjustments.
66
:::
77

8+
## Version 0.5.6
9+
10+
Added public templates to `opinf.operators`:
11+
12+
- `OperatorTemplate` for general nonparametric operators.
13+
- `OpInfOperator` for nonparametric operators that can be learned through Operator Inference (operator matrix times data vector structure).
14+
- `ParametricOperatorTemplate` for general parametric operators.
15+
- `ParametricOpInfOperator` for parametric operators that can be learned through Operator Inference.
16+
17+
Also added `opinf.ddt.InterpolationDerivativeEstimator` and made various improvements to the API documentation.
18+
819
## Version 0.5.5
920

1021
Changes to the `opinf.lstsq` API and improvements to the documentation.

‎src/opinf/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
https://github.com/Willcox-Research-Group/rom-operator-inference-Python3
88
"""
99

10-
__version__ = "0.5.5"
10+
__version__ = "0.5.6"
1111

1212
from . import (
1313
basis,

0 commit comments

Comments
 (0)
Failed to load comments.