infergo v0.7.0

Infergo v0.7.0 is out.

This release is a result of improving and extending Infergo along with development of GoGP, a library for Gaussian process regression.

What’s new:

  • model’s gradient can be explicitly specified as the Gradient() method, instead of through automatic differentation.
  • An elemental may also be a function which accepts a slice of floats (in addition to functions which accept one or more float scalars as parameters).
  • More kernels in the supplied kernel library.
  • As usual, fixes and performance improvements.