diff --git a/Project.toml b/Project.toml index 8680da8..37c9c0f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DelayEmbeddings" uuid = "5732040d-69e3-5649-938a-b6b4f237613f" repo = "https://github.com/JuliaDynamics/DelayEmbeddings.jl.git" -version = "2.7.3" +version = "2.7.4" [deps] Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" diff --git a/README.md b/README.md index 298420a..0073c9a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ # DelayEmbeddings.jl -[![](https://img.shields.io/badge/docs-dev-lightblue.svg)](https://JuliaDynamics.github.io/DelayEmbeddings.jl/dev) -[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaDynamics.github.io/DelayEmbeddings.jl/stable) +[![docsdev](https://img.shields.io/badge/docs-dev-lightblue.svg)](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/delayembeddings/dev/) +[![docsstable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliadynamics.github.io/DynamicalSystemsDocs.jl/delayembeddings/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/DelayEmbeddings.jl/workflows/CI/badge.svg)](https://github.com/JuliaDynamics/DelayEmbeddings.jl/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/JuliaDynamics/DelayEmbeddings.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaDynamics/DelayEmbeddings.jl) [![Package Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/DelayEmbeddings)](https://pkgs.genieframework.com?packages=DelayEmbeddings) A Julia package that provides a generic interface for performing delay coordinate embeddings, as well as cutting edge algorithms for creating optimal embeddings given some data. -It can be used as a standalone package, or as part of -[DynamicalSystems.jl](https://juliadynamics.github.io/DynamicalSystems.jl/dev/). +It can be used as a standalone package, or as part of DynamicalSystems.jl. To install it, run `import Pkg; Pkg.add("DelayEmbeddings")`. -All further information is provided in the documentation, which you can either find [online](https://juliadynamics.github.io/DelayEmbeddings.jl/stable/) or build locally by running the `docs/make.jl` file. +All further information is provided in the documentation, which you can either find online or build locally by running the `docs/make.jl` file.