Skip to content

Releases: AsafManela/HurdleDMR.jl

Better docs, tests, and model selection

17 Feb 04:00
Compare
Choose a tag to compare
  • Allows to specify path segment selector using the select keyword argument to fit(), e.g., select=:BIC
  • Updated docs
  • Removed julia 0.7 from CI
  • Changed unstable tests of degenerate hurdle cases

Upgraded syntax for julia 0.7 and above

26 Oct 14:36
Compare
Choose a tag to compare
v1.0.0

merged 0.7+ syntax upgrade

Version that works with julia v0.6 but not v0.7 and above

26 Oct 13:11
c17f22c
Compare
Choose a tag to compare
  • better handling of counts matrices with Int eltype
  • better handling of categorical arrays

Cleaned up code and improved test coverage

31 Jul 02:33
Compare
Choose a tag to compare
  • Improved tests
  • Removed cv functionality which was somewhat application specific