JuliaDynamics / StateSpaceSets.jl

The `StateSpaceSet` interface for packages of JuliaDynamics
MIT License
3 stars 4 forks source link

Publish v1 of StateSpaceSets.jl #10

Closed Datseris closed 1 year ago

Datseris commented 1 year ago

Letting know downstream developers of the following deprecations:

@deprecate dataset_distance set_distance
@deprecate datasets_sets_distance setsofsets_distance
@deprecate AbstractDataset AbstractStateSpaceSet
@deprecate Dataset StateSpaceSet

cc @awage @kahaaga @heliosdrm @hkraemer

kahaaga commented 1 year ago

@Datseris Which versions of DelayEmbeddings.jl and DynamicalSystemsBase.jl will start using StateSpaceSets.jl v1? Currently, I can't upgrade in CausalityTools, because StateSpaceSets v1.0 breaks compatibility with these packages.

Datseris commented 1 year ago

Yes, v3 in both! To be published soon! There is no code change here, only name change, so for now just use the v0.1 !