Skip to content

Releases: darrenjw/scala-glm

0.8 release of scala-glm

11 Dec 19:19
Compare
Choose a tag to compare

Release for Breeze 2.1.0, which is better for Scala 3 projects.
Cross-built for Scala 2.12, 2.13 and 3.2.

0.7 release of scala-glm

07 Oct 15:18
Compare
Choose a tag to compare

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

15 Aug 15:54
Compare
Choose a tag to compare

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

08 Apr 21:44
Compare
Choose a tag to compare

Addition of code for flexible regression modelling, including polynomial regression, cosine series, and B-splines.

0.4 release of scala-glm

22 Dec 15:55
Compare
Choose a tag to compare

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

15 Jun 20:19
Compare
Choose a tag to compare

Minor improvements to code and documentation, and now also released on Sonatype and mirrored on the Central Repository.

0.2 release of scala-glm

05 Jun 20:51
Compare
Choose a tag to compare

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

25 May 20:24
Compare
Choose a tag to compare
Pre-release

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