Skip to content

Releases: salsergey/QCustomPlot-PyQt

Version 2.1.1.2

01 May 11:10
Compare
Choose a tag to compare
  • Updated to [project] section in pyproject.toml.
  • Do not explicitly require specific ABI version. Be sure to build PyPI packages using old enough distribution.

Version 2.1.1.1

20 Dec 09:45
Compare
Choose a tag to compare

Bindings can now be build for either PyQt5 or PyQt6 from one source archive. One should provide a proper qmake via --qmake build option. Corresponding python modules are named QCustomPlot_PyQt5 and QCustomPlot_PyQt6.

Version 2.1.1

24 Nov 11:32
Compare
Choose a tag to compare
  • Updated to QCustomPlot 2.1.1.
  • Added compile options to build with system-wide QCustomPlot library instead of build-in.
  • Switched to using amalgamated QCustomPlot source files.

Version 2.1.0

01 Feb 12:06
Compare
Choose a tag to compare
  • Updated to QCustomPlot 2.1.0.
  • Moved some changes from the fork by cowo78.
  • Added build system for SIP 5 and newer.