Skip to content

Tags: bruchar1/pyqtgraph

Tags

pyqtgraph-0.11.0

Merge develop into master for release 0.11.0

pyqtgraph-0.11.0rc0

PyQtGraph release 0.11.0rc0

pyqtgraph-0.10.0

PyQtGraph release 0.10.0

pyqtgraph-core-0.9.10

Merge tag 'pyqtgraph-0.9.10' into core

Conflicts:
	graphicsItems/ViewBox/ViewBox.py
	parametertree/SystemSolver.py
	widgets/SpinBox.py

pyqtgraph-0.9.10

PyQtGraph release 0.9.10

pyqtgraph-0.9.9

PyQtGraph release 0.9.9

pyqtgraph-core-0.9.8

Merge tag 'pyqtgraph-0.9.8' into pyqtgraph-core

pyqtgraph-core-0.9.7

Merge tag 'pyqtgraph-0.9.7' into pyqtgraph-core

pyqtgraph-0.9.8

Merge branch 'release-0.9.8'

pyqtgraph-0.9.7

Bugfixes:

  - ArrowItem auto range now works correctly
  - Dock drag/drop fixed on PySide
  - Made padding behavior consistent across ViewBox methods
  - Fixed MeshData / python2.6 incompatibility
  - Fixed ScatterPlotItem.setSize and .setPointData
  - Workaround for PySide bug; GradientEditor fixed
  - Prefer initially selecting PlotItem rather then ViewBox when exporting
  - Fixed python3 import error with flowcharts

Cleaned up examples, made code editable from example loader
Minor documentation updates