Lineax v0.0.5
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 usejacfwd
orjacrev
. (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 to0.0.1
.
New Contributors
- @thibmonsel made their first contribution in #75
Full Changelog: v0.0.4...v0.0.5