Changes

v0.2

  • Factor solve methods now return 1d output for 1d input (just like np.dot does).
  • Factor.solve_P() and Factor.solve_P() deprecated; use Factor.apply_P() and Factor.apply_Pt() instead.
  • New methods for computing determinants of positive-definite matrices: Factor.det(), Factor.logdet(), Factor.slogdet().
  • New method for explicitly computing inverse of a positive-definite matrix: Factor.inv().
  • Factor.D() has much better implementation.
  • Build system improvements.
  • Wrapper code re-licensed under BSD terms.

v0.1

First public release.