Releases: HDembinski/numba-stats
Releases · HDembinski/numba-stats
v1.5.0
What's Changed
- Fix expon and trunc_expon by @HDembinski in #87
- add laplace distribution by @HDembinski in #88
- Adjust to new scipy by @HDembinski in #91
Full Changelog: v1.4.1...v1.5.0
v1.4.1
Added info about rvs functions to README
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Add rvs to several distributions by @HDembinski in #81
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- remove undocumented parameter ymax from cruijff that should have never been there by @HDembinski in #76
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- add cruijff function by @amanmdesai in #69
- New benchmarks by @HDembinski in #72
- include cruijff function in list of available functions by @amanmdesai in #73
New Contributors
- @amanmdesai made their first contribution in #69
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Fix release script by @HDembinski in #53
- Add Python 3.10 in the CI configuration by @diguida in #58
- fix norm._ppf1 by @HDembinski in #71
New Contributors
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- deprecate bernstein.scaled_pdf, bernstein.scaled_cdf by @HDembinski in #46
- add crystalball.logpdf and crystalball_ex.logpdf by @HDembinski in #48
- replace numba.vectorize by @HDembinski in #49
- added documentation by @HDembinski in #50
- support readonly input arrays @HDembinski in #51
- support parallelization by @HDembinski in #52
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0
What's Changed
- Remove stats submodule and associated deprecated API by @HDembinski in #43
v0.10.1
What's Changed
- improve docs by @HDembinski in #42