Skip to content

Releases: jbytecode/LinRegOutliers

v0.5.0

20 Oct 00:34
Compare
Choose a tag to compare

LinRegOutliers v0.5.0

Diff since v0.4.3

Closed issues:

  • Implement minimization of clipped convex functions for outlier detection (#7)

Merged pull requests:

  • Implementing Clipped Convex functions, some other improvements (#28) (@angeris)
  • Updating to pivoted QR (#29) (@angeris)

v0.4.3

18 Oct 00:35
Compare
Choose a tag to compare

LinRegOutliers v0.4.3

Diff since v0.4.2

Merged pull requests:

  • Initial implementation of atkinson94 algorithm (#27) (@tantei3)

v0.4.2

15 Oct 00:33
Compare
Choose a tag to compare

LinRegOutliers v0.4.2

Diff since v0.4.1

Closed issues:

  • Versioning (#16)

v0.4.1

09 Oct 00:31
Compare
Choose a tag to compare

LinRegOutliers v0.4.1

Diff since v0.4.0

Closed issues:

  • feature request: methods for (y,X) (#14)
  • Singularity (#19)
  • Singularity (#20)

Merged pull requests:

  • Implement multiple dispatch for ransac for issue 14 (#17) (@tantei3)
  • Rename mahalabonis to mahalanobis to be consistent (#18) (@tantei3)
  • Ransac remove trycatch (#21) (@tantei3)

v0.4.0

08 Oct 00:26
Compare
Choose a tag to compare

LinRegOutliers v0.4.0

Diff since v0.3.15

Closed issues:

  • Minimum Covariance Determinant (MCD) estimator is missing (#6)

v0.3.15

06 Oct 00:31
Compare
Choose a tag to compare

LinRegOutliers v0.3.15

Diff since v0.3.14

Closed issues:

  • MVE (#8)

v0.3.14

02 Oct 00:29
Compare
Choose a tag to compare

LinRegOutliers v0.3.14

Diff since v0.3.13

v0.3.13

01 Oct 00:31
Compare
Choose a tag to compare

LinRegOutliers v0.3.13

Diff since v0.3.12

Closed issues:

  • RANSAC and its derivatives are required (#11)

Merged pull requests:

v0.3.12

26 Sep 00:29
Compare
Choose a tag to compare

LinRegOutliers v0.3.12

Diff since v0.3.11

Merged pull requests:

  • Change the find_minimum_nonzero function to always return non-zero minimum (#10) (@tantei3)
  • Fix ks89 (#12) (@tantei3)

v0.3.11

23 Sep 00:28
Compare
Choose a tag to compare

LinRegOutliers v0.3.11

Diff since v0.3.10