Skip to content

v3.4

Latest
Compare
Choose a tag to compare
@sveinse sveinse released this 16 May 14:11
· 3 commits to main since this release
d2cb865
  • Add support for wxPython >=4, which support python 3
  • Remove python 2.7 support
  • Improve command-line options and printing
  • Dark mode (alas not for windows 馃槶 )
  • Remove objdictgen and objdictedit command-line tools
  • Major code refactoring. For improved python 3 syntax and general code cleaning.
  • Type annotation update
  • Test suite and code coverage improvements
  • ++many many minor fixes

Contributors 馃帀

@chrisinabox - For porting to xwPython 4, changing eval to ast and removing python 2
@aduskett - For dark mode compatibility