Skip to content

0.1.0

Compare
Choose a tag to compare
@jdkent jdkent released this 02 Jun 15:24
· 42 commits to main since this release
01e28ed

What's Changed

This is a big release, there are several large items we added:

  • Coordinate Based Meta Regression! This is a great alternative to the kernel-based methods to detect convergence with more sensitivity and more flexibly compare between groups.
  • Reports Module: now you can generate an html report for the simple kernel based methods, more estimators will be supported in upcoming releases

🎉 Exciting New Features

🐛 Bug Fixes

  • [FIX] Set n_iters defaults only for estimators with null_method="montecarlo" by @JulioAPeraza in #803
  • [FIX] handle case of no sample size being reported by @jdkent in #792
  • [FIX] math display by @yifan0330 in #805
  • [FIX] allow analysis to have null points when converting from nimads to dataset by @jdkent in #808

Other Changes

Full Changelog: 0.0.14...0.1.0