Skip to content

v0.6.1

Choose a tag to compare

@dimk90 dimk90 released this 09 Jun 13:25
· 120 commits to main since this release

Fixed

  • [engine] fixed returning IFigure for reset_color()
  • [engine.plotly5] signature for surface3d fixed

Changed

  • [engine] added extra aliases for non-GUI Matplotlib: mpl-io, mpl-file
  • [plugin] added force parameter for register() to allow plugin replacement
  • [plugin] plugin can be registered for homogeneous arrays like list[T] or tuple[T, ...]