Skip to content

Releases: gnames/bayes

v0.5.2

02 Dec 21:05
Compare
Choose a tag to compare

CHANGELOG

[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).

[v0.1.3]

  • Add: remove dependency on ginkgo testing.

[v0.1.2]

  • Add: rename priorOdds field.

[v0.1.1]

  • Add [#15]: golang module support.
  • Fix: bug in odds calculation.

First stable release

18 Nov 13:37
Compare
Choose a tag to compare
  • 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