Skip to content

Latest commit

 

History

History
86 lines (60 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

86 lines (60 loc) · 2.31 KB

Changelog

Unreleased

[v0.5.2] - 2024-12-02 Mon

  • Add CITATION.cff file.

[v0.5.1]

  • Add modules update.

[v0.5.0]

  • Add [#17]: JSON marshalling for OddsDetails output.

[v0.4.0]

  • Add: Refactor for better clarity, simplify data structures (backward incompatible).

[v0.3.0]

  • Add: Likelihood method to calculate a likelihood for a feature and a label (backward incompatible).

[v0.2.1]

  • Add: JSON instructions to posterior.Odds output.

[v0.2.0]

  • Add [#16]: improve architecture and usage (backward incompatible).
  • Add: remove dependency on ginkgo testing.
  • Add: rename priorOdds field.
  • Add #15: golang module support.
  • Fix: bug in odds calculation.
  • Add #14: optionally exclude prior odds from calculation
  • Add #13: labels are now their own type, not a string
  • Add #11: override of prior odds by a client data
  • Add #10: support of non-boolean features
  • Add #9: continuous integration with Travis
  • Add #8: implement dump/restore for trained data
  • Add #7: references to other implementation of this algorithm
  • Add #6: dynamic prior probability
  • Add #5: Lidstone smoothing algorithm
  • Add #4: Laplas smoothing algorithm
  • Add #3: classifier for multiple hypotheses
  • Add #2: classifier between two hypotheses
  • Add #1: training for Bayes algorithm

Footnotes

This document follows [changelog guidelines]