Sherlock.jl icon indicating copy to clipboard operation
Sherlock.jl copied to clipboard

v0.1.3

Open caseykneale opened this issue 4 years ago • 1 comments

Added more description to the first plot (IE: be prepared to wait while everything precompiles ~30s) Added hooks from types to abstract types(1 hop) Added some Unit Tests and a few parsing functions. Added a little bit more doc strings.

The link between types to abstract types is worth a new release!

@JuliaRegistrator register

caseykneale avatar Apr 04 '20 11:04 caseykneale

Registration pull request created: JuliaRegistries/General/12226

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.1.3 -m "<description of version>" 0ecd7bedc81e379eb45da08d3068661351bc5b70
git push origin v0.1.3

JuliaRegistrator avatar Apr 04 '20 11:04 JuliaRegistrator