Commit Graph

  • 06bcd401e4
    Merge 8d2838eb27 into 85e2574230 Ogi Moore 2021-05-01 21:05:17 +0000
  • 8d2838eb27 Break up docs into sections, add panels Ogi Moore 2021-05-01 13:58:36 -0700
  • 7a90b45f94 Update sphinx, use pydata theme Ogi Moore 2021-05-01 09:01:29 -0700
  • 5fd22b7e6e Fix colormapwidget sphinx links Ogi Moore 2021-05-01 09:01:05 -0700
  • 5cf6f506d1 Ignore sphinx build directory Ogi Moore 2021-01-24 18:18:10 -0800
  • 24689f4730 Update paths to listmissing Ogi Moore 2021-01-24 17:58:40 -0800
  • bb5a2a8a38 Use nitpicky mode Ogi Moore 2021-01-24 17:58:02 -0800
  • 14a58401ab Merge branch 'master' into bypass_makeargb KIU Shueng Chuan 2021-05-01 17:15:43 +0800
  • d57840c84b adapt benchmarks/makeARGB.py to renderImageItem.py KIU Shueng Chuan 2021-05-01 17:00:19 +0800
  • 456cf78016 uint8 (1-chan) images should always combine to efflut KIU Shueng Chuan 2021-05-01 16:48:30 +0800
  • 85e2574230
    useCupy option should be settable after ImageItem init (#1749) Martin Chase 2021-04-30 10:41:11 -0700
  • 3fbf08c7d5 divorce skip from option; restore option after test Martin Chase 2021-04-30 09:28:59 -0700
  • c76e3dbe96 divorce skip from option; restore option after test Martin Chase 2021-04-30 09:24:53 -0700
  • 7fffd86a21 test of failing behavior Martin Chase 2021-04-29 10:16:03 -0700
  • e0416a9e46 getCupy will always return None if the option is not set Martin Chase 2021-04-29 09:26:49 -0700
  • cb8cbbebb3 do not cache the cupy so the config option can be set later Martin Chase 2021-04-28 19:15:17 -0700
  • 7dc4823cc6
    Update symbols documentation and inverted up and down arrows of scatterplotitem (#1747) Fernando Bordignon 2021-04-29 23:34:19 -0300
  • 4809ee62e9 DOC: Moved the list of supported symbols from setData to setSymbol description Fernando Bordignon 2021-04-29 13:37:17 -0300
  • 7977c9a3eb Fix arrows up and down inverted Fernando Bordignon 2021-04-29 09:38:45 -0300
  • 4d6a8e4998
    add usage of numba (for rescale) (#1695) pijyoi 2021-04-29 13:29:09 +0800
  • a7bc2b9a63
    clean-up of PlotDataItem downsample methods (#1725) Nils Nemitz 2021-04-29 14:07:24 +0900
  • 65f70b717f Re-add Diff from #1748 Ogi Moore 2021-04-28 21:49:01 -0700
  • bd985f5152
    Merge branch 'master' into PlotDataItem_avoid_division_by_zero Ogi Moore 2021-04-28 21:40:20 -0700
  • 4ee1fe4388
    fix bug when plotting boolean arrays (#1748) Martin Chase 2021-04-28 21:35:27 -0700
  • a534132c62
    Various performance improvements to pg.Point (#1741) Ogi Moore 2021-04-28 21:29:47 -0700
  • 0b4e5aa168 Make Point.angle() behave as Vector.angle() Ogi Moore 2021-04-28 21:01:33 -0700
  • fe66f3fd12
    Merge pull request #1746 from pijyoi/fix_cprint_remote Ogi Moore 2021-04-28 20:46:24 -0700
  • 81108293f9 tests should keep up with optimizations Martin Chase 2021-04-28 18:48:33 -0700
  • 72c1c32f0e oh, that bool went away Martin Chase 2021-04-28 15:20:52 -0700
  • 7150cdf27e smaller is faster Martin Chase 2021-04-28 14:54:36 -0700
  • a3fb87cad8 test and fix for plotting boolean arrays Martin Chase 2021-04-28 14:51:54 -0700
  • 99e3550dbb
    Update symbols documentation Fernando Bordignon 2021-04-28 16:46:21 -0300
  • 306e9c2498 fix: cprint of remote output needs decode() KIU Shueng Chuan 2021-04-28 16:38:15 +0800
  • 4abdff13cc replaced setOrigin method by promoted setPos and setScale Nils Nemitz 2021-04-27 18:52:11 +0900
  • ee9092ff35 restort np.copysign method lost in merge conflict Nils Nemitz 2021-04-27 15:00:06 +0900
  • 8edf01cbc3 again? Nils Nemitz 2021-04-27 00:52:05 +0900
  • a0627ba368 more adjustments to documentation Nils Nemitz 2021-04-27 00:29:14 +0900
  • 3e1fda0d04 some corrections to documentation Nils Nemitz 2021-04-27 00:10:07 +0900
  • 2398d6bee5 protect AxisItem.linkToView from being obscured by DateAxisItem override Nils Nemitz 2021-04-26 21:57:10 +0900
  • 2cbc86bee1
    Merge pull request #1743 from j9ac9k/cleanup-some-static-code-checks Ogi Moore 2021-04-25 22:01:06 -0700
  • 2d8d1d6d32 Add tmp_module fixture for test_reload Ogi Moore 2021-04-25 20:53:50 -0700
  • 7c48233bfa Remove unreachable code Ogi Moore 2021-04-25 20:25:58 -0700
  • 38dccf8642 Fix indentation bug with flowchart Ogi Moore 2021-04-25 20:10:54 -0700
  • 00a0ddb0d4 Do not import value of mutable attribute Ogi Moore 2021-04-25 20:08:47 -0700
  • 4d388ee633 Use open context-manager instead of file.open() Ogi Moore 2021-04-25 17:05:05 -0700
  • 8a7a2fcb17 resolved conflicting clip methods in ViewBox, added setOrigin method for ImageItem Nils Nemitz 2021-04-26 00:44:00 +0900
  • 2fd03feaea eliminated duplicated code between level downsampling and samples and QuickMinMax method Nils Nemitz 2021-04-25 23:07:46 +0900
  • d60d2263d7 Merge branch 'master' into ImageItem_level_sampling Nils Nemitz 2021-04-25 22:41:38 +0900
  • c24e1f4d89 made update flags into dynamic properties; some cleanup based on review Nils Nemitz 2021-04-25 22:25:35 +0900
  • 7b7f23ebd1 documentation pass Nils Nemitz 2021-04-25 21:32:41 +0900
  • 9219f52ce2 Use Point.norm() and fix issue in Point.proj() Ogi Moore 2021-04-24 20:05:51 -0700
  • 7204f324fd Make use of optional kwarg for angles Ogi Moore 2021-04-24 13:54:22 -0700
  • 1e37361d85 Set __slots__ to empty tuple for pg.Point Ogi Moore 2021-04-24 13:06:54 -0700
  • 88b3413f95 more documentation adjustments Nils Nemitz 2021-04-25 03:29:42 +0900
  • 287a59bc13 linebreaks in docstrings Nils Nemitz 2021-04-25 03:11:24 +0900
  • 007fa3bfae more docstring re-formatting Nils Nemitz 2021-04-25 02:57:16 +0900
  • 5a0a8d12ff Don't hardcode timer type (and docs fixing attempt) Nils Nemitz 2021-04-25 02:44:12 +0900
  • b9cace37a4 another attempt at cleaning up docs Nils Nemitz 2021-04-25 02:36:33 +0900
  • 25f544484f retrying to get documentation format right Nils Nemitz 2021-04-25 02:15:35 +0900
  • f40a11d70e docstring correction, example name correction Nils Nemitz 2021-04-25 02:12:07 +0900
  • e0db8695a1 added convenience functions to better handle plotting with gradients Nils Nemitz 2021-04-25 01:50:26 +0900
  • cf95964678
    Merge pull request #1738 from pijyoi/fix_font Ogi Moore 2021-04-24 09:43:42 -0700
  • d9a3774f6c
    Merge pull request #1739 from pijyoi/manual_form Ogi Moore 2021-04-24 09:41:40 -0700
  • 7e0edc2588 Various performance improvements to pg.Point Ogi Moore 2021-04-24 09:30:32 -0700
  • 6a708dc203
    Merge pull request #1724 from j9ac9k/use-math-module-for-single-values Ogi Moore 2021-04-23 23:10:17 -0700
  • 03ea368454 Clean up Errors for CodeQL analyzer Ogi Moore 2021-04-20 23:40:03 -0700
  • 329423f525 Use QTransform.rotateRadians when appropriate Ogi Moore 2021-04-23 11:22:46 -0700
  • e1415cb3a8 Use np.pi or math.pi instead of just pi Ogi Moore 2021-04-23 10:55:37 -0700
  • 6a386e723b Fix overflow warning in QColor by using np.isfinite Ogi Moore 2021-04-21 00:28:19 -0700
  • 3ea92736b8 Do not use list comprehensions with any or all Ogi Moore 2021-04-20 22:25:23 -0700
  • 314121192a Use math module for isfinite or isnan for scalars Ogi Moore 2021-04-20 21:42:01 -0700
  • b0769f4be9 Use math.radians and math.degrees Ogi Moore 2021-04-19 22:43:44 -0700
  • 1138c67d45 Use math module trig functions for scalars Ogi Moore 2021-04-19 22:18:59 -0700
  • e3372fddc5 specify that ParameterTree needs 2 columns in .ui KIU Shueng Chuan 2021-04-23 22:28:03 +0800
  • c4a1cf11a1 Use clip_array or clip_scalar instead of np.clip Ogi Moore 2021-04-19 22:12:05 -0700
  • 85c726e49a Replace uses of np.log on scalers with math.log Ogi Moore 2021-04-18 23:16:45 -0700
  • b01e0e0895 Remove unused function and change line calc Ogi Moore 2021-04-18 22:48:20 -0700
  • f60fa3b534 Use clip_array instead of np.clip in GLVolumeItem Ogi Moore 2021-04-18 10:16:09 -0700
  • f8cefa6284 Use hypot method to avoid over/underflow errors Ogi Moore 2021-04-17 22:38:21 -0700
  • b0a3849960 Use math module methods for singular values Ogi Moore 2021-04-17 20:08:57 -0700
  • fbc86cd2c5 use Format_RGB32 when using QImage as paint device KIU Shueng Chuan 2021-04-23 18:29:27 +0800
  • a9161e0794
    Merge pull request #1735 from pijyoi/fix_dpr Ogi Moore 2021-04-22 09:52:09 -0700
  • 9a77c223f0
    Merge pull request #1736 from pijyoi/remote_dpr Ogi Moore 2021-04-22 09:51:19 -0700
  • 51871cd01e be hidpi-aware for remote rendering KIU Shueng Chuan 2021-04-22 17:26:46 +0800
  • f4ed46773f unify _dpiRatio() and devicePixelRatio() KIU Shueng Chuan 2021-04-22 11:51:10 +0800
  • 923752b640 Fixes #1733 to adapt ColorBarItem to row-major settings miketrumpis 2021-04-21 12:53:39 -0700
  • ec4d613037
    Merge pull request #1730 from pijyoi/fix_powershell Ogi Moore 2021-04-21 07:02:28 -0700
  • d531a808e1
    allow gradient position to be configured on a histogram (#1729) Martin Chase 2021-04-20 19:57:15 -0700
  • a8b6d19263 fixes to be able to merge Martin Chase 2021-04-20 16:39:28 -0700
  • f2b30644d6 NEW features for HistgramLUTItem Martin Chase 2021-04-20 17:00:57 -0700
  • 0781f9392b use Popen instead of os.spawnle KIU Shueng Chuan 2021-04-21 07:31:03 +0800
  • a6f9a2be12
    ColorMap: keep RGBA values as uint8, clean up docstrings (#1722) Nils Nemitz 2021-04-20 15:03:44 +0900
  • 128c3841ef high end of range at low end, not zero Nils Nemitz 2021-04-19 10:02:03 +0900
  • 5a636d3fe8
    Merge 48ad7b6279 into 65ef2a5a60 YiQinHuili 2021-04-18 20:50:07 +0200
  • 93ff1a9a25 docstring fix for PlotItem Nils Nemitz 2021-04-18 23:59:34 +0900
  • aa0763f38d color map names are case sensitive on Linux Nils Nemitz 2021-04-18 23:13:29 +0900
  • 417eee410e wrestled wayward space back into docstring Nils Nemitz 2021-04-18 23:04:08 +0900
  • b941fdd59b add axis convenient methods and matrix display example Nils Nemitz 2021-04-18 22:39:55 +0900
  • 9733e976c6 clean-up of PlotDataItem downsample methods Nils Nemitz 2021-04-18 17:36:34 +0900
  • c62e51f4d8
    Merge pull request #1723 from NilsNemitz/fixed_data_ordering_for_colorbaritem Ogi Moore 2021-04-17 08:00:56 -0700