Skip to content

0.4.0

Compare
Choose a tag to compare
@Genarito Genarito released this 23 Feb 23:23
· 36 commits to main since this release
  • Bug with p-values adjustment fixed
  • Bug with Kendall fixed (subtract overflow)
  • CorResult struct is now Pickable for Python (useful to use in threads or processes)
  • Scipy is now not required to use this library in Python
  • A lot of tests were added
  • Added more error types
  • Now NaNs values produces by no standard deviation in inputs arrays are filtered to prevent panics
  • Added benchmarks
  • Added CI
  • Added MyPy definitions
  • Simplified API in Rust and lots of internal refactoring
  • Added Rust and Python documentation
  • Improved README.md and examples