Releases: pearu/functional_algorithms
Releases · pearu/functional_algorithms
Release 0.13
What's Changed
- Support testing with XLA CPU client that has FTZ disabled. by @pearu in #75
- Add FTZ mode detection to accuracy tests. by @pearu in #76
- Enable 3.13 support. by @pearu in #77, #78
- Add complex sqrt by @pearu in #79
- Add expander_name to stablehlo printer by @pearu in #80
Full Changelog: v0.12.0...v0.13.0
Release 0.12
Bug fix release 0.11.1
What's Changed
- Fix reference name for stablehlo. Add rewrite_keep_integer_literals context parameter. by @pearu in #69
Full Changelog: v0.11.0...v0.11.1
Release 0.11
What's Changed
- Add upcast and downcast. by @pearu in #29
- Introduce definition decorator for algorithms by @pearu in #30
- Introduce use_upcast_ context parameter. Add native tan/tanh. by @pearu in #31
- Revise rewrite methods. by @pearu in #32
- Add internal API tests. by @pearu in #33
- Add periodic_samples. by @pearu in #34
- Add JAX backend support. by @pearu in #35
- Improve the performance of vectorize_with_jax. Disable subnormals in JAX accuracy tests. by @pearu in #56
- Add rewrite context with caching. by @pearu in #57
- Add numpy support to rewrite by @pearu in #58
- Add Substitute rewrite modifier by @pearu in #59
- Add _is_property attributes to Expr. Add rewrite support to relational operations by @pearu in #60
- Add op_flatten, op_unflatten, op_expand rewrite utility functions by @pearu in #61
- Add op_collect rewrite utility function by @pearu in #62
- Add utility functions float2mpf and mpf2float by @pearu in #63
- Add symbolic target by @pearu in #64
- Add basic restrict support with log1p and add. by @pearu in #65
- Fix square at complex infinity. Add is_finite. by @pearu in #67
Full Changelog: v0.10.1...v0.11.0
Release 0.10.1
What's Changed
Full Changelog: v0.10.0...v0.10.1
Release 0.10
Release 0.9.1
Release 0.9
What's Changed
-
The PR #21 also introduces another accuracy measure for functions that have high-variability in specific regions.
Full Changelog: v0.8.0...v0.9.0