Skip to content

Peng3d v1.10.0

Compare
Choose a tag to compare
@not-na not-na released this 14 Jan 14:34
· 69 commits to master since this release

Note: for further information about specific classes and methods visit the documentation on ReadTheDocs.org.

This release is available in the attachments and on the Python Package Index here.

Changes since 1.9.0a1, in no particular order:

  • Fixed bug when using in operator on SmartRegistry
  • Added Python 3.6 Support and made Python 3.6 the main development language from now on
  • Added a DeprecationWarning for old bidict versions
  • Added AdvancedProgressbar with support for multiple progress categories
  • Added AdvancedProgressSubMenu based on AdvancedProgressbar and an example
  • Added internationalization/translation support via peng3d.i18n module
  • Widgets can now fit themselves around the size of their content via getMinSize() and getContentSize()
  • Made ResourceManager compatible with PyInstaller by correctly getting the temporary directory
  • Added support for Window Icons in different sizes
  • Added support for constraining window size
  • Added docs and tests for most new features
  • Updated some old requirements
  • Changed versioning scheme to allow PyPI to correctly guess beta status

In total, 45 files were changed with 1263 additions and 85 deletions.