Commit Graph

  • f01f3d473f Have debug.printExc emits RuntimeWarning Ogi Moore 2021-05-30 22:24:24 -0700
  • c7675ca8bb Fix unraisable exception in test_examples Ogi Moore 2021-05-30 21:29:24 -0700
  • d72be799d7 Catch and Address Warnings in test_svg and pytest.ini Ogi Moore 2021-05-29 22:54:07 -0700
  • d859cec95a Replace uses of tempfile.mktemp with tempfile.NamedTemporaryFile Ogi Moore 2021-05-28 21:15:11 -0700
  • ceeacf4e5f Remove test_exit_crash.py Ogi Moore 2021-05-28 16:40:50 -0700
  • ab792a73a6 Address in-tree-build deprecation issue in pip Ogi Moore 2021-05-28 14:17:57 -0700
  • 4224fe5664 Avoid permissions issues on windows CI Ogi Moore 2021-05-28 13:59:06 -0700
  • 1d55fde41a Suppress non-relevant deprecation warning Ogi Moore 2021-05-28 11:34:13 -0700
  • d519630d14 Fix check for equality between floats Ogi Moore 2021-05-28 11:32:11 -0700
  • 648b8c7df4 Fix issue with int comparson impacting Qt6 Ogi Moore 2021-05-28 11:31:57 -0700
  • ee951331be Close the example app after it launches Ogi Moore 2021-05-28 08:44:23 -0700
  • e7a30b9324 Clean up test files Ogi Moore 2021-05-28 07:39:00 -0700
  • 0160de22fb Remove QApplication.instance() deleteLater call Ogi Moore 2021-05-28 00:34:29 -0700
  • a6971c768d Move and Update test-data repo into pyqtgraph repo Ogi Moore 2021-05-27 21:57:07 -0700
  • 0adc508d0d Merge remote-tracking branch 'upstream/master' matteo porta 2021-05-31 16:43:51 +0200
  • 70eff1738f revert to 0-1 scale Nils Nemitz 2021-05-31 05:34:54 +0900
  • d47e26ce41 documentation fix for plotItem.showGrid alpha setting Nils Nemitz 2021-05-30 16:25:38 +0900
  • 429cf72e98
    Update CSVExporter.py Trifon Trifonov 2021-05-29 10:04:33 +0200
  • 228da8b70c
    Delete git-push Trifon Trifonov 2021-05-29 10:01:35 +0200
  • cabcf6cd29 pairs: allocate and manipulate dest polygon buffer directly KIU Shueng Chuan 2021-05-28 13:55:51 +0800
  • 8f4104a9ab use qpolygonf underlying buffer as backstore KIU Shueng Chuan 2021-05-28 09:16:48 +0800
  • 270fc59cab Insert NaN values for connect='pairs' in Qt6 Ogi Moore 2021-05-26 18:58:13 -0700
  • 78e678c1b9 Support connect=finite for qt6 Ogi Moore 2021-05-26 18:50:14 -0700
  • e29f86578f
    Revert Point.angle behavior change (#1806) Luke Campagnola 2021-05-27 11:51:06 -0400
  • a09845c4bd Propagate Point.angle revert Luke Campagnola 2021-05-27 10:29:22 -0400
  • 39e1b14251 Revert behavior change of Point.angle Luke Campagnola 2021-05-27 09:58:24 -0400
  • 5dd9fa8e8b CSVExporter now can export x- and y-axis errors Trifon Trifonov 2021-05-27 12:06:44 +0200
  • 1735effea7
    fix click bug on removable ROIs; test (#1804) Martin Chase 2021-05-26 17:14:08 -0700
  • 071d14323e int cast isn't necessary Martin Chase 2021-05-26 19:42:42 -0400
  • 62165bbe45 Revert "Speed up arrayToQPath when connect='pairs'" Ogi Moore 2021-05-25 23:30:06 -0700
  • c6f1d2df94 Cleanup old code, conform comments to pep8 Ogi Moore 2021-05-25 21:49:57 -0700
  • 07ba7be2a4 Add basic tests for arrayToQPath Ogi Moore 2021-05-24 22:42:40 -0700
  • d62d3b182f Speed up arrayToQPath when connect='pairs' Ogi Moore 2021-05-24 20:27:53 -0700
  • aaae0b9e1c Have MultiPlotSpeedTest use skipFiniteCheck Ogi Moore 2021-05-23 08:20:42 -0700
  • 7860d641ab Perform finiteCheck on PlotCurveItem.setData Ogi Moore 2021-05-22 21:43:03 -0700
  • f08d239578 Use QPolygonF for connect='all' Ogi Moore 2021-05-22 19:11:08 -0700
  • d220e8a6e9 Restructuring of QPainterPath ByteArray KIU Shueng Chuan 2021-01-27 14:26:28 +0800
  • eae95ffb56 fix click bug on removable ROIs; test Martin Chase 2021-05-26 00:03:23 -0400
  • 7bc5f215c0
    Merge pull request #1802 from fbordignon/cx_freeze_example Ogi Moore 2021-05-24 14:13:07 -0700
  • a4de137535 update cx_freeze example and add a workaround for templates Fernando Bordignon 2021-05-24 17:50:24 -0300
  • d5cda6bf05 merge matteo porta 2021-05-24 16:31:58 +0200
  • d862ec3b85 More import fixes for cx_freeze Felipe Silveira 2020-07-08 17:39:51 -0300
  • ed1653f3c5
    Merge pull request #1800 from wubella/master Ogi Moore 2021-05-23 21:22:31 -0700
  • 7e5c90a7a4 Fixing GLMeshItem memory leak in face drawing on 64-bit Linux (#1783) Wyatt Ubellacker 2021-05-23 18:27:49 -0700
  • 53bedea724 Recover prev. version of pixelSize Jaeyoon Jeong 2021-05-24 07:36:42 +0900
  • 69a6edfc68 new way to fix the conversion error Jaeyoon Jeong 2021-05-24 07:21:53 +0900
  • 5e516230f6 resolve merge conflict with master Nils Nemitz 2021-05-24 01:45:06 +0900
  • e1755ea176 changed example and doc image generators to pg.exec() Nils Nemitz 2021-05-24 01:28:44 +0900
  • cb7ee2dd9d extended color map functions Nils Nemitz 2021-05-24 00:07:25 +0900
  • 6384c7ec6b Divide the text position by the device pixel ratio shikishima 2021-05-23 15:00:12 +0900
  • 6e5f09b371 Draw text without using GLUT. shikishima 2021-05-22 17:09:10 +0900
  • 87082caead changes to monochrome code Nils Nemitz 2021-05-22 17:00:17 +0900
  • 7499c3b375 clip values can be derived from lut shape KIU Shueng Chuan 2021-05-22 11:32:16 +0800
  • 9426ef0391 don't rely on QImage-wrapped buffer being writable KIU Shueng Chuan 2021-05-22 09:10:03 +0800
  • 03ddf92839 implement numba lookup KIU Shueng Chuan 2021-05-22 07:48:33 +0800
  • 3e4813cc79
    Update GLViewWidget.py 3DAlgoLab 2021-05-21 10:33:14 +0900
  • 945312fe29 Merge branch 'master' of https://github.com/shikishima-TasakiLab/pyqtgraph shikishima 2021-05-21 09:16:18 +0900
  • 389bce973f Remove if-check for "color" argument shikishima 2021-05-21 09:16:14 +0900
  • ec6fb99ce6 Merge branch 'pyqtgraph:master' into master shikishima-TasakiLab 2021-05-21 09:09:29 +0900
  • 6acc25c36b Checking the type of cam before conversion Jaeyoon Jeong 2021-05-21 08:38:11 +0900
  • 240aa425dd Merge branch 'master' of https://github.com/3DAlgoLab/pyqtgraph Jaeyoon Jeong 2021-05-21 08:12:15 +0900
  • e6172da10c I updated the code. For your information, np.array(*cam) didn't work. #1780 seems another problem not related with this issue. Jaeyoon Jeong 2021-05-21 08:12:12 +0900
  • 390390d4fd
    Editor related files 3DAlgoLab 2021-05-21 08:10:09 +0900
  • 01ed6c95fe I updated the code. For your information, np.array(*cam) didn't work. #1780 seems another problem not related with this issue. Jaeyoon Jeong 2021-05-21 08:07:11 +0900
  • ac84f45787
    callable luts still need to be put onto a substrate (#1791) Martin Chase 2021-05-20 07:22:49 -0700
  • bbace34662 callable luts still need to be put onto a substrate Martin Chase 2021-05-20 02:06:42 -0700
  • aa40de8e7c remove unecessary comment Jaeyoon Jeong 2021-05-20 16:23:12 +0900
  • 1b35beabf7 Fixed numpy array conversion from QVector3D. Jaeyoon Jeong 2021-05-20 16:21:27 +0900
  • bcb6a5d66a
    Merge pull request #1779 from manschloemark/master Kenneth Lyons 2021-05-19 18:15:10 -0700
  • a91953e93d
    Bypass makeARGB in some cases (#1786) Martin Chase 2021-05-19 17:21:12 -0700
  • 522c51d7a6 leading underscores imply privacy Martin Chase 2021-05-19 06:17:24 -0700
  • 310f9b8606 handle lack of cupy Martin Chase 2021-05-19 06:13:26 -0700
  • 68ec1eca13 fix editor complaints Martin Chase 2021-05-19 06:01:47 -0700
  • 88ed7affa2 put the lut onto the substrate Martin Chase 2021-05-19 05:54:35 -0700
  • 573abd185e benchmark without lut conversion Martin Chase 2021-05-19 05:40:58 -0700
  • c3f8883b63 lint Martin Chase 2021-05-19 05:38:59 -0700
  • c127ac6975 superceded by renderImageItem.py KIU Shueng Chuan 2021-05-19 07:51:22 +0800
  • b31be1c8a4 use float32 for floating point benchmark KIU Shueng Chuan 2021-05-19 07:50:22 +0800
  • bc60fe39dc remove for loop of 1 iteration KIU Shueng Chuan 2021-05-19 07:46:41 +0800
  • 7b4561ebfa fix cupy benchmark : typo in renderQImage KIU Shueng Chuan 2021-05-19 07:44:17 +0800
  • b6134b8554 Add GLGridItem and GLAxisItem shikishima 2021-05-17 14:10:12 +0900
  • daa83500b8 Remove debug print. shikishima 2021-05-17 12:52:14 +0900
  • 2f26a72064 Add value = fn.glColor(value) shikishima 2021-05-17 12:49:47 +0900
  • 97e39cde83 Fix glColor4d(float(self.color[0]), float(self.color[1]), float(self.color[2]), float(self.color[3])) to glColor4d(*self.color) shikishima 2021-05-17 12:30:30 +0900
  • a70fddeeb9 Remove type-hints. shikishima 2021-05-17 10:37:04 +0900
  • 1b5b1bb26f Merge branch 'pyqtgraph:master' into master shikishima-TasakiLab 2021-05-17 10:27:18 +0900
  • 1c1212e5e9 Set minStep in dec stepping SpinBox example Mark Schloeman 2021-05-15 20:26:05 -0400
  • c9ea25eed6 SpinBox in dec mode sets minStep to step as fallback Mark Schloeman 2021-05-15 20:24:02 -0400
  • 9566e2ba36
    Merge pull request #1778 from j9ac9k/fix-glvolumeitem-example Ogi Moore 2021-05-16 10:38:07 -0700
  • 9624b2a049 Do not attempt to avoid np.log(0), instead ignore the warning Ogi Moore 2021-05-15 23:12:58 -0700
  • 0bc3d5a7cd Revert "Fix pg.exec() to pg.mkQApp().exec()" shikishima 2021-05-17 01:46:35 +0900
  • 028acd01c7 Merge branch 'pyqtgraph:master' into master shikishima-TasakiLab 2021-05-17 01:45:49 +0900
  • 1f8c82ff30 implemented some suggested improvements Nils Nemitz 2021-05-17 00:37:47 +0900
  • 697e254a80 Moved GraphicsObject below PlotItem Pepijn Kenter 2021-05-16 14:42:59 +0200
  • ed48ec4330 UML diagram: PlotItem.items line goes to GraphicsObject again. Pepijn Kenter 2021-05-16 14:03:05 +0200
  • 32e83cec41 don't try to re-add transform after clearing it Nils Nemitz 2021-05-16 20:04:01 +0900
  • 7ca12ee730 fix input parsing for setRect and add tests so that I don't break it again Nils Nemitz 2021-05-16 19:40:35 +0900
  • d07b8b16e4 UML diagram: PlotItem.items now points to QGraphicsItem. Pepijn Kenter 2021-05-16 11:57:54 +0200
  • 6237901a15 UML diagram: added addItem() method to PlotItem and ViewBox Pepijn Kenter 2021-05-16 11:45:27 +0200
  • a8df04a1d1 Added PlotItem.items to UML diagram. Pepijn Kenter 2021-05-16 11:25:09 +0200