NEWS
bnclassify 0.4.8 (2024-03-13)
- Switch from graph and Rgraphviz to igraph
bnclassify 0.4.7 (2022-11-16)
- Fix a WARN on r-devel clang
bnclassify 0.4.6 (2021-10-29)
- Work-around for gRain changes
- Skip a test that fails due to changes in R-devel
bnclassify 0.4.5 (2020-03-12)
- Pass CRAN checks with stringsAsFactors = FALSE as default
bnclassify 0.4.4 (2020-01-20)
- Removing gRain integration to pass CRAN checks
bnclassify 0.4.3 (2019-11-30)
- Minor changes to pass CRAN checks
bnclassify 0.4.2 (2019-03-14)
- Minor changes to pass CRAN checks
bnclassify 0.4.1 (2018-07-25)
- Minor changes to pass CRAN checks
bnclassify 0.4.0 (2018-05-08)
- Optimizing some functions with RCPP
- Added AODE (averaged one-dependence estimators)
- Added k-db classifier
- Replaced the RBGL package with BH
- Replaced the graph package with custom code and BH
- Added the 'overview' vignette
- Minor additions: cLogLik function
bnclassify 0.3.4 (2018-01-12)
- Added WANBIA discriminative parameter learning for naive Bayes
- Remove 'runtimes' vignette and microbenchmark dependency
bnclassify 0.3.3 (2017-09-06)
- Fixed warnings for resubmission to CRAN
bnclassify 0.3.2 (2015-11-19)
- Improved function documentation
- Updated and re-organized tutorial vignette
- Added 'techical information' and 'runtimes' vignettes
- Added logLik, AIC, and BIC
- Memoized cpt extraction during greedy search
- Deprecated lpawnb() (use lp() instead)
- Fixed a number of bugs, including an error in AWNB cross-validation
bnclassify 0.3.1 (2015-10-29)
- Minor improvements in vignette
- More detailed documentation for lp()
- Fixing a test error due to a change in gRain
bnclassify 0.3.0 (2015-07-30)
- First released version of the package.