pyqtgraph/pyqtgraph
Ogi Moore c4a1cf11a1 Use clip_array or clip_scalar instead of np.clip
Significant performance issues have been identified with np.clip
and thus clip_array was created to speed up the operation.  In addition
clip_scalar was created to clip a scalar value between two other values
this commit replaces many uses of np.clip from operating on scalars to
using clip_scalar instead
2021-04-23 11:53:00 -07:00
..
canvas Use clip_array or clip_scalar instead of np.clip 2021-04-23 11:53:00 -07:00
colors/maps Colormap extension (#1424) 2021-01-04 22:01:30 -08:00
console delete some more Qt4 generated templates 2021-01-31 22:11:49 +08:00
dockarea Merge pull request #1575 from pijyoi/reduce_shim 2021-02-19 09:40:06 -08:00
exporters Have test_svg use GraphicsLayoutWidget not the Deprecated GraphicsWindow 2021-02-12 13:08:00 -08:00
flowchart Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
graphicsItems Use clip_array or clip_scalar instead of np.clip 2021-04-23 11:53:00 -07:00
GraphicsScene Bugfix/wrong translate implementation (#1520) 2021-01-28 08:42:18 -08:00
icons GraphIcons: Extend and deprecate previous pixmaps (#1534) 2021-02-05 21:09:59 -08:00
imageview Use clip_array or clip_scalar instead of np.clip 2021-04-23 11:53:00 -07:00
metaarray Add actual deprecation warnings 2021-02-11 21:34:02 -08:00
multiprocess Fix windows hidpi (#1516) 2021-01-27 10:59:07 -08:00
opengl Use clip_array or clip_scalar instead of np.clip 2021-04-23 11:53:00 -07:00
parametertree Use clip_array or clip_scalar instead of np.clip 2021-04-23 11:53:00 -07:00
tests skip test without generating warning 2021-04-15 21:02:49 -07:00
util Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
widgets Use clip_array or clip_scalar instead of np.clip 2021-04-23 11:53:00 -07:00
__init__.py Improve target item - incorporate bits from PR 313 (#1318) 2021-04-10 22:42:44 -07:00
colormap.py Switch to camelCase functions 2021-03-23 11:07:19 -07:00
configfile.py Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
debug.py Emit warning about pyside2 bug preventing loading 2021-04-15 22:50:16 -07:00
exceptionHandling.py Squashed commit of the following: 2014-08-07 09:03:26 -04:00
frozenSupport.py Added Travis CI support 2014-03-30 02:51:32 -04:00
functions.py Replace uses of np.log on scalers with math.log 2021-04-23 11:53:00 -07:00
graphicsWindows.py Add actual deprecation warnings 2021-02-11 21:34:02 -08:00
ordereddict.py Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
pgcollections.py Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
PlotData.py import numpy as np for lines 44 and 51 (#1161) 2020-05-30 08:09:25 -07:00
Point.py Use clip_array or clip_scalar instead of np.clip 2021-04-23 11:53:00 -07:00
ptime.py ptime fix - return precision clock time on py3 2020-07-17 09:53:19 +03:00
python2_3.py Qulogic py3 fixes (#1073) 2019-11-12 08:45:42 -08:00
Qt.py temporarily let PyQt6 6.1 run on PyQt6 6.0 ui files 2021-04-11 09:02:58 +08:00
reload.py reload fix - don't reload files with no pyc 2020-07-17 09:54:51 +03:00
SignalProxy.py SignalProxy: Correct initialization without slot argument and tests (#1392) 2020-10-13 08:50:22 -07:00
SRTTransform.py Use math module methods for singular values 2021-04-23 11:53:00 -07:00
SRTTransform3D.py Use math module methods for singular values 2021-04-23 11:53:00 -07:00
ThreadsafeTimer.py Fix some warnings 2020-07-13 21:09:31 -07:00
Transform3D.py Fix transform3D for pyside2 2018-05-23 21:30:02 -07:00
units.py add unicode units (#1471) 2021-01-03 14:28:56 -08:00
Vector.py Use clip_array or clip_scalar instead of np.clip 2021-04-23 11:53:00 -07:00
WidgetGroup.py WidgetGroup.py : PyQt6 was taking PyQt4 codepath 2021-01-23 08:29:51 +08:00