Skip to content

Releases: hbmartin/betapert

v0.2.1

18 Jul 17:52
65bd653

Choose a tag to compare

What's Changed

  • prevent erroneous array in ppf with _scalar_if_array_all_equal by @hbmartin in #5

Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 Jul 17:13
ab5f580

Choose a tag to compare

What's Changed

Prevent unexpected alpha/beta values from by checking if they are arrays with all equal elements and in that case returning the scalar instead

Full Changelog: v0.1.9...v0.2.0

v0.1.9

18 Jul 00:37

Choose a tag to compare

Additional debug logging to trace pyodide issues

v0.1.8

17 Jul 23:34
3e9d2f7

Choose a tag to compare

What's Changed

  • Fix array dimension handling
  • Add a betapert.funcs.DEBUG flag to request stderr output in the log fallback

Full Changelog: v0.1.7...v0.1.8

v0.1.7

17 Jul 21:18
3db5815

Choose a tag to compare

What's Changed

  • Add log space fallback forppf func, configurable with global betapert.FALLBACK = "log" flag

v0.1.6

16 Jul 19:05

Choose a tag to compare

What's Changed

  • Updated Python version support, requires >= 3.11
  • Updated scipy dependency to 1.14.0
  • Implement variance and kurtosis calculations as transformations of the beta distribution
  • (Internal) added ruff checking and formatting

Full Changelog: https://github.com/hbmartin/betapert/commits/v0.1.6