Skip to content

v0.12.4

Latest
Compare
Choose a tag to compare
@mbaak mbaak released this 09 Jan 20:16
· 5 commits to master since this release
bd8b21a

Version 0.12.4, Jan 2024

  • Add support for Python 3.12.
  • ENH: added plotting kwargs to correlation_report function.
    #58
  • FIX: fix of bin edge values they are rounded with 1e-14
    #60
  • FIX: numpy random multinomial requires integer number of samples (for nixOS)
    #73
  • FIX: pandas deprecation warning
    #74
  • Drop support for Python 3.7, has reached end of life.