ErythroGuild / irene

<Erythro>'s server admin bot.
Mozilla Public License 2.0
0 stars 0 forks source link

[Dependabot]: Bump ScottPlot from 4.1.60 to 4.1.63 in /Irene #488

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps ScottPlot from 4.1.60 to 4.1.63.

Release notes

Sourced from ScottPlot's releases.

ScottPlot 4.1.63

  • WpfPlot: Converted the UserControl to a CustomControl to facilitate inheritance and theming (#2509, #2526) Thanks @​KroMignon
  • Lollipop and Cleveland plots: Added LineWidth property (#2556) Thanks @​benton-anderson
  • Pie: Added SliceLabelPosition property to allow slice labels to be placed outside the pie (#2515, #2510, #2275) Thanks @​nuelle16 and @​cpa-level-it
  • Axis: Made Edge and AxisIndex immutable to prevent accidental modification after construction (#2539, #2538) Thanks @​cxjcqu
  • Plot: Created LeftAxis, RightAxis, BottomAxis, and TopAxis which alias YAxis, YAxis2, XAxis, and XAxis2 but are more expressive (#2568)
  • Plot: Launch property has methods for launching the plot as a static image, refreshing web page, or interactive window (#2543, #2570)
  • Heatmap: Improved support for semitransparent cells (#2313, #2277, #2285, #2461, #2484) Thanks @​bukkideme
  • Axis: Added SetZoomInLimit(), SetZoomOutLimit(), and SetBoundary() to control zoom and pan (#2250, #2291, #1997, #1873, #662) Thanks @​dusko23, @​Gholamalih, and @​bclehmann
  • Controls: Added Configuration.RightClickDragZoomFromMouseDown flag to enable right-click-drag zoom to scale relative to the cursor (#2296, #2573) @​pavlexander
  • Finance: Improved DateTime position of random stock price sample data (#2574)
  • Axis: Improve tick spacing for extremely small plots (#2289) Thanks @​Xerxes004
  • Signal: Fixed bug causing Update() to throw an indexing error (#2578) Thanks @​Angeld10
  • Annotation: Position is no longer defined as X and Y but instead Alignment, MarginX, and MarginY (#2302) Thanks @​EFeru
  • Colorbar: Add Label property (#2341) Thanks @​bukkideme

ScottPlot 4.1.62

ScottPlot 4.1.61

  • Axis: Throw exception immediately upon setting invalid axis limits (#2327) Thanks @​mjpz
  • Heatmap: Added support for transparent single-color heatmaps (#2336) Thanks @​bukkideme
  • Statistics: Improved median calculation method in population plots (#2363) Thanks @​Syntaxrabbit
  • AxisLineVector: Improved automatic axis limits when using limited axis lines (#2371) Thanks @​ChrisAtVault
  • Controls: Configuration.AddLinkedControl() simplifies axis sharing across multiple controls (#2402, #2372)
  • Statistics: New ScottPlot.Statistics.Histogram class optimized for simplicity and live data (#2403, #2389) Thanks @​bukkideme and @​Xerxes004
  • Statistics: Improved bin edge calculations for histograms with fixed bin size bins (#2299) Thanks @​Xerxes004
  • Palette: Refactored the palette system to allow ScottPlot 4 and 5 to share palette code (#2409)
  • Heatmap: Added GetBitmap() to provide access to raw heatmap image data (#2396, #2410) Thanks @​bukkideme
  • Pie: Prevent invalid argument exceptions when drawing zero-size pie charts (#2415) Thanks @​KC7465128305
  • Colormap: Colormaps can be created from a set of colors (#2375, #2191, #2187) Thanks @​dhgigisoave
  • Function Plot: New optional AxisLimits allows users to define default axis limits (#2428, #2412) Thanks @​bukkideme

... (truncated)

Changelog

Sourced from ScottPlot's changelog.

ScottPlot 4.1.63

Published on NuGet on 2023-04-09

  • WpfPlot: Converted the UserControl to a CustomControl to facilitate inheritance and theming (#2509, #2526) Thanks @​KroMignon
  • Lollipop and Cleveland plots: Added LineWidth property (#2556) Thanks @​benton-anderson
  • Pie: Added SliceLabelPosition property to allow slice labels to be placed outside the pie (#2515, #2510, #2275) Thanks @​nuelle16 and @​cpa-level-it
  • Axis: Made Edge and AxisIndex immutable to prevent accidental modification after construction (#2539, #2538) Thanks @​cxjcqu
  • Plot: Created LeftAxis, RightAxis, BottomAxis, and TopAxis which alias YAxis, YAxis2, XAxis, and XAxis2 but are more expressive (#2568)
  • Plot: Launch property has methods for launching the plot as a static image, refreshing web page, or interactive window (#2543, #2570)
  • Heatmap: Improved support for semitransparent cells (#2313, #2277, #2285, #2461, #2484) Thanks @​bukkideme
  • Axis: Added SetZoomInLimit(), SetZoomOutLimit(), and SetBoundary() to control zoom and pan (#2250, #2291, #1997, #1873, #662) Thanks @​dusko23, @​Gholamalih, and @​bclehmann
  • Controls: Added Configuration.RightClickDragZoomFromMouseDown flag to enable right-click-drag zoom to scale relative to the cursor (#2296, #2573) @​pavlexander
  • Finance: Improved DateTime position of random stock price sample data (#2574)
  • Axis: Improve tick spacing for extremely small plots (#2289) Thanks @​Xerxes004
  • Signal: Fixed bug causing Update() to throw an indexing error (#2578) Thanks @​Angeld10
  • Annotation: Position is no longer defined as X and Y but instead Alignment, MarginX, and MarginY (#2302) Thanks @​EFeru
  • Colorbar: Add Label property (#2341) Thanks @​bukkideme

ScottPlot 5.0.4-beta

Published on NuGet on 2023-04-02

  • OpenGL: Enhanced customization options for OpenGL-accelerated scatter plots (#2446) Thanks @​StendProg
  • Data: Added axis limit caching functionality for improved performance of large scatter plots (#2460) Thanks @​StendProg
  • DataOperations: New static class with helper methods for working with 1D and 2D data (#2497) Thanks @​bukkideme and @​StendProg
  • Financial: Created IOHLC to allow users to inject their own pricing logic (#2404) Thanks @​mjpz
  • Solution: Fixed configuration error caused by invalid GUIDs (#2525) Thanks @​KroMignon
  • Controls: Disabled context menu in non-interactive mode (#2475) Thanks @​KroMignon
  • Histogram: Improved constructor argument validation and support for small bins(#2490) Thanks @​Margulieuxd and @​bukkideme
  • WpfPlot: Control now appears in the Visual Studio Toolbox (#2535, #1966) Thanks Valkyre
  • Axis: Improved tick label format customization (#2500) Thanks @​chhh

ScottPlot 4.1.62

Published on NuGet on 2023-04-02

... (truncated)

Commits
  • 0e94b8f Update CHANGELOG.md
  • bbfcbcb SP4 TickGenerator: improve tick label size calculation
  • f8e2988 ScottPlot 5.0.4-beta
  • 5b079c0 ScottPlot 4.1.63
  • 5cc0d8c Merge pull request #2581 from ScottPlot/2341
  • 835ee1c SP4 Cookbook: fix colorbar label recipe name
  • 4b68a9c Update CHANGELOG.md
  • 609d406 SP4 Colorbar: add Label property
  • f4d68c8 SP4 Cookbook: demonstrate scatter plot with labeled points
  • ca785c4 docfx: .gitignore generated files
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
Ernest314 commented 11 months ago

@dependabot recreate

dependabot[bot] commented 11 months ago

Superseded by #491.