Commit Graph

  • 688141e7c4 docstring for tool usage Martin Chase 2021-04-06 13:53:53 -0700
  • fe8c446d57 thorough check of lots of makeARGB arg combos Martin Chase 2021-04-06 13:41:32 -0700
  • 9fdc167257 more sensible: order, error Martin Chase 2021-03-31 05:00:22 -0700
  • fd6d90f359 use different numbers to mean different numbers Martin Chase 2021-03-30 13:42:51 -0700
  • 4c6712df4a name to reflect scale Martin Chase 2021-03-30 11:33:00 -0700
  • 09227b1351 add more realism to the benchmarks Martin Chase 2021-03-30 11:30:19 -0700
  • 459513c6a7 doubling up and down Martin Chase 2021-03-29 15:19:42 -0700
  • 6464963c91 cupy tests, too Martin Chase 2021-03-29 13:41:21 -0700
  • 81e18673ba update to working Martin Chase 2021-03-29 13:41:08 -0700
  • 4bbbb189db Add changelog for 0.12.1 Ogi Moore 2021-04-06 12:02:48 -0700
  • 3ed206fa70
    Merge pull request #1690 from ntjess/master Ogi Moore 2021-04-06 13:07:10 -0700
  • d4c5025289 Implement suggested changes from ixjlyons Ogi Moore 2021-04-06 11:51:10 -0700
  • aa57c7a685
    implement rescaleData as a blocked iterator using np.nditer (#1648) pijyoi 2021-04-06 14:02:52 +0800
  • 3097fc7428 Removed unneeded entries Ogi Moore 2021-04-05 23:01:02 -0700
  • 9dbff0344f Update API, give callable example Ogi Moore 2021-04-05 22:38:17 -0700
  • 758c038411
    Add ColorBarItem for simplified image level adjustment (#1596) Nils Nemitz 2021-04-06 12:50:52 +0900
  • 929f3bda0d
    make sure dynamic range limiter runs even when there isn't previous data (#1691) Nils Nemitz 2021-04-06 07:46:28 +0900
  • b8cf3dded4
    DateAxisItem: Account for daylight saving time (#1694) Dennis Göries 2021-04-06 00:45:08 +0200
  • 2cb7b9d13d Rename getOffsetFromUtc function Dennis Goeries 2021-04-05 21:23:11 +0200
  • 78e93b4e3b Use logic more visible in utcoffset Dennis Goeries 2021-04-05 20:15:36 +0200
  • 0135acb195 DateAxisItem: Account for daylight saving time Dennis Goeries 2021-04-05 20:06:54 +0200
  • 8247456ed9 make sure dynamic range limiter runs even when there isn't previous data Nils Nemitz 2021-04-05 01:11:01 +0900
  • ba8b0a92f4 cleaned up some comments Nils Nemitz 2021-04-04 20:35:41 +0900
  • 8aaeb32bec Merge branch 'master' into add_ColorBarItem Nils Nemitz 2021-04-04 19:19:49 +0900
  • 58d126dcf3 fixes tests Nathan Jessurun 2021-04-03 20:31:04 -0400
  • 4b002c06ba revert to old behavior: default created from value if not present Nathan Jessurun 2021-04-03 17:07:02 -0400
  • 45f1f243a3 make rescaleData() the only entry-point KIU Shueng Chuan 2021-04-03 07:47:32 +0800
  • 27038c0a74 dispatch to different versions depending on numpy or cupy KIU Shueng Chuan 2021-04-03 04:03:27 +0800
  • 11ad335dd6 add test for rescaleData_blocked KIU Shueng Chuan 2021-03-19 13:47:02 +0800
  • ba4c81288b implement rescaleData_blocked KIU Shueng Chuan 2021-03-14 14:42:28 +0800
  • 07a99cb443
    Merge pull request #1680 from pijyoi/rgba_endian Ogi Moore 2021-04-01 20:37:06 -0700
  • 02a48afc60 test_makeARGB() : normalize to B,G,R,A KIU Shueng Chuan 2021-03-31 10:16:42 +0800
  • 17e2f0f5f2 fix makeARGB() endian ordering KIU Shueng Chuan 2021-03-30 08:57:33 +0800
  • 179b27ad8c image_testing.py: swap red and blue channels KIU Shueng Chuan 2021-03-30 09:11:43 +0800
  • fdbb24d93f fix: take useRGBA argument into account KIU Shueng Chuan 2021-03-31 10:41:18 +0800
  • 805efa8d43 test_makeARGB() : normalize to B,G,R,A KIU Shueng Chuan 2021-03-31 10:16:42 +0800
  • 534bbbaafb Revert "Revert "fix makeARGB() endian ordering"" KIU Shueng Chuan 2021-03-31 10:20:00 +0800
  • 9073b582e7 Revert "fix makeARGB() endian ordering" KIU Shueng Chuan 2021-03-30 20:50:05 +0800
  • 777c6b392b swap red and blue channels KIU Shueng Chuan 2021-03-30 17:38:06 +0800
  • 88fa0944ff fix makeARGB() endian ordering KIU Shueng Chuan 2021-03-30 08:57:33 +0800
  • 374926aa6a image_testing.py: create R,G,B,A image directly KIU Shueng Chuan 2021-03-30 09:11:43 +0800
  • 43356f4c3a fix: map destination channel index KIU Shueng Chuan 2021-03-30 08:57:33 +0800
  • fbda025ee7 take ARGB32 endianness into account KIU Shueng Chuan 2021-03-29 10:49:39 +0800
  • 3f86f32744 fix scale value used when computing efflut KIU Shueng Chuan 2021-03-29 08:36:37 +0800
  • d5184f8686 Revert "convert levels-only to lut-only" KIU Shueng Chuan 2021-03-29 08:21:20 +0800
  • 83d09f28db convert levels-only to lut-only KIU Shueng Chuan 2021-03-28 10:43:53 +0800
  • 30071699d7
    Include colormaps in installer (#1660) Nils Nemitz 2021-03-27 16:15:19 +0900
  • 51d6b83e83 make ImageItem choose makeARGB() fast paths KIU Shueng Chuan 2021-03-27 10:57:44 +0800
  • 4dc76ed90e
    Merge pull request #1617 from pijyoi/fastpath_argb Ogi Moore 2021-03-26 14:22:56 -0700
  • 1a597b80b7
    Merge pull request #1662 from NilsNemitz/cast-to-int_in_ImageView_QSplitter.setSizes Ogi Moore 2021-03-26 12:39:38 -0700
  • 028f9d12a2 cast splitter settings to int in Canvas.py Nils Nemitz 2021-03-27 04:30:51 +0900
  • 21605faa44
    Merge pull request #1666 from NilsNemitz/revert_styleUpdate_reduction Ogi Moore 2021-03-26 12:12:41 -0700
  • 75abcb634e
    Merge pull request #1665 from lidstrom83/bugfix-legend Ogi Moore 2021-03-26 11:54:29 -0700
  • d8d5d49f04 revert style change reduction in PlotDataItem Nils Nemitz 2021-03-27 03:51:44 +0900
  • fb3a8b62bd Don't pass brush to fn.mkPen Daniel Lidstrom 2021-03-26 11:36:30 -0700
  • 2b1e24bf11 added cast to int Nils Nemitz 2021-03-26 18:47:38 +0900
  • f0e542d224 added colors/maps/ data to setup.py Nils Nemitz 2021-03-26 17:35:04 +0900
  • ee737f5a5b Merge remote-tracking branch 'upstream/master' into include_colormaps_in_installer Nils Nemitz 2021-03-26 17:34:23 +0900
  • b3dc090373 implement fastpath for makeARGB KIU Shueng Chuan 2021-03-02 13:36:05 +0800
  • de85a23ae0 switch to row-major order KIU Shueng Chuan 2021-03-02 09:18:52 +0800
  • fda8731dab reduce memory usage during data generation KIU Shueng Chuan 2021-03-02 09:05:52 +0800
  • cbafc773f5 fix: max value of uint16 is 65535 KIU Shueng Chuan 2021-03-02 08:53:44 +0800
  • 0234a27816
    Merge pull request #1656 from ksunden/postrel0.12 Ogi Moore 2021-03-25 12:39:49 -0700
  • 43532aa802 Post release 0.12.0 Kyle Sunden 2021-03-25 14:25:30 -0500
  • 8552c500d5
    Merge pull request #1655 from ksunden/prep0.12 pyqtgraph-0.12.0 Ogi Moore 2021-03-25 12:07:03 -0700
  • d2a1bcf920 Update version to 0.12.0 Kyle Sunden 2021-03-25 14:04:14 -0500
  • bf450c29a7
    Merge pull request #1643 from j9ac9k/0.12-changelog Kyle Sunden 2021-03-25 13:56:51 -0500
  • e3f8c091c3 Update changelog Ogi Moore 2021-03-23 12:53:46 -0700
  • a86f588816 Incorporate suggested changes from NilsNemitz Ogi Moore 2021-03-23 12:44:02 -0700
  • 3b620836c4
    Merge pull request #1651 from j9ac9k/Use_collections.abc Ogi Moore 2021-03-23 11:56:02 -0700
  • 954c7342dd
    Fix to accidentally disabled style updates in PlotDataItem (#1653) Nils Nemitz 2021-03-24 03:54:15 +0900
  • bb5a179647
    Add Deprecation Warning to Hex Strings That Do Not Start With "#" in mkColor (#1644) Ogi Moore 2021-03-23 11:35:06 -0700
  • bc7ca1beef Move Color Map Example To Main Section Ogi Moore 2021-03-23 11:12:36 -0700
  • 5b278855d6 Switch to camelCase functions Ogi Moore 2021-03-23 11:07:19 -0700
  • bbf69fd154 renamed mathods and moved color map example Nils Nemitz 2021-03-24 03:03:53 +0900
  • 09a7341652 > > > now 100% more camels < < < Nils Nemitz 2021-03-24 02:39:09 +0900
  • 6ea9675750 tests interleave assign and assert to guard against delayed assignment Nils Nemitz 2021-03-24 02:30:15 +0900
  • f2e305b3fb allowed style updates to once again update the style of curve and scatter plot, added tests Nils Nemitz 2021-03-24 02:00:56 +0900
  • ad753f2f27 wip matteo porta 2021-03-23 12:25:55 +0100
  • 8ee0dd3b41 wip matteo porta 2021-03-23 11:24:11 +0100
  • 8f5d7f8859 Merge remote-tracking branch 'upstream/master' matteo porta 2021-03-23 08:47:17 +0100
  • 675516e0b1 collections.abc not just collections Ogi Moore 2021-03-22 22:17:28 -0700
  • be0926279b Update docs examples in LabelItem Ogi Moore 2021-03-22 22:15:12 -0700
  • e4b79d6283 correct input for no warnings Ogi Moore 2021-03-22 21:57:07 -0700
  • 4951bd743e
    Replace main stanza with PyQt6 compatable variant (#1645) Ogi Moore 2021-03-22 11:17:12 -0700
  • 69be66699a
    Merge pull request #1650 from NilsNemitz/add_clip_scalar_function Ogi Moore 2021-03-22 11:16:50 -0700
  • 517d243166
    Remove unhelpful warnings (#1646) Ogi Moore 2021-03-22 11:12:01 -0700
  • 0a7d89b4c0 Merge remote-tracking branch 'upstream/master' matteo porta 2021-03-22 17:28:24 +0100
  • 2c82a84f68 Do not use clip_array on scalars (use clip_scalar instead) Nils Nemitz 2021-03-23 01:08:31 +0900
  • 824842597e Incorporate changes to docs/warning Ogi Moore 2021-03-21 22:18:31 -0700
  • 48b3b9dbb1 remove needless comments Ogi Moore 2021-03-21 22:12:10 -0700
  • f3c45b5c73 Use fn.mkQApp instead Ogi Moore 2021-03-21 22:06:18 -0700
  • a1eca4e2dd
    handle empty adjanceny array (#1647) Nils Nemitz 2021-03-22 13:14:19 +0900
  • d74bbe3bf6
    Fix functions.clip_array() (#1649) pijyoi 2021-03-22 09:44:26 +0800
  • bff4d6362e force output to be an array KIU Shueng Chuan 2021-03-22 05:30:02 +0800
  • 641db25f38 fix clip_array() KIU Shueng Chuan 2021-03-22 05:06:24 +0800
  • 8dcbebc90d handle empty adjanceny array Nils Nemitz 2021-03-21 16:24:55 +0900
  • 1356988fb3 Remove weaveDebug config option Ogi Moore 2021-03-20 23:03:28 -0700
  • d8faeffa11 Do away with opengl warning Ogi Moore 2021-03-20 22:58:30 -0700
  • a1d563dc45 Remove reference to weave which we do not use Ogi Moore 2021-03-20 22:33:10 -0700