Dearpygui

Latest version: v1.11.1

Safety actively analyzes 621142 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

1.11.0

News
Nothing really new to report. We are still actively working towards "Dear PyGui 2". The current working name is [**Pilot Light UI**](https://github.com/hoffstadt/pilotlight-ui)!

Changelog

New Features
* feat: add python 3.12 support
* feat: better keyboard navigations support 2144
* feat: added get_focused_item() to request current nav focus

Fixes

* fix: Replaced four separate corner colors with a single param that properly maps colors to corners 2239
* fix: adding/removing a child in table doesn't reset row colors
* fix: enabled themes on table columns and cells 1782
* fix: nodes created with show=False led to seg fault 2151
* fix: mvNodeLink internal issues with handlers 2197
* fix: resetting menu state if not open 2245
* fix: keep open state when parent window is hidden for tree node and collapsing header 1873
* fix: set_axis_ticks can be used on secondary Y axes 2253

Misc
* Minimum Python version now 3.8

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](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors)! We need it now more than ever.

**Full Changelog**: https://github.com/hoffstadt/DearPyGui/compare/v1.10.0...v1.11.0

1.10.0

News
Nothing really new to report. We are still actively working towards "Dear PyGui 2". The current working name is [**Pilot Light UI**](https://github.com/hoffstadt/pilotlight-ui)!
Changelog

New Features
* feat: get_item_configuration() for fonts 2114
* feat: activation delay for tooltips
* feat: add scroll functions to tables 1947
* feat: no scroll with mouse flag 2134
* feat: ability to hide separators (previously not honored)
* feat: add PixelSnapH parameter for fonts

Fixes

* fix: get_all_items() with table columns 2027
* fix: error handling for DwmGetWindowAttribute 2111
* fix: menu hovering issue 2131

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](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors)! We need it now more than ever.

New Contributors
* MadOctopus-private made their first contribution in https://github.com/hoffstadt/DearPyGui/pull/2118
* mef51 made their first contribution in https://github.com/hoffstadt/DearPyGui/pull/2126
* Yosh31207 made their first contribution in https://github.com/hoffstadt/DearPyGui/pull/2134
* atallahade made their first contribution in https://github.com/hoffstadt/DearPyGui/pull/2160

**Full Changelog**: https://github.com/hoffstadt/DearPyGui/compare/v1.9.1...v1.10.0

1.9.1

News
Just a small maintenance release. Things may seem quiet but don't worry! We are still here. We are just spending most of our effort focusing on [Pilot Light](https://github.com/pilot-light/pilotlight) which will be the powering _Dear PyGui 2_.

Changelog

New Features
* feat: groups can now have heights that children will inherit Mstpyt

Fixes

* fix: win32 viewport padding regression introduced in v1.9
* fix: _get_alias_id(...)_ 2034
* fix: possible race condition with _configure_viewport(...)_

Misc
* minimum MacOS version has been moved up from 10.15 to 11.
* Github actions removed Ubuntu 18.04, forcing us to move up to Ubuntu 20.04 (which means we are linking to a new glibc)

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](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors)! We need it now more than ever.

**Full Changelog**: https://github.com/hoffstadt/DearPyGui/compare/v1.9.0...v1.9.1

1.9.0

Changelog

New Features
* feat: plot time ISO format by Pcothren in https://github.com/hoffstadt/DearPyGui/pull/1976
* feat: double-click handlers for items by v-ein in https://github.com/hoffstadt/DearPyGui/pull/2005
* feat: "disable_close" keyword added to viewport by Mstpyt

Fixes

* fix: text widget state update 1933 by Pcothren in https://github.com/hoffstadt/DearPyGui/pull/1939
* fix: a horizontal group glues to previous line (1999) by v-ein in https://github.com/hoffstadt/DearPyGui/pull/2002
* fix: initial position for dpg.window with popup=True (1975) by v-ein in https://github.com/hoffstadt/DearPyGui/pull/2003
* fix: drawing thickness by v-ein in https://github.com/hoffstadt/DearPyGui/pull/2001
* fix: item config/info oddities by Atlamillias in https://github.com/hoffstadt/DearPyGui/pull/2010
* fix (demo): show menubar by CiotatSoft in https://github.com/hoffstadt/DearPyGui/pull/2029
* fix: typo in add_button docstring by arrys in https://github.com/hoffstadt/DearPyGui/pull/2056

New Contributors
* Atlamillias made their first contribution in https://github.com/hoffstadt/DearPyGui/pull/1984
* v-ein made their first contribution in https://github.com/hoffstadt/DearPyGui/pull/2002
* MGBergweiler made their first contribution in https://github.com/hoffstadt/DearPyGui/pull/2007
* CiotatSoft made their first contribution in https://github.com/hoffstadt/DearPyGui/pull/2029
* AmirmohammadZarif made their first contribution in https://github.com/hoffstadt/DearPyGui/pull/2038
* xlbljz made their first contribution in https://github.com/hoffstadt/DearPyGui/pull/2031
* arrys made their first contribution in https://github.com/hoffstadt/DearPyGui/pull/2056
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](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors)! We need it now more than ever.

**Full Changelog**: https://github.com/hoffstadt/DearPyGui/compare/v1.8.0...v1.9.0

1.8.0

News
We have added Python 3.11 support!

As many of you already know, we decided a while back to begin work on a custom graphics engine and UI library to build **Dear PyGui 2** with instead of _Dear ImGui_. This is still our long term desire but we have decided... this goal will be for **Dear PyGui 3**. In order to ease the burden on both ourselves and you guys, we've decided to make **Dear PyGui 2** as an intermediate step(or compromise if you will). The idea being that it will have a one-to-one mapping to _Dear ImGui_, making our work much much easier. This will also make things more stable as there will be less between YOU and _Dear ImGui_, not to mention keeping up with the latest version will be trivial. We will also split up _ImPlot_, _ImNodes_ etc. so they can move at the pace of their respective libraries.

The only thing we will add on will be the ability to "record" your "commands" so that they can be replayed in a similar manner to DPG 1 (helps with python based performance hits).

The most important consequence of this decision is that **Dear PyGui 2.0** will be released much sooner (as in a few months)! Here is the [repo](https://github.com/hoffstadt/DearPyGui2)!

Changelog

Fixes
* fix: file dialog not respecting bound themes 1928 1713

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](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors)! We need it now more than ever.

1.7.3

Changelog

Fixes
* fix: item registry crash when parent is empty 1907
* fix: plot legend not showing (regression introduced in 1.7.1) 1919
* fix: win32 viewport on top being "stuck" 1848
* fix: custom series crashing when deleting 1864
* docs: several small typos

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](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors)! We need it now more than ever.

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.