Skip to content

3.5.0

Compare
Choose a tag to compare
@untzag untzag released this 21 Jul 19:31
· 187 commits to master since this release
b8a3a44

Fixed

  • numpy deprecated the np.float alias, so use np.float64 to be more precise
  • artists support matplotlib >= 3.7
  • interact2D: fixed bug where sliders did not change appearance on focus
  • interact2D: fixed buggy side plots windowing

Changed

  • Data.join now has MultidimensionalAxisError exception message
  • Axis: space character ("\s") in expressions are culled.
  • fixed interact2D bug: channel/axes can now be specified with non-zero index arguments
  • interact2D: side plots project the extremes along each axis, rather than the average.

Added

  • interact2D has informative figure window names
  • Data.translate_to_txt: serialize channels and variables and write as a text file.
  • Python supported versions: add 3.10, 3.11, and drop 3.7