Skip to content

Release 0.8.0

Choose a tag to compare

@BerriJ BerriJ released this 28 Jul 14:33
2373e43

Changes:

  • First release on CRAN
  • The profoc function was renamed to online for consistency.
  • Added batch function to apply batch-learning.
  • Added oracle function to approximate the oracle.
  • Update, predict, plot, and print methods were added for online and batch objects.

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.