0.5.0: Maintenance release
See #18! Highlights
- Dropping Python 2 support -> Only Python >= 3.7 supported from here on
- Moving CI (Linux / Windows) to GH actions
- Drop deprecated
nose
, usepytest
instead - Fixing the package:
- Remove use of deprecated use of
QtGui
/Qt
throughpyqtgraph
, usepyqt5.QtWidgets
instead - Fix versions to match
pyqtgraphs testing matrix
- Fix
DeprecationWarnings
due toconfigparser.SafeConfigParser
->configparser.ConfigParser
- Fix tests / coverage
- Remove use of deprecated use of