Add Page5
This commit is contained in:
parent
35167df2e6
commit
b2c9b98bae
37
CHANGELOG
37
CHANGELOG
@ -5,16 +5,33 @@ New Features:
|
||||
- #1244 Arrow scatter symbols
|
||||
- #161 Allow hiding individulal points in scatter plot
|
||||
- #395 LegendItem display options
|
||||
- #1310 Added `Pa` to Units
|
||||
- #1310 `debug.ThreadTrace` add support for thread names
|
||||
- #117 Flow Chart Nodes now resized based on number of inputs/outputs
|
||||
|
||||
Performance enhancement:
|
||||
- #1240/#345 GLImageItem clear need update flag
|
||||
- #977 Faster computation option for pseudoscatter
|
||||
- #1297 Improve ArrowItem performance
|
||||
- #1296 Update `h5py` deps in metaarray
|
||||
- #1295 Improve TextItem performance
|
||||
- #1283 Performance improvements to arrayToQPath
|
||||
- #816 Avoid constructing shadow pens when no shadow pen is set
|
||||
|
||||
API/Behavior Change:
|
||||
- #496 Always antialias lines between gradient and region in HistogramLUTItem
|
||||
- #385 Add headWidth parameter to arrows
|
||||
- #551 fps variable on ImageView
|
||||
- #1251 Allow explict utcOffset timezone in DateAxisItem
|
||||
- #1310 Add `SignalProxy.block` for temporary disabling of signal forwarding
|
||||
- #1310 `InfiniteLine.setPos` add support for array argument
|
||||
- #1310 Rate-limit Qt event processing in ProgressDialog if it is modal
|
||||
- #1289 Disable autoSIPrefix for DateAxisItem by default
|
||||
- #1274 Add tickAlpha to AxisItem Style Options
|
||||
- #402 Added `clear()` method to `GLViewWidget`
|
||||
- #1264 Added exception to checkOpenGLVersion to highlight OpenGL ES incompatability
|
||||
- #1257 Make painter tick font dependent for AxisItem
|
||||
- #1256 Added `setState`, `setState` and `saveState` to `ROI`
|
||||
|
||||
Bug Fixes:
|
||||
- #1239 Avoid adding PlotItem twice
|
||||
@ -24,11 +41,31 @@ Bug Fixes:
|
||||
- #1247 Restore the now-deprecated PlotWindow and ImageWindow classes
|
||||
- #1249 Remove ScatterPlotItem's SpotItems during addItem call
|
||||
- #1252 Fix incorrect tick text boundaries calculation on axis by setting the font
|
||||
- #1310 Fixed `Vector.__init__` when used with `QVector3D` argument
|
||||
- #1310 Fix console exception filtering for python3
|
||||
- #1310 BusyCursor only restore cursor after all nested levels have exited
|
||||
- #1310 `SimpleParameter.setValue` coerces argument to int if parameter type is int
|
||||
- #1307 Fixed `reload` methods for python3
|
||||
- #1294 Various console fixes
|
||||
- #1293 Various Python3 code fixes
|
||||
- #1282 Handle Axis SI prefix scaling in MatplotlibExporter
|
||||
- #1276 Fix problems with high frequency gaming mice
|
||||
- #1270 Various fixes with AxisItem space being taken
|
||||
- #1272 `LegendItem.clear()` fixed
|
||||
- #1268 Check for container before setting dock orientation
|
||||
|
||||
|
||||
Maintenance:
|
||||
- #389 Revert workaround for upstream QT bug regarding mouse events
|
||||
- #1243 Ensure setPos in ROI is initialized correctly
|
||||
- #1241 Pin pytest-xvfb version on py2
|
||||
- #1310 Added tests for `functions.subArray`
|
||||
- #1307 Add `ThreadSafeTimer` to `__init__.py`
|
||||
- #467 derivatePlots cleanup
|
||||
- #400 `ImageView.Timeline` better visibility
|
||||
- #1265 Make the documentation reproducible
|
||||
|
||||
|
||||
|
||||
pyqtgraph-0.11.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user