Release 0.8.0
Changes:
- First release on CRAN
- The
profocfunction was renamed toonlinefor consistency. - Added
batchfunction to apply batch-learning. - Added
oraclefunction to approximate the oracle. - Update, predict, plot, and print methods were added for
onlineandbatchobjects.
Interface:
- Unfortunately, we decided to apply significant changes to the API. This likely breaks old code. Please refer to the respective function documentation for more information.
Internal changes:
- The b-spline basis is now calculated using a fast C++ function imported from the splines2 R package.
- The source code is now distributed across different files.
Refer to NEWS.md for changes in older versions.