caseykneale / ChemometricsTools.jl

A collection of tools for chemometrics and machine learning written in Julia.
Other
64 stars 12 forks source link

v0.5.5 Release #15

Closed caseykneale closed 4 years ago

caseykneale commented 4 years ago

So I fixed a few bugs, namely: Leverage for PCA and PLS are now correct. I added a bit of documentation to plotting objects. Some really small changes to functions, and internal refactoring. Still a ways to go but I'd consider this to be the halfway point to 0.60.

@JuliaRegistrator register()

JuliaRegistrator commented 4 years ago

Registration pull request created: JuliaRegistries/General/3998

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.5 -m "<description of version>" 63cfe24363430bb1fb9f4871b4f837ac12b4453c
git push origin v0.5.5

Also, note the warning: Version 0.5.5 skips over 0.5.2 This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.