2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 5
5
New versions may introduce substantial new features or API adjustments.
6
6
:::
7
7
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
+
8
19
## Version 0.5.5
9
20
10
21
Changes to the ` opinf.lstsq ` API and improvements to the documentation.
Original file line number Diff line number Diff line change 7
7
https://github.com/Willcox-Research-Group/rom-operator-inference-Python3
8
8
"""
9
9
10
- __version__ = "0.5.5 "
10
+ __version__ = "0.5.6 "
11
11
12
12
from . import (
13
13
basis ,
0 commit comments