EMATech / MidiExplorer

Yet another MIDI monitor, analyzer, debugger and manipulation tool.
GNU General Public License v3.0
49 stars 2 forks source link

Update dearpygui requirement from <1.11,>=1.8 to >=1.8,<2.1 #15

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on dearpygui to permit the latest version.

Release notes

Sourced from dearpygui's releases.

Version 2.0

News

We hope everyone is doing well! It has been a while since we've had a new release. This will be the first release in which we introduce a handful of breaking changes (and thus the first time we increase the major version). The majority of the changes with this release are internal and were required to update to the latest versions of Dear ImGui and ImPlot.

The majority of this work was completed by Samuele Mazzi and Vladimir Ein. They deserve recognition for the hard work, dedication, and patience they put into this!

The changelog is below. Also don't forget to checkout the demo!

Changelog

New

  • Python 3.13 support

New Functions

  • add_axis_tag
  • add_bar_group_series
  • add_inf_line_series
  • add_digital_series
  • get_plot_query_rects
  • set_axis_limits_constraints
  • reset_axis_limits_constraints
  • set_axis_zoom_constraints
  • reset_axis_zoom_constraints

New arguments

Function Arguments
add_2d_histogram_series col_major
add_button repeat
add_child_window always_auto_resizealways_use_window_paddingauto_resize_xauto_resize_yframe_styleresizable_xresizable_y
add_colormap_scale formatmirrorreverse_dir
add_combo fit_width
add_custom_series no_fit
add_drag_line delayedno_cursorno_fitno_inputs
add_drag_point clampeddelayedno_cursorno_fitno_inputsoffset
add_group enabled
add_heat_series col_major
add_histogram_series cumulativehorizontal
add_input_text always_overwriteauto_select_allctrl_enter_for_new_lineescape_clears_allno_horizontal_scrollno_undo_redo
add_line_series loopno_clipsegmentsshadedskip_nan
add_pie_series ignore_hidden
add_plot max_query_rectsmin_query_rectsno_frameno_inputsoverride_modquery_colorzoom_modzoom_rate
add_plot_axis auto_fitforeground_gridno_highlightno_initial_fitno_labelno_menusno_side_switchoppositepan_stretchrange_fitscaletick_format
add_plot_legend no_buttonsno_highlight_axisno_highlight_itemno_menussort
add_scatter_series no_clip
add_stair_series pre_stepshaded
add_stem_series horizontal
add_subplots share_series

... (truncated)

Commits
  • dbf5a7b feat: add python 3.13 support
  • e4d8729 fix (mvPlot): Query rects no longer affect auto-fitting
  • 29a475a docs: add pvs studio to README.md
  • d910211 chore: add __name__ block to demo.py (#2348)
  • ec25b49 ci: remove deployment workflow from schedule
  • 87fad73 fix: move hint in demo to right position #2123
  • 439931d ci: up version to 2.0b1
  • 2857c94 ci: add implot to deployment workflow
  • 1f213a1 ci: fix static analysis warning
  • f46874c ci: update workflows for new actions
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)