v4.3.3
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:
- Added "tests/loadsaveitems_json.py": JSON plot items (de)serialize test
(from CodraFT project,
https://codra-ingenierie-informatique.github.io/CodraFT/)
Bug fixes:
EditItemDataTool
: now show directly anArrayEditor
dialog box
(instead of calling theoedit
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