Skip to content

Release 0.0.2

Compare
Choose a tag to compare
@joelberkeley joelberkeley released this 27 Jun 21:16
· 229 commits to master since this release
706d13c

API enhancements

  • add RBF kernel (#75)
  • implement zero mean function (#74)
  • constrain element type of tensors to have corresponding types in backend (#47)
  • replace Maybe usage with Either and error types (#45)
  • add support for squeezing Tensors (#40)
  • add numerous tensor operators (#39)
  • add mutable (linear) tensor Variable type and in-place ops (#36)
  • hide Tensor constructor, enabling arbitrary Tensor representation (#34)
  • implement acquisition functions: (negative) lower confidence bound, probability of feasibility, expected improvement (#24)

Bug fixes

  • improve type inference for tensor contraction operator @@ (#72)

Other

  • convert Bayesian optimization integration test to tutorial (#43) (#51)
  • add automatic API reference build and deployment on release (#77)
  • update Idris 2 to v0.4.0 (#78)