What's Changed
- Add gammainc(c) derivatives by @ricardoV94 in #513
- Move subtensor rewrites from basic opt to subtensor opt v2 by @spiyer99 in #581
- Fix docstring and type hints for indices_from_subtensor by @brandonwillard in #594
- gitignore stuff produced by tests by @ferrine in #598
- Use alt_prefix field in
ScanArgs.get_alt_field
by @brandonwillard in #601 - Add an
empty_like
implementation by @brandonwillard in #602 - Added Numba Scan implementation by @kc611 in #607
- Implement Jax dispatch for Erf Op by @ericmjl in #596
- Make Numba conversion of
MakeVector
work with mixed input types by @brandonwillard in #610 - Fixed local_useless_switch optimization for boolean conditions by @kc611 in #619
- Added Numba IfElse Op by @kc611 in #615
- avoid appending -m64 to CXXFLAGS for riscv by @alexfanqi in #613
New Contributors
- @spiyer99 made their first contribution in #581
- @ferrine made their first contribution in #598
- @ericmjl made their first contribution in #596
- @alexfanqi made their first contribution in #613
Full Changelog: rel-2.2.2...rel-2.2.3