Skip to content

v2.0.2

Compare
Choose a tag to compare
@parkr parkr released this 09 Nov 00:11
· 259 commits to master since this release

Minor Enhancements

  • Remove Array#sum monkey patch in favour of #reduce(0, :+) (#20)
  • Cache total word counts per category for speed (#4)

Development Fixes

  • Add a test for Bayes#untrain_*. (#21)
  • Fix link to rb-gsl gem (#24)
  • Add helper scripts per Jekyll convention (#25)

Many thanks to @Ch4s3 for all his work on this release!