Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Releases: JaxGaussianProcesses/JaxLinOp

v0.0.4

19 Jan 18:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

02 Dec 20:58
9a09191
Compare
Choose a tag to compare

Removes accidental Python 3.10 functools.cache import (Thanks to @thomaspinder).

v0.0.2

25 Nov 16:52
ce45596
Compare
Choose a tag to compare

Fix bug in diagonal linear operator log determinant.

v0.0.1

23 Nov 13:25
6ef9149
Compare
Choose a tag to compare

Added:

  • LinearOperator base class.
  • DenseLinearOperator.
  • DiagonalLinearOperator.
  • ConstantDiagonalLinearOperator.
  • LowerTriangularLinearOperator.
  • UpperTriangularLinearOperator.
  • ZeroLinearOperator.
  • IdentityLinearOperator.

And a minimal set of tests.