Nils Nemitz
85719fd8df
Colormap extension ( #1424 )
...
* extend ColorMap functionality for palette management
* manual merge with changes in master branch
* extend ColorMap functionality for palette management
* manual merge with changes in master branch
* light mode / dark mode swapping demo
* color map updates
* added ColorCET and Matplotlib import for color maps
* minor cleanup
* restored lost indent
* Code cleanup
* Add colorcet as optional dependency
Co-authored-by: Ogi Moore <ognyan.moore@gmail.com>
2021-01-04 22:01:30 -08:00
Dennis Göries
b622e22877
LegendItem: Make ItemSample customizable ( #1404 )
...
* LegendItem: Introduce itemStyles and provide ToggleItem
Show example
* Minor cleanup of the legend item and test
* Make ItemSample customizable
* Remove example modifications
* Changes for sampleType according to review
2021-01-04 21:02:08 -08:00
Hanwant
e209be20e5
Use log modulus transform for y axis log scaling ( #1476 )
...
* Use log modulus transform for y axis log scaling
* Update log modulus to use eps and retain behaviour around -1 < x < 1
* Update setLogMode Dosctring
* Update setLogMode docString
Co-authored-by: Hanwant <admin@madigan.tech>
2021-01-04 19:27:03 -08:00
Martin Chase
1a71bb53c4
add unicode units ( #1471 )
...
* adds unicode units
* keep "u" and "Ohm" for compatibility
* add c, d, da and h
* lint
* py2 compatible u"" strings
2021-01-03 14:28:56 -08:00
Lee Tirrell
64e04e3120
Fix #798 ( #1487 )
2021-01-03 14:28:40 -08:00
Ogi Moore
e94f53ac20
minor adjustment on when test runs ( #1479 )
...
* minor adjustment on when test runs
* Remove pytest publish results, add sphinx nitpicky
* Deal with nit-picky mode later
* why bother w/ those artifacts...
2021-01-03 12:31:53 -08:00
Yoonyoung (Jamie) Cho
d8e4911fcd
Fixed GLViewWidget Gimbal Lock with Quaternion Parametrization ( #909 )
...
* Fixed GLViewWidget Gimbal Lock with Quaternion Parametrization
* fixed rotation name
* fixes extraneous pos argument and restore compatibility
* remove redundant getAxisAngle() in rotation (for Qt4 compatibility)
* GLViewWidget takes rotationMethod parameter
* Avoid merge conflict
* Fix docstring
Co-authored-by: Ogi Moore <ognyan.moore@gmail.com>
2020-12-24 21:45:02 -08:00
Ogi Moore
0356a358b3
Remove linting check, add pytest test publishing ( #1477 )
2020-12-23 23:04:30 -08:00
Daniel Lidstrom
daafb1d801
Revert previous commit
2020-12-23 00:05:36 -08:00
Kyle Sunden
d3049e41d7
Merge pull request #1474 from j9ac9k/migrate-to-github-actions
...
Migrate To Github Actions
2020-12-23 00:32:55 -06:00
Ogi Moore
5d33ccff8d
Cleanup ExamplesApp
2020-12-22 22:10:59 -08:00
Ogi Moore
e5f123deb2
Add more badges
2020-12-22 22:08:31 -08:00
Ogi Moore
cc6a4d200c
Add analyze segment - thanks to @ksunden
2020-12-22 21:18:13 -08:00
Ogi Moore
fcb387c86e
Go to one yml file
2020-12-22 12:32:35 -08:00
Ogi Moore
c31cba5e06
Update README
2020-12-22 12:16:05 -08:00
Ogi Moore
bae760e598
Update pip first
2020-12-22 12:15:59 -08:00
Ogi Moore
b98216a2ea
Use matplotlib qt5agg backend for pyside2
2020-12-22 10:27:15 -08:00
Ogi Moore
11db50dee5
Remove azure-pipelines configs
2020-12-22 10:27:12 -08:00
Ogi Moore
1c1187a10f
swallow xvfb config option warnings
2020-12-22 10:26:20 -08:00
Ogi Moore
6eace48663
Skip openGL tests on some macOS configs
2020-12-22 10:26:19 -08:00
Ogi Moore
2689cdb5f6
Fix regex warning
2020-12-22 10:26:19 -08:00
Ogi Moore
e7f64a8fc1
add pytest-xdist
2020-12-22 10:26:19 -08:00
Ogi Moore
a7d9034f83
Update mesa3d drivers
2020-12-22 10:26:19 -08:00
Ogi Moore
181b6ee005
Re-introduce xvfb debug steps
2020-12-22 10:26:19 -08:00
Ogi Moore
f4df660363
Skip test_ExampleApp
2020-12-22 10:26:19 -08:00
Ogi Moore
3cd9f9ff63
skip test_reload
2020-12-22 10:26:19 -08:00
Ogi Moore
d0b26112bc
add quotes around string with astricks
2020-12-22 10:26:19 -08:00
Ogi Moore
34e9ee7c91
Add pre-build stage
2020-12-22 10:26:19 -08:00
Kyle Sunden
3b1e55af1e
MAINT: Post 0.11.1 release, drop py2, qt4 ( #1473 )
...
* MAINT: Post 0.11.1 release, drop py2, qt4
This focuses on distribution, tests, and docs. This may not be comprehensive, but covers the cases I found by looking and a few greps
Noteably, this does not change any actual internal code yet, to avoid merge conflicts with pending PRs.
* NEP 29 language/versions
2020-12-22 10:25:06 -08:00
Daniel Lidstrom
c2f0de0471
Attempt at passing Qt 4 CI pipelines
2020-12-21 23:15:57 -08:00
Daniel Lidstrom
8105385230
Add not enabled example
2020-12-21 23:10:44 -08:00
Daniel Lidstrom
6a8f7779dc
Add tool tip support to action and group parameters
2020-12-21 23:09:19 -08:00
Daniel Lidstrom
2260030845
Focus change bug fix
2020-12-21 22:34:12 -08:00
Daniel Lidstrom
acca19a1b3
Clearing selection on wheelEvent is buggy, so don't
2020-12-21 22:22:12 -08:00
Daniel Lidstrom
b164e54e15
Get parameter's item in a nicer way
2020-12-21 20:48:15 -08:00
Daniel Lidstrom
4618c705e2
Fixed bug where enabled opt is not respected
2020-12-21 20:40:34 -08:00
Daniel Lidstrom
4e8a609375
Fixed bugs with setting expanded and setExpanded
2020-12-21 17:34:43 -08:00
Daniel Lidstrom
fab7b20094
ColorButton sizeHint override unnecessary
2020-12-21 17:18:34 -08:00
Daniel Lidstrom
944b75ffcd
Don't miss any widgets when updating readonly
2020-12-21 17:11:22 -08:00
Daniel Lidstrom
4561b18377
Consistently emit values with Parameter.sigValueChanging
2020-12-21 12:30:08 -08:00
Daniel Lidstrom
d737d80c52
Improved data race test
2020-12-20 23:08:38 -08:00
Daniel Lidstrom
bea0fc1135
No interaction with WidgetParameterItem.subItem
2020-12-20 22:41:47 -08:00
Daniel Lidstrom
8519efdd8d
Changed my mind
2020-12-20 19:12:11 -08:00
Daniel Lidstrom
0703e3db9b
Ensure synchronization of parameter and widget's values
2020-12-20 18:43:11 -08:00
Kyle Sunden
cd40562121
Merge pull request #1472 from ksunden/changelog
...
Update Changelog for release 0.11.1
2020-12-19 20:39:52 -06:00
Ogi Moore
195f609b31
Update __version__
2020-12-19 09:17:23 -08:00
Ogi Moore
ab478d1231
Page 1
2020-12-19 08:54:27 -08:00
Ogi Moore
cf64e75de3
Page 2
2020-12-19 08:31:22 -08:00
Kyle Sunden
625469af74
page 3
2020-12-19 01:08:33 -06:00
Kyle Sunden
fa444a1d94
page 4
2020-12-18 23:49:50 -06:00