Skip to content

Commit

Permalink
Add Missing Import (#47)
Browse files Browse the repository at this point in the history
* add missing import
  • Loading branch information
mtsch authored May 31, 2020
1 parent 9c48168 commit c9e28fa
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 = "Ripserer"
uuid = "aa79e827-bd0b-42a8-9f10-2b302677a641"
authors = ["mtsch <[email protected]>"]
version = "0.6.1"
version = "0.6.2"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand Down
2 changes: 1 addition & 1 deletion src/Ripserer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ using RecipesBase
using TupleTools

# reexport basics from PersistenceDiagrams
import PersistenceDiagrams: birth
import PersistenceDiagrams: birth, threshold
export PersistenceDiagram, PersistenceInterval
export birth, death, persistence, representative, barcode

Expand Down

2 comments on commit c9e28fa

@mtsch
Copy link
Owner Author

@mtsch mtsch commented on c9e28fa May 31, 2020

Choose a reason for hiding this comment

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

@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/15646

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 v0.6.2 -m "<description of version>" c9e28fa6563f45dc3ea423973f3c17ca2b4b8a27
git push origin v0.6.2

Please sign in to comment.