DearPyGui v0.2.0 Release Notes

Release Date: 2020-09-05 // over 3 years ago

  • ๐Ÿ”– VERSION 0.2.0 (9/5/2020)

    ๐Ÿ†• New Features:

    • Context Managers: You can now import dearpygui.wrappers to use context
      manager versions of all containers

    ๐Ÿ”„ Changes:

    • Widgets: All "add_widget" commands now return true on successful
      โž• adding or false.

    ๐Ÿ’ฅ Breaking Changes:

    • Container Widgets: Replaced all end_ * commands with a single end() command