Commit Graph

14 Commits

Author SHA1 Message Date
Nathan Jessurun 3d15ca1038 Catch remaining 'values' usages 2021-08-06 08:04:51 -04:00
Kyle Sunden a472f8c5de
Remove all usage of python2_3.py (#1939)
* Remove all usage of python2_3.py

Technically these functions were exported at the top level of the library, this removes them without warning... If we want to we can bring them back for there, but I honestly don't think its needed, as we are py3 only now and have been for multiple releases.

This may introduce a number of 'useless cast' or similar but those were always happening anyway

This PR brought to you by sed

* Update varname in hdf example to avoid collision with builtin

* Clean up some leftover comments surrounding imports of compat code

* Unnecessary string casts

* Additional unnecessary casts

* syntax error fix

* more unnecessary casts

* Yet more unnecessary casts
2021-08-01 21:43:32 -07:00
Kyle Sunden 6a59b7e5b5
Many unused import cleanups (#1935)
* Many unused import cleanups

Ignored some star imports, some vendored code in colorama, only looked within pyqtgraph the library, not e.g. examples

* SpinBox decimal imported with both import and from import
2021-07-31 07:35:23 -07:00
lidstrom83 6519734932
Deprecate unused/unnecessary modules (#1576)
* Deprecate ordereddict module

* Import OrderedDict from collections module instead of pgcollections

* Deprecate pgcollections module

* Deprecate lru_cache module

A simpler recipe exists from the standard library using OrderedDict.

* Deprecate pil_fix module

* Python 3.7 compatibility fix

* Avoid or suppress deprecation warnings in tests
2021-02-15 09:52:06 -08:00
Luke Campagnola 929123ff46 avoid repeated signal emission in filterwidget 2018-06-18 13:54:43 -07:00
Luke Campagnola a8610bfb43 Add option to set enum default values in DataFilterWidget 2018-05-09 10:57:42 -07:00
Luke Campagnola 9460b746fa Allow data filter entries to be updated after they are created 2018-05-04 14:17:14 -07:00
Luke Campagnola 0fd0f08384 Doc updates for datafilterwidget 2018-05-03 15:30:19 -07:00
Luke Campagnola a5276c3bd3 fix: scatterplotwidget behaves nicely when data contains infs
Add methods to make it easier to programatically configure scatterplotwidget
2018-03-08 15:09:36 -08:00
Luke Campagnola cf312e7bac updated widgets 2013-12-22 02:18:37 -05:00
Luke Campagnola 8828892e55 merged many changes from acq4 2013-03-26 13:46:26 -04:00
Luke Campagnola cefb4f9828 merged updates from acq4 2013-03-19 16:04:46 -04:00
Luke Campagnola 2a27687fb2 merged updates from acq4 2013-03-07 15:29:56 -05:00
Luke Campagnola 4c887c8f50 Merge new fixes and features from acq4 2013-02-10 14:10:30 -05:00