diff --git a/Project.toml b/Project.toml index d36b080..40d14f7 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "StateSpaceSets" uuid = "40b095a5-5852-4c12-98c7-d43bf788e795" authors = ["George Datseris "] repo = "https://github.com/JuliaDynamics/StateSpaceSets.jl.git" -version = "1.4.4" +version = "1.4.5" [deps] Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" diff --git a/README.md b/README.md index ccaa12d..24c3c6c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # StateSpaceSets.jl -[![](https://img.shields.io/badge/docs-dev-lightblue.svg)](https://JuliaDynamics.github.io/StateSpaceSets.jl/dev) -[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaDynamics.github.io/StateSpaceSets.jl/stable) +[![docsdev](https://img.shields.io/badge/docs-dev-lightblue.svg)](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/statespacesets/dev/) +[![docsstable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/statespacesets/stable/) [![](https://img.shields.io/badge/DOI-10.1007%2F978--3--030--91032--7-purple)](https://link.springer.com/book/10.1007/978-3-030-91032-7) [![CI](https://github.com/JuliaDynamics/StateSpaceSets.jl/workflows/CI/badge.svg)](https://github.com/JuliaDynamics/StateSpaceSets.jl/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/JuliaDynamics/StateSpaceSets.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaDynamics/StateSpaceSets.jl) @@ -9,16 +9,11 @@ A Julia package that provides functionality for state space sets. These are collections of points of fixed, and known by type, size (called dimension). -It is used in several projects in the JuliaDynamics organization, -such as [DynamicalSystems.jl](https://juliadynamics.github.io/DynamicalSystems.jl/dev/) -or [CausalityTools.jl](https://juliadynamics.github.io/CausalityTools.jl/dev/). - +It is used by many other packages in the JuliaDynamics organization. The main export of `StateSpaceSets` is the concrete type `StateSpaceSet`. The package also provides functionality for distances, neighbor searches, sampling, and normalization. To install it you may run `import Pkg; Pkg.add("StateSpaceSets")`, however, there is no real reason to install this package directly -as it is re-exported by all downstream packages that use it. - -_previously StateSpaceSets.jl was part of DelayEmbeddings.jl_ \ No newline at end of file +as it is re-exported by all downstream packages that use it. \ No newline at end of file