Revisions of python-pyqtgraph
buildservice-autocommit
accepted
request 1200837
from
Markéta Machová (mcalabkova)
(revision 16)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 1200836
from
Markéta Machová (mcalabkova)
(revision 15)
- update to 0.13.7 * Optimize clip and downsample * Drop python 3.8 and numpy 1.20 support * speed up PColorMeshItem * NonUniformImage improvements * Fix 'import pyqtgraph.canvas' crash * Add LabelItem font family option * add fastpath for float images with nans * Add peegee as mkQApp application icon * Add stubs for Qt modules * add ColorMapMenu to ColorBarItem * bdist_wheel needs to grab peegee icons * test_PolyLineROI now passes on non-AMD64 platforms * Add note about NaN to int conversion * remove functions.try_fastpath_argb as it triggered segfaults * Allow users to specify FillRule for FillBetweenItem - Drop merged patches: * py3114.patch * 2748.patch
buildservice-autocommit
accepted
request 1100846
from
Factory Maintainer (factory-maintainer)
(revision 14)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 1099499
from
Markéta Machová (mcalabkova)
(revision 13)
- Add upstream patch py3114.patch to fix build with Python 3.11.4+
buildservice-autocommit
accepted
request 1094305
from
Markéta Machová (mcalabkova)
(revision 12)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 1093951
from
Guillaume GARDET (Guillaume_G)
(revision 11)
- update to version 0.13.3: * https://github.com/pyqtgraph/pyqtgraph/releases/tag/pyqtgraph-0.13.3 - Changelog of skipped 0.13.2: * https://github.com/pyqtgraph/pyqtgraph/releases/tag/pyqtgraph-0.13.2 - Re-enable test_rescaleData and add patch to fix it on aarch64: * 2748.patch - Update no-sphinx-qt-doc.patch
Dirk Mueller (dirkmueller)
accepted
request 1069856
from
Guillaume GARDET (Guillaume_G)
(revision 10)
- update to version 0.13.1: * Bug Fixes + Refactor examples using `Interactor` to run on changing function parameters by @ntjess in https://github.com/pyqtgraph/pyqtgraph/pull/2437 * API Change + deprecate GraphicsObject::parentChanged method by @pijyoi in https://github.com/pyqtgraph/pyqtgraph/pull/2420 * Other + Move Console to generic template and make font Courier New by @j9ac9k in https://github.com/pyqtgraph/pyqtgraph/pull/2435 - Changelog of skipped 0.13.0: * https://github.com/pyqtgraph/pyqtgraph/compare/pyqtgraph-0.12.4...pyqtgraph-0.13.0 - Disable test_rescaleData on aarch64 until fixed upstream - Add patch to not build sphinx qt doc as it fails: * no-sphinx-qt-doc.patch
buildservice-autocommit
accepted
request 984878
from
Markéta Machová (mcalabkova)
(revision 9)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 984669
from
Arun Persaud (apersaud)
(revision 8)
update to latest version
Matej Cepl (mcepl)
accepted
request 948477
from
Benjamin Greiner (bnavigator)
(revision 7)
- Update to 0.12.3 * Highlights: - PlotCurveItem render speed is now substantially faster - #1868/#1873 Example app now has filter text input - #1910 PlotSpeedTest now has parameter tree control panel * New Features: - #1844 More parameter item types (File, Calendar, ProgressBar, Font, Pen, Slider) - #1865 Matplotlib colormaps viridis, plasma, magma and inferno are now included in pyqtgraph - #1911 Extend Colormap with HSL cycles and subset generation - #1932 Make anti-aliasing optional for paintGL in PlotCurveItem - #1944 Expand use of QColor functions/methods, including setNamedColor - #1952 Add checklist parameter item - #1998 ThreadTrace can now save to a file * Performance Enhancement: - #1927 Reduce ColorMap inefficiencies - #1956 use QByteArray as backing store in arrayToQPath - #1965 perform arrayToQPath in chunks * Bug Fixes: - #1845 Fix zoom behavior with showGrid by separating mouse events stolen by AxisItem - #1860 RemoteGraphicsView and RemoteSpeedTest now work under windows venv environments - #1865 Fixed matplotlib colormap importer code - #1869 Fix ColorBarItem tick position on export - #1871 Allow adding items to GLViewWidget before showing plot - #1875 Fix calls in mouse methods in GLViewWidgets due to missing event.localPos() in PyQt6 - #1876 Fix for improper placement of ROI handle positions in some cases - #1889/#2003 Fix call to drawText in GLTextItem and GLGradientLegendItem on Python 3.10 - #1897/#1902 Re-enable "experimental" feature with fix for PlotCurveItem with OpenGL on Windows - #1907 Fix GLVolumeItem example for arm64 platforms - #1909 Check if AxisItem.label is None before and exit early in resizeEvent - #1920 arrayToQPath can handle empty paths - #1936 QPolygonF creation can now handle empty arrays - #1968 Fix output of clip_array in colormap.modulatedBarData not being assigned - #1973 Fix PlotItem.updateDecimate unhiding intentionally hidden curves - #1974 Fix ImageView levelMode with levelMode == 'rgba' - #1987 Fix HistogramLUTItem itemChanged with use of autoLevel - #2009 Fix ROI curves hidding in ImageView * API/Behavior Changes: - #1992 Reverted to traditional log10 mode for PlotDataItem - #1840 Allow border=False in GraphicsLayout - #1846 Reduced pollution to pg.namespace - #1853 ColorMap.getColors and getStops behavior changes - #1864 Draw GradientLegend in ViewBox coordinates - #1885 Raise TypeError instead of general Exception if functions.eq is unable to determine equality - #1903 Cleanup GLViewWidget - #1908 More readable parameters for ColorBarItem - #1914 Emit deprecation warning for use of pyqtgraph.ptime - #1928 Restore previous signature of TargetItem.setPos - #1940 fix log mode by reverting to previous formulation - #1954 Deprecate use of values opt for list parameter type - #1995 ColorButton now takes optional padding argument instead of hardcoded value of 6 * Other: - #1862/#1901 MetaArray now under deprecation warning, to be removed in a future version - #1892 Add GLPainterItem Example - #1844 Debugged elusive intermitted CI segfault - #1870/#1891 Updated README.md - #1895 Update CONTRIBUTING.md - #1913 Bump sphinx and theme versions - #1919 Re-organize paramtypes - #1935 Remove some unused imports - #1939 Remove usage of python2_3.py - #1941 Remove str casting of QTextEdit.toPlainText output - #1942 Add EOF newline to files missing it - #1943 Remove python2 code paths - #1951 Fix typos in docs - #1957 Bump minimum numpy version to 1.18 - #1968 Fix ImageView calling deprecated QGraphicsItem.scale() - #1985 delegate float LUTs to makeARGB with warning - #2014 Replace couple absolute imports with relative imports - Do not enable pyside6 yet: tests fail
Matej Cepl (mcepl)
accepted
request 915525
from
Benjamin Greiner (bnavigator)
(revision 6)
- Use github archive for tests * remove test-data-8.tar.gz: It has been moved to the main repo gh#pyqtgraph/pyqtgraph#1807 - Fix rpmlint * remove spurious executable bits and interpreter lines from examples - Update requirements * Ensure that it does not build on Leap by requiring python-base >= 3.7 * Allow and test PyQt6 and PySide2 backend - Don't test OpenGL on ARM because Qt uses unsupported OpenGL ES
Matej Cepl (mcepl)
accepted
request 914967
from
Fusion Future (fusionfuture)
(revision 5)
- Update to 0.12.2: * Qt6 6.0 support has been removed in favor of Qt6 6.1+ * More numba utilization, specifically for makeARGB * Substantial ImageItem performance improvements have been made * Significant performance improvements made to ScatterPlotItem and LinePlots * More ColorMap features/support - Changes since 0.12.0: * Qt < 5.12, Python < 3.7, and NumPy < 1.17 are no longer supported. * For full changelog (huge) since 0.12.0 see https://github.com/pyqtgraph/pyqtgraph/blob/master/CHANGELOG - Update test data version to 8.
buildservice-autocommit
accepted
request 871398
from
Markéta Machová (mcalabkova)
(revision 4)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 871390
from
Benjamin Greiner (bnavigator)
(revision 3)
- Update to version 0.11.1 * For full changelog (huge) since 0.10.0 see https://github.com/pyqtgraph/pyqtgraph/blob/master/CHANGELOG * 0.11 is the last feature release to support Python 2 and PyQt4 * PySide2 support - Enable test suite with test data * construct git repo from test-data-7.tar.gz - Project adopted NEP 29 for next release. Drop python36 build now, because there is no python36-{numpy,scipy} in TW anymore.
Todd R (TheBlackCat)
committed
(revision 2)
converted link to branch
Todd R (TheBlackCat)
committed
(revision 1)
Displaying all 16 revisions