Skip to content

v0.7.4

Compare
Choose a tag to compare
@hanjinliu hanjinliu released this 12 Jul 07:30
· 198 commits to main since this release

Changes

  • More menus in matplotlib figures.
  • Support positional-only arguments in methods.
  • More VSCode-like behavior of CodeEdit widget.
  • Don't launch message box if method calls are cancelled.
  • Close magicgui before function call.
  • Add OneLineRunner widget.
  • Support python 3.8 again.

Bug Fixes

  • Fix copying in polars viewer widget.
  • Fix do_not_record not considered in functions appended after GUI construction.
  • Fix repeat_method behavior.
  • Fix some thread unsafety.