tbrittain / SmbExplorerCompanion

Baseball-Reference style desktop application for Super Mega Baseball 4 franchise playthroughs
MIT License
2 stars 0 forks source link

Bump ScottPlot.WPF from 4.1.68 to 5.0.34 #192

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 months ago

Bumps ScottPlot.WPF from 4.1.68 to 5.0.34.

Release notes

Sourced from ScottPlot.WPF's releases.

ScottPlot 5.0.34

ScottPlot 5.0.33

  • Markers: Reduced memory allocations and improved performance during rendering (#3767) @​drolevar
  • Axes: Prevent exceptions for conditions where tick generation produces no ticks (#3768) @​drolevar @​bclehmann
  • Signal: Added an experimental signal source that uses caching of binned ranges to improve performance of large datasets (#3718) @​Cardroid
  • Label: Added Measure() overloads to facilitate label size evaluation without requiring SKPaint (#3761) @​aespitia
  • Signal: Fix rendering artifacts for List<T> data sources introduced in version 5.0.31 (#3765, #3747) @​Limula-PMA
  • Crosshair: Added options for a marker to be rendered at the intersection if MarkerShape is defined
  • Label: Added FontFile and SetTypeface() to allow users to apply custom fonts (#3722) @​kebox7
  • SignalXY: Added ConnectStyle property to mimic scatter plots and allow for step display style (#3764) @​kareem469

ScottPlot 5.0.32

  • Image: Added support support conversion to/from pixel value arrays to facilitate differential image analysis and testing (#3748, #3727)
  • Layout: Improve measurement of vertical axis tick labels (#3736) @​ebarnard
  • Annotation: Improved positioning of annotations containing many lines (#3749, #3700) @​LerkLin
  • Label: Significantly improved precision of single and multi-line text measurement and alignment (#3700)
  • Axis Line: Set default line width to 1 which also improved default appearance of crosshair (#3752) @​fdesordi
  • Rendering: Copy the plottable list inside the render loop to facilitate plottable list modification mid-render (#3753) @​ZSYMAX
  • Controls: Exposed ZoomRectangle.LineStyle setter to support advanced customization of middle-click-drag zoom rectangle (#3754) @​Graat
  • Markers: Separate LineColor, LineWidth, etc. from OutlineColor, OutlineWidth, etc. to allow separate customization of line-based vs. fill-based marker shapes (#3755, #3716) @​CD-SailingPerf
  • Legend: Added TightHorizontalWrapping flag to allow items in horizontally oriented legends to wrap without aligning to columns (#3758) @​MCF

ScottPlot 5.0.31

  • Arrow: Refactored the arrow system to support multiple arrow types including user-provided ones (#3745, #3697)
  • Color: Colors can be created from System.Drawing colors with ScottPlot.Color.FromColor(System.Drawing.Color.Blue) (#3745)
  • Signal and SignalXY: Added YScale parameter to display data vertically scaled by the specified fraction (#3711, #3708) @​feichti92
  • Generate: Added ConsecutiveHours(), ConsecutiveDays(), ConsecutiveWeekdays(), to replace Generate.DateTime methods (#3721)

ScottPlot 5.0.30

  • Bar: Set default line width to 1 so error bars are visible without requiring line customization (#3741) @​Kareltje1980
  • Controls: Added a Interaction.ChangeOpposingAxesTogether flag to enable mouse actions to one axis to be applied to all axes with the same orientation (#3729) @​rubenslkirchner
  • DataLogger: Remove requirement for new data points to contain ascending X values (#3737) @​TenebrosFR
  • RandomWalk2D: Created ScottPlot.DataGenerators.RandomWalk2D for easily generating 2D random data with randomly changing velocity
  • Ticks: Improve tick distribution by using the TickLabelStyle font size to evaluate maximum tick label size (#3736) @​ebarnard

ScottPlot 5.0.29

ScottPlot 5.0.28

  • Marker: Refactored marker system to support improved styling and the ability to use custom markers (#3716, #3141)

... (truncated)

Changelog

Sourced from ScottPlot.WPF's changelog.

ScottPlot 5.0.34

Published on NuGet on 2024-05-05

ScottPlot 5.0.33

Published on NuGet on 2024-05-04

  • Markers: Reduced memory allocations and improved performance during rendering (#3767) @​drolevar
  • Axes: Prevent exceptions for conditions where tick generation produces no ticks (#3768) @​drolevar @​bclehmann
  • Signal: Added an experimental signal source that uses caching of binned ranges to improve performance of large datasets (#3718) @​Cardroid
  • Label: Added Measure() overloads to facilitate label size evaluation without requiring SKPaint (#3761) @​aespitia
  • Signal: Fix rendering artifacts for List<T> data sources introduced in version 5.0.31 (#3765, #3747) @​Limula-PMA
  • Crosshair: Added options for a marker to be rendered at the intersection if MarkerShape is defined
  • Label: Added FontFile and SetTypeface() to allow users to apply custom fonts (#3722) @​kebox7
  • SignalXY: Added ConnectStyle property to mimic scatter plots and allow for step display style (#3764) @​kareem469

ScottPlot 5.0.32

Published on NuGet on 2024-05-01

  • Image: Added support support conversion to/from pixel value arrays to facilitate differential image analysis and testing (#3748, #3727)
  • Layout: Improve measurement of vertical axis tick labels (#3736) @​ebarnard
  • Annotation: Improved positioning of annotations containing many lines (#3749, #3700) @​LerkLin
  • Label: Significantly improved precision of single and multi-line text measurement and alignment (#3700)
  • Axis Line: Set default line width to 1 which also improved default appearance of crosshair (#3752) @​fdesordi
  • Rendering: Copy the plottable list inside the render loop to facilitate plottable list modification mid-render (#3753) @​ZSYMAX
  • Controls: Exposed ZoomRectangle.LineStyle setter to support advanced customization of middle-click-drag zoom rectangle (#3754) @​Graat
  • Markers: Separate LineColor, LineWidth, etc. from OutlineColor, OutlineWidth, etc. to allow separate customization of line-based vs. fill-based marker shapes (#3755, #3716) @​CD-SailingPerf
  • Legend: Added TightHorizontalWrapping flag to allow items in horizontally oriented legends to wrap without aligning to columns (#3758) @​MCF

ScottPlot 5.0.31

Published on NuGet on 2024-04-27

  • Arrow: Refactored the arrow system to support multiple arrow types including user-provided ones (#3745, #3697)
  • Color: Colors can be created from System.Drawing colors with ScottPlot.Color.FromColor(System.Drawing.Color.Blue) (#3745)
  • Signal and SignalXY: Added YScale parameter to display data vertically scaled by the specified fraction (#3711, #3708) @​feichti92
  • Generate: Added ConsecutiveHours(), ConsecutiveDays(), ConsecutiveWeekdays(), to replace Generate.DateTime methods (#3721)

ScottPlot 5.0.30

Published on NuGet on 2024-04-26

  • Bar: Set default line width to 1 so error bars are visible without requiring line customization (#3741) @​Kareltje1980
  • Controls: Added a Interaction.ChangeOpposingAxesTogether flag to enable mouse actions to one axis to be applied to all axes with the same orientation (#3729) @​rubenslkirchner
  • DataLogger: Remove requirement for new data points to contain ascending X values (#3737) @​TenebrosFR
  • RandomWalk2D: Created ScottPlot.DataGenerators.RandomWalk2D for easily generating 2D random data with randomly changing velocity
  • Ticks: Improve tick distribution by using the TickLabelStyle font size to evaluate maximum tick label size (#3736) @​ebarnard

ScottPlot 5.0.29

Published on NuGet on 2024-04-26

... (truncated)

Commits
  • 093994e ScottPlot 5.0.34
  • 24147b3 CICD: scan for vulnerable dependencies after full build
  • 58d0660 CICD: scan for vulnerable NuGet packages
  • 6d3e6eb Label: support null string measurement
  • 82034d1 CI: autoformat
  • 9e248af Merge pull request #3779 from EricEzaM/3408-improve-dt-fixed-interval-tickgen
  • d954dc7 Update CHANGELOG.md
  • 74fd652 Merge branch 'main' into pr/3779
  • 82d83e8 Merge pull request #3778 from bclehmann/fix/sig-const-use-seg-tree
  • 6cd258c SignalConstSourceDoubleArray → SignalConstSource
  • 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 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)
dependabot[bot] commented 2 weeks ago

Superseded by #197.