functional_algorithms

Functional algorithms - definitions and implementations

BSD-3-CLAUSE License

Downloads
590
Stars
0
Committers
1

Bot releases are hidden (Show)

functional_algorithms - Release 0.9.1 Latest Release

Published by pearu about 2 months ago

functional_algorithms - Release 0.9

Published by pearu 2 months ago

What's Changed

Full Changelog: https://github.com/pearu/functional_algorithms/compare/v0.8.0...v0.9.0

functional_algorithms - Release 0.8

Published by pearu 3 months ago

What's Changed

Full Changelog: https://github.com/pearu/functional_algorithms/compare/v0.7.1...v0.8.0

functional_algorithms - Release 0.7.1

Published by pearu 4 months ago

functional_algorithms - Release 0.7

Published by pearu 4 months ago

functional_algorithms - Optimization release 0.6.1

Published by pearu 4 months ago

What's Changed

Full Changelog: https://github.com/pearu/functional_algorithms/compare/v0.6.0...v0.6.1

functional_algorithms - Release 0.6

Published by pearu 4 months ago

functional_algorithms - Bug fix release 0.5.1

Published by pearu 4 months ago

What's Changed

Full Changelog: https://github.com/pearu/functional_algorithms/compare/v0.5.0...v0.5.1

functional_algorithms - Release 0.5

Published by pearu 4 months ago

What's Changed

Full Changelog: https://github.com/pearu/functional_algorithms/compare/v0.4.0...v0.5.0

functional_algorithms - Release 0.4

Published by pearu 4 months ago

What's Changed

Full Changelog: https://github.com/pearu/functional_algorithms/compare/v0.3.1...v0.4.0

functional_algorithms - Bug fix release 0.3.1

Published by pearu 4 months ago

What's Changed

Full Changelog: https://github.com/pearu/functional_algorithms/compare/v0.3.0...v0.3.1

functional_algorithms - Release 0.3

Published by pearu 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pearu/functional_algorithms/compare/v0.2.0...v0.3.0

functional_algorithms - Release 0.2

Published by pearu 5 months ago

  • introduce functional algorithm for absolute(z) = hypot(z.real, z.imag)
  • fix underflow in hypot(x, y): sqrt(1 + (x/y)**2) == 1 while x > 0
  • major revision of the algorithm of referencing expressions
  • use ULP difference for comparing supported algorithms against reference implementation, aim at ULP difference <= 3.
functional_algorithms - Bug fix release 0.1.1

Published by pearu 5 months ago

Fixes:

  • comment generation for stablehlo target
functional_algorithms - Initial release

Published by pearu 5 months ago

Introduces functional algorithms to math functions:

  • hypot
  • square
  • asin, using the modified Hull et al algorithm

Introduces support to targets:

  • Python
  • NumPy
  • StableHLO