Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Aug 3, 2024
1 parent a679bab commit c403042
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 33 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
Changelog for StateSpaceSets.jl is kept w.r.t. version 1.3

# 2.0

- `StateSpaceSet` now subtypes `AbstractVector`, in particular `StateSpaceSet{V<:AbstractVector} <: AbstractVector{X}`. This lead to the breaking change that `size(ssset) = (length(ssset), )` while before `size` was `length(ssset), dimension(ssset)`. Now you have to use `dimension(ssset)` exclusively to get the "number of columns" in the state space set.
- The keyword `container` can be given to all functions that make state space sets
and sets the type of the container of the inner vectors. This is the abstract type
and is typically `SVector` or `Vector`.
- All deprecations of v1 have been removed. Primarily this includes `Dataset` and an old version of `statespace_sampler`.


# 1.5

- `cov` and `cor` functions for computing the covariance/correlation matrix between
- `cov` and `cor` functions for computing the covariance/correlation matrix between
columns of a `StateSpaceSet`.

# 1.4
Expand Down
32 changes: 0 additions & 32 deletions src/deprecations.jl

This file was deleted.

0 comments on commit c403042

Please sign in to comment.