Skip to content

Lineax v0.0.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 17:20
· 8 commits to main since this release

Features

  • Added full complex support to the whole library! A huge thanks goes out to @Randl, who has been tirelessly pushing this all the way through. At this point Lineax should now support complex numbers across all of its interfaces. (#64, #89, #90, #91, #92, #93)
  • Added a flag to lx.JacobianLinearOperator for whether to use jacfwd or jacrev. (Thanks @thibmonsel! #75)

Bugfixes

  • grad-of-vmap-of-<lx.linear_solve with only some outputs used> will no longer crash during tracing. (#84)
  • Fixed the runtime lineax.__version__ being pinned to 0.0.1.

New Contributors

Full Changelog: v0.0.4...v0.0.5