Skip to content

Commit

Permalink
reexport abstract embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Apr 6, 2020
1 parent a65a206 commit 4a0efc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DelayEmbeddings"
uuid = "5732040d-69e3-5649-938a-b6b4f237613f"
repo = "https://github.com/JuliaDynamics/DelayEmbeddings.jl.git"
version = "1.4.1"
version = "1.4.2"

[deps]
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Expand Down
2 changes: 1 addition & 1 deletion src/embeddings.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using StaticArrays
using Base: @_inline_meta
export reconstruct, DelayEmbedding, MTDelayEmbedding, embed, τrange
export WeightedDelayEmbedding
export WeightedDelayEmbedding, AbstractEmbedding

#####################################################################################
# Univariate Delay Coordinates
Expand Down

2 comments on commit 4a0efc8

@Datseris
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/12367

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.4.2 -m "<description of version>" 4a0efc882c6d81a17bd2e105dc3a081858899715
git push origin v1.4.2

Please sign in to comment.