Dearpygui

Latest version: v1.11.1

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

Scan your dependencies

Page 2 of 5

1.7.2

Changelog

Fixes
* fix: item registry crash when parent is empty 1907
* fix: default open not honored for tree nodes and collapsing headers 1893 1908
* fix: default open not honored when inside hidden column 1878
* fix: set_axis_ticks() regression 1855
* fix: set_axis_limits() regression 1852
* docs: fixed a few doc strings 1906

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

News
It feels good to be back! As I'm sure the community has noticed, we've been a bit absent over the last 5 months. This has been due to a variety of factors including new jobs, new children, and other big events in our lives. The good news is that we are in a place where we can start back working on open source!

For information on the long hiatus and the status of _Dear PyGui 1_ and _Dear PyGui 2_ go [here](https://github.com/hoffstadt/DearPyGui/wiki/What's-going-on%3F).

Changelog

Fixes
* fix **step_fast** argument for input doubles 1787
* fix a couple mistakes in demo 1779
* **add_2d_histogram_series** crash 1761
* fix +/- buttons for input double with step = 0 1735

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.6

News
Following this release, we will be doing a temporary feature freeze while we work on the large backlog of issues, [_DearPyGui_Ext_](https://github.com/hoffstadt/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](https://dearpygui.readthedocs.io/en/latest/documentation/plots.html#custom-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](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors)! We need it now more than ever.

**Full Changelog**: https://github.com/hoffstadt/DearPyGui/compare/v1.5.0...v1.6

1.5.0

News
Small release. **This will be the last version to support Python 3.6.**

Changelog

Breaking Changes
None

Features
* added support for hdr, tga, jpg, bmp to `save_image(...)` 1642
* added tooltip to table column headers 1656
* added `time_unit` keyword to `add_candle_series(...)`
* added the following constants for `time_unit` keyword:
* mvTimeUnit_Us
* mvTimeUnit_Ms
* mvTimeUnit_S
* mvTimeUnit_Min
* mvTimeUnit_Hr
* mvTimeUnit_Mo
* mvTimeUnit_Yr

Fixes
* tooltip "show" parameter 1660

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.4.0...v1.5.0

1.4.0

News
Mostly a maintenance release but 2 new features have been added related to frame buffer output and saving images. We have primarily been focusing on internal refactoring to make maintenance and 3D engine integration easier. We have also been focusing on performance, although those improvements are not expected to be introduced until 1.5.

Notes:
* Expect a raspberry pi release later this week.
* We will be dropping Python 3.6 support after 1.4.1.
* Expect a v1.4.1 release later this week (additional image formats for `save_image(...)` and `output_frame_buffer(...)` support for MacOS.

Changelog

Breaking Changes
None

Features
* added `save_image(...)` (currently only support png, but 1.4.1 will add support for BMP, TGA, HDR, & JPG)
* added `output_frame_buffer(...)` for Windows & Linux (MacOS will be in 1.4.1 released later this week)
* added additional popup arguments

Fixes
* fix (mvTreeNode): indent bleeding 1604
* fix: `get_item_configuration(...)` type issue 1591
* fix: reset plot tick labels issue 1590
* fix: tree node handlers not registering when closed 1568
* fix: mvKnobFloat enabled keyword 1563

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.3.1...v1.4.0

1.3.1

Another small release. Contains some windows specific fixes.

News
Our M1 Mac comes in today! Expect some M1 wheels this weekend. Also expect some MacOS specific fixes!

Changelog
Breaking Changes
* fix: win32 viewport position. We account for the horizontal shift now. (0, 0) is the top left of the monitor as you'd expect.

Fixes
* fix: model window custom theme segfault 1543
* fix (windows): repaint while resizing for win32 422
* fix (nodes): `get_item_rect_min(...)` and `get_item_rect_max(...)` 1239
* fix (tables): all columns no longer need to be added before rows.

**Full Changelog**: https://github.com/hoffstadt/DearPyGui/compare/v1.3...v1.3.1

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 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.