github hoffstadt/DearPyGui v0.8.62
Version 0.8.62

latest releases: v1.11.0, v1.10.0, v1.9.1...
2 years ago

News

  • You can now use a string in place of an ID (similar to 0.6)! See here. This is optional but prevents users from needing to manage the UUID's manually!
  • We are sticking with the names Dear PyGui and Dear Py3D!

Breaking Changes

  • pmin & pmax were backwards in draw_rectangle(...). You need to reverse them. Related to #1163
  • add_colormap_scale(...) keyword colormap now corresponds to mvColorMap widget

New

  • feature: id can now be a string, but must be unique!
  • command: added get_item_alias(...)
  • command: added set_item_alias(...)
  • command: added add_alias(...)
  • command: added remove_alias(...)
  • command: added does_alias_exist(...)
  • command: added get_alias_id(...)
  • command: added get_aliases(...)
  • command: added get_item_registry_configuration(...)
  • command: added configure_item_registry(...)
  • widget: added add_colormap(...) #1069
  • widget: added add_colormap_registry(...) #1069
  • widget: added add_colormap_button(...)
  • widget: added add_colormap_slider(...)
  • command: added sample_colormap(...)
  • command: added get_colormap_color(...)
  • keyword: added mulicolor to draw_rectangle(...)
  • keyword: added color_upper_left to draw_rectangle(...)
  • keyword: added color_upper_right to draw_rectangle(...)
  • keyword: added color_bottom_left to draw_rectangle(...)
  • keyword: added color_bottom_right to draw_rectangle(...)
  • constant: added mvPlotColormap_Twilight
  • constant: added mvPlotColormap_RdBu
  • constant: added mvPlotColormap_BrBG
  • constant: added mvPlotColormap_PiYG
  • constant: added mvPlotColormap_Spectral
  • constant: added mvPlotColormap_Greys
  • set_value(...) now works for theme_color #1136
  • set_value(...) now works for theme_style #1136
  • added use_internal_label keyword to all widgets, related to #1135

Fixes

  • fixed setting default theme values
  • fixed infinite on_close callbackss #1149
  • fixed get_item_configuration(...) for window max_size
  • fixed histogram misspelling issue related to #1132
  • fixed adding font ranges over 0x10000 #1092
  • fixed viewport issue for windows #1126

Other

  • added colormap section to demo under "widgets"
  • simplied drawing API demo

Don't miss a new DearPyGui release

NewReleases is sending notifications on new releases.