Skip to content

0.5.0: Maintenance release

Compare
Choose a tag to compare
@leloup314 leloup314 released this 03 Nov 22:04
· 28 commits to master since this 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, use pytest instead
  • Fixing the package:
    • Remove use of deprecated use of QtGui/ Qt through pyqtgraph, use pyqt5.QtWidgets instead
    • Fix versions to match pyqtgraphs testing matrix
    • Fix DeprecationWarnings due to configparser.SafeConfigParser -> configparser.ConfigParser
    • Fix tests / coverage