Ver 0.4.0 (2025-02-24)
Implement Faddeeva function
- Contributors: ethanbarry, inkydragon, Axect, JSorngard
- Related PRs
- Newly added dependencies
Fix bugs
- #32 : Fix swapped doc for
inverf
andinverfc
(Thanks to ethanbarry) - #36 : Fix
gamma
function for1f64
(Thanks to arihant2math)
What's Changed
- Use latest
peroxide
version as dev-dependency. by @JSorngard in #27 - Correct Lambert W test by @JSorngard in #29
- Un-swap inverf doc comments. by @ethanbarry in #34
- Simplify Lambert W test code and don't depend on a specific patch version of
lambert_w
by @JSorngard in #31 - Add the Faddeyeva/Faddeeva function by @ethanbarry in #30
- Fix a bug in the gamma function (#36) by @Axect in #37
Full Changelog: https://github.com/Axect/puruspe/commits/v0.4.0