Skip to content

Releases: pearu/functional_algorithms

Release 0.10.1

28 Aug 09:48
3980d70
Compare
Choose a tag to compare

What's Changed

  • Fix bug in stablehlo printer: constant with ref requirement missed a label by @pearu in #26

Full Changelog: v0.10.0...v0.10.1

Release 0.10

27 Aug 21:37
87bd746
Compare
Choose a tag to compare

What's Changed

  • Add complex atanh and atan by @pearu in #25

Full Changelog: v0.9.1...v0.10.0

Release 0.9.1

21 Aug 11:38
fb320cc
Compare
Choose a tag to compare

What's Changed

  • Update asin_acos_kernel doc string by @pearu in #23

Full Changelog: v0.9.0...v0.9.1

Release 0.9

17 Aug 18:46
d3be68a
Compare
Choose a tag to compare

What's Changed

  • Add complex log1p by @pearu in #21

  • 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

Release 0.8

31 Jul 08:35
b8a67c5
Compare
Choose a tag to compare

What's Changed

  • Fix acos(-1) and add utils.extra_samples by @pearu in #16
  • Add sqrt using native implementation. by @pearu in #17
  • Add angle by @pearu in #18
  • Improve the accuracy of real acos by @pearu in #19
  • Cosmetic improvements to real asin by @pearu in #20

Full Changelog: v0.7.1...v0.8.0

Release 0.7.1

01 Jul 21:47
bc35898
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

Release 0.7

24 Jun 08:30
df06098
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

Optimization release 0.6.1

22 Jun 21:33
c788ffd
Compare
Choose a tag to compare

What's Changed

  • Use multiprocessing for evaluating mpmath functions by @pearu in #10

Full Changelog: v0.6.0...v0.6.1

Release 0.6

21 Jun 21:04
0137749
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

Bug fix release 0.5.1

20 Jun 20:17
6cec22a
Compare
Choose a tag to compare

What's Changed

  • Add rewrite rules x * 1 -> x, x - 0 -> 0, etc. by @pearu in #8

Full Changelog: v0.5.0...v0.5.1