Skip to content

Releases: mcordingley/Regression

2.2.0

11 Feb 00:32
Compare
Choose a tag to compare
Add PHP 7.1 to Travis

2.1.0

04 Jan 18:30
Compare
Choose a tag to compare

Add a couple of decay schedules.

2.0.0

27 Nov 20:25
Compare
Choose a tag to compare

Require PHP 7.0 or higher and add scalar and return type hints.

New Additions

25 Aug 16:23
Compare
Choose a tag to compare

Added a new Schedule, new StoppingCriteria, and did assorted clean-ups to the code.

First Stable Release

20 Aug 21:08
Compare
Choose a tag to compare

One last rewrite and the API is now stable.

Rewrite

14 Feb 04:43
Compare
Choose a tag to compare

This release has a completely new, cleaner object structure that should be the stable API going forward. It also features support for logistic regression. Still needs some more tests written and documentation written before marking 1.0.

v0.9.9

09 Oct 05:43
Compare
Choose a tag to compare

Fixes the calculation of the F statistic by fixing the internal function getMeanSquaredModel().

v0.9.8

26 May 06:20
Compare
Choose a tag to compare

Code simplification. Also took the degrees of freedom methods protected in an effort to reduce the size of the interface.