Skip to content

Version 1.6.2

Compare
Choose a tag to compare
@hoffstadt hoffstadt released this 26 Apr 01:59
· 243 commits to master since this release

News

Following this release, we will be doing a temporary feature freeze while we work on the large backlog of issues, DearPyGui_Ext, performance improvements, documentation, demo improvements, and debug tools!

Changelog

Breaking Changes

  • mvNodeStyleVar_NodePaddingHorizontal & mvNodeStyleVar_NodePaddingVertical have been combined into mvNodeStyleVar_NodePadding. See #1732.

Features

  • Added minimap and minimap_location keywords to add_node_editor(...)
  • custom plot series
    • add_custom_series(...)
    • See Demo -> Plots...Custom...Custom Series...
  • added callback keyword to output_frame_buffer(...) (win32/linux only).
  • added get_platform(...)
  • "double" versions of input, drag, slider widgets for higher precision over current "float" versions

New General Constants

  • mvNodeMiniMap_Location_BottomLeft
  • mvNodeMiniMap_Location_BottomRight
  • mvNodeMiniMap_Location_TopLeft
  • mvNodeMiniMap_Location_TopRight
  • mvPlatform_Windows
  • mvPlatform_Linux
  • mvPlatform_Apple

New Theme Constants

  • mvNodesCol_GridLinePrimary
  • mvNodesCol_MiniMapBackground
  • mvNodesCol_MiniMapBackgroundHovered
  • mvNodesCol_MiniMapOutline
  • mvNodesCol_MiniMapOutlineHovered
  • mvNodesCol_MiniMapNodeBackground
  • mvNodesCol_MiniMapNodeBackgroundHovered
  • mvNodesCol_MiniMapNodeBackgroundSelected
  • mvNodesCol_MiniMapNodeOutline
  • mvNodesCol_MiniMapLink
  • mvNodesCol_MiniMapLinkSelected
  • mvNodesCol_MiniMapCanvas
  • mvNodesCol_MiniMapCanvasOutline
  • mvNodesStyleVar_MiniMapPadding
  • mvNodesStyleVar_MiniMapOffset

Fixes

  • fix draw items using first axis only #1643
  • table crash case #1704
  • fixed several node editor issues #1721
  • fixed get_item_configuration(...) for plot histogram series
  • fixed get_value(...) returning deleted value option for listbox #1640
  • fixed candle series demonstration within the demo

Thank you!

Dear PyGui development is currently funded by a handful of gracious sponsors and we would like to thank them tremendously. We wouldn't be here with out you guys.

Thank you for supporting us.

If you or your company uses Dear PyGui, please consider supporting us! We need it now more than ever.

Full Changelog: v1.5.0...v1.6