DearPyGui v0.1.2 Release Notes

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

  • 🔖 VERSION 0.1.2 (9/4/2020)

    🆕 New Features:

    • ⚡️ Plots: Adding series will update an existing series if the names match.
      No need to clear plot #163

    🆕 New Commands:

    • Plot: Can now delete series in a plot "delete_series" #163
    • Main Window: Added "set_main_window_resizable" command #134

    🛠 Fixes:

    • 🛠 Themes: Fixed theme/custom settings inconsistency #165
    • 🛠 Plot: Fixed automatic boundaries #170
    • 🛠 Tips: Fixed weird tooltip behavior #171
    • 🚚 Callback: Fixed mouse move callback for main window.