- Add CITATION.cff file.
- Add modules update.
- Add [#17]: JSON marshalling for OddsDetails output.
- Add: Refactor for better clarity, simplify data structures (backward incompatible).
- Add: Likelihood method to calculate a likelihood for a feature and a label (backward incompatible).
- Add: JSON instructions to posterior.Odds output.
- 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
This document follows [changelog guidelines]