Skip to content

Releases: caseykneale/ChemometricsTools.jl

v0.5.5

02 Oct 22:31
v0.5.5
Compare
Choose a tag to compare

v0.5.5 (2019-10-02)

Diff since v0.5.1

Merged pull requests:

v0.5.1

10 Sep 11:20
v0.5.1
Compare
Choose a tag to compare

v0.5.1 (2019-09-10)

Diff since v0.5.0

Closed issues:

  • Unimodal components of S matrix from MCRALS (#9)
  • v0.4.6 release. (#5)
  • v0.4.5 Release (#4)

v0.5.0

07 Aug 14:12
Compare
Choose a tag to compare

v0.5.0 (2019-08-02)

Diff since v0.4.4

Closed issues:

  • Package usage (#8)
  • Regression: use \ (#7)
  • Feature-Fix v0.4.4 release (#3)
  • Cutting v0.4.4 Release (#2)

Merged pull requests:

"Feature-Fix"

03 Apr 12:20
Compare
Choose a tag to compare

So I caught some embarrassing bugs. Notably CDA/LDA had a transpose/broadcasting error that basically made it - well - it made the method not CDA/LDA. I also included some safeties for the GuassianDiscriminant classifier, so if a class covariance matrix is singular the null space is removed to force singularity(it also throws a warning).

Notably, I added LinearPerceptron classifiers, code to generate multivariate confidence ellipses for discriminant analysis methods, and updated some of the docs. This release is being cut mostly to test the new package registrator for Julia. I really want end users to get the latest version of the package when they use Pkg.add().

"Bug-fix" Public release! (v 0.4.2)

26 Mar 01:00
Compare
Choose a tag to compare

I fixed a bit of bugs and added some methods. Notably, Probabilistic Neural Networks were added, multiclass classification statistics can now export to dataframes, and csv's for automated report generation. Multiclass stats got over-hauled, and it now outputs a 2-Tuple of global statistics and local class-wise statistics. Added a bit of multiway methods, but nothing super useful there yet. Added, some bare bones GA's for advanced users, but that's undocumented until I flesh it out a bit (end-user beware).

Not much else changed, but, it's slowly rolling along. Big plans for 0.5.0! The project is really getting close to a public/community unveiling.

Stable Public Release

10 Mar 12:38
Compare
Choose a tag to compare

Ever since 0.2.5 made it's way to the Julia registry I realized how much was wrong with it (a lot of bugs!). I've gone through and made some serious changes to the functions provided to make them more abusable and in some cases more correct. I've slowly been expanding the undocumented parts of this package to make a big move for the first 0.5.0 release.