Releases: darrenjw/scala-glm
0.8 release of scala-glm
0.7 release of scala-glm
Release for Breeze 2.0, cross-built for Scala 3 in addition to Scala 2.12 and Scala 2.13.
0.6 release of scala-glm
Now linked against Breeze 2.0-RC1 and cross-built for Scala 3 in addition to Scala 2.12 and Scala 2.13.
0.5 release of scala-glm
Addition of code for flexible regression modelling, including polynomial regression, cosine series, and B-splines.
0.4 release of scala-glm
This release is mainly concerned with updating library dependencies. Scala 2.13 is now the primary build target, but it also cross-builds for Scala 2.12.
0.3 release of scala-glm
Minor improvements to code and documentation, and now also released on Sonatype and mirrored on the Central Repository.
0.2 release of scala-glm
Improved diagnostic plots, and the addition of a ".predict" method for making predictions (with standard errors) on the basis of a new design matrix.
0.1 release of scala-glm
scala-glm
0.1 release
Classes for PCA, linear regression and generalised linear models (logistic and Poisson regression)
Each has human-readable summaries, analogous to similar functions in R