Skip to content

Commit bf94468

Browse files
Merge pull request #250 from sathvikbhagavan/sb/clean
chore: format NEWS.md and bump DataInterpolations version in docs
2 parents bafabdb + f4ea51c commit bf94468

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

NEWS.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
## Breaking changes
44

5-
- `AbstractInterpolation` is not a subtype of `AbstractVector` anymore. This was needed for previous versions of ModelingToolkit.jl to represent splines as vectors.
6-
- Indexing overloads for `AbstractInterpolation` and the type parameter associated with it are removed. For example - `A` is an interpolation object:
7-
- Doing `A[i]` will error. Use `A.u[i]`.
8-
- `size(A)` will error. Use `size(A.u)` or `size(A.t)`.
9-
- Removed deprecated bindings for `ZeroSpline` which is the same as `ConstantInterpolation`.
5+
- `AbstractInterpolation` is not a subtype of `AbstractVector` anymore. This was needed for previous versions of ModelingToolkit.jl to represent splines as vectors.
6+
7+
- Indexing overloads for `AbstractInterpolation` and the type parameter associated with it are removed. For example - `A` is an interpolation object:
8+
9+
+ Doing `A[i]` will error. Use `A.u[i]`.
10+
+ `size(A)` will error. Use `size(A.u)` or `size(A.t)`.
11+
- Removed deprecated bindings for `ZeroSpline` which is the same as `ConstantInterpolation`.

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RegularizationTools = "29dad682-9a27-4bc3-9c72-016788665182"
77
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
88

99
[compat]
10-
DataInterpolations = "4"
10+
DataInterpolations = "5"
1111
Documenter = "1"
1212
Optim = "1"
1313
Plots = "1"

0 commit comments

Comments
 (0)