Skip to content

Tags: dgoeries/pyqtgraph

Tags

pyqtgraph-0.11.0

Toggle pyqtgraph-0.11.0's commit message
Merge develop into master for release 0.11.0

pyqtgraph-0.11.0rc0

Toggle pyqtgraph-0.11.0rc0's commit message
PyQtGraph release 0.11.0rc0

pyqtgraph-0.10.0

Toggle pyqtgraph-0.10.0's commit message
PyQtGraph release 0.10.0

pyqtgraph-core-0.9.10

Toggle pyqtgraph-core-0.9.10's commit message
Merge tag 'pyqtgraph-0.9.10' into core

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

pyqtgraph-0.9.10

Toggle pyqtgraph-0.9.10's commit message
PyQtGraph release 0.9.10

pyqtgraph-0.9.9

Toggle pyqtgraph-0.9.9's commit message
PyQtGraph release 0.9.9

pyqtgraph-core-0.9.8

Toggle pyqtgraph-core-0.9.8's commit message
Merge tag 'pyqtgraph-0.9.8' into pyqtgraph-core

pyqtgraph-core-0.9.7

Toggle pyqtgraph-core-0.9.7's commit message
Merge tag 'pyqtgraph-0.9.7' into pyqtgraph-core

pyqtgraph-0.9.8

Toggle pyqtgraph-0.9.8's commit message
Merge branch 'release-0.9.8'

pyqtgraph-0.9.7

Toggle pyqtgraph-0.9.7's commit message
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