Releases: lzkelley/kalepy
Releases · lzkelley/kalepy
v1.1 - Performance and plotting enhancements
- Allow
covarianceto be manually specified in KDE constructor. - New
KDE.from_hist()method for constructing KDEs based on existing distributions (instead of finite points). - Deprecated CDF functionality removed (for the time being).
Triweightdistribution works.- Significant PDF evaluation speed improvements using numba
- Sampling and evaluation code simplified.
- Use
abc.ABCbase classes- e.g.
Distribution(object)==>_Distribution(abc.ABC)
- e.g.
- Plotting improvements
- BUG: fix incorrect label in rotate bottom-right panels of corner plots
- Allow
targetlines to be drawn on corner plots usingCorner.target() - Add arguments to limit the number of carpet and scatter points drawn
JOSS Paper and public release
First public release, and associated JOSS paper.