caseykneale / ChemometricsTools.jl

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

v0.5.9 Release #20

Closed caseykneale closed 4 years ago

caseykneale commented 4 years ago

Again many small updates. Readme ToDo list has been updated to reflect this. At this point I'm not looking at adding more features neccesiarily just improving them and making things more stable.

Documentation updates: Improved some documentation minorly

Code updates: A small bug fixes and small refactorings Minor performance improvements to some methods

Internal updates: Removed DSP due to errors Replaced depended on methods

@JuliaRegistrator register()

JuliaRegistrator commented 4 years ago

Error while trying to register: Following packages are mentioned in [compat] but not found in [deps] or [extras]: DSP

caseykneale commented 4 years ago

@JuliaRegistrator register()

JuliaRegistrator commented 4 years ago

Registration pull request created: JuliaRegistries/General/5386

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.9 -m "<description of version>" 6ca391ffed674e5501f62882af3e671462bdb05a
git push origin v0.5.9