caseykneale / Sherlock.jl

A high functioning package detective.
MIT License
58 stars 1 forks source link

v0.1.3 #19

Open caseykneale opened 4 years ago

caseykneale commented 4 years ago

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

JuliaRegistrator commented 4 years ago

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