Skip to content

v4.3.3

Compare
Choose a tag to compare
@PierreRaybaut PierreRaybaut released this 20 Feb 09:43
· 35 commits to master since this release

Version 4.3.3

Bug fixes:

  • Fixed Issue #90 / ImageItem's pixels are now centered on their coordinates
  • plot.SubplotWidget w/image related panels: simplify both pyplot and
    syncplot.py test
  • pyplot: fixed QApplication instance mgt issues
  • pyplot/Figure.save: fixed Qt5 compat. issue
  • io.load_items: fixed docstring

Note: v4.3.3 is functionally identical to v4.3.2 (translation file was missing in v4.3.2, hence the new release)

Version 4.3.1

Bug fixes:

  • Added build dependencies (fixes Issue #95)
  • Fixed compatibility issue with Visual Studio 2015 and earlier
  • Fixed builder functions for annotated circle and ellipse (bad arguments)
  • Fixed default text color configuration for dark mode

Version 4.3.0

Changes:

Bug fixes:

  • EditItemDataTool: now show directly an ArrayEditor dialog box
    (instead of calling the oedit object editor function)
  • Fixed tests/syncplot.py demonstrating how the curve plot axis
    synchronization feature works
  • Fixed Issue #93 / tests/histogram.py: bins/log scale parameters did nothing