Skip to content

Latest commit

 

History

History
193 lines (147 loc) · 3.92 KB

RELEASE_NOTES.md

File metadata and controls

193 lines (147 loc) · 3.92 KB

0.13.0 - September 04 2024

0.12.0 - May 27 2024

  • bump version range of Plotly.NET to [5.0.0, 6.0.0)
  • Reflect relevant API changes in Plotly.NET 5.0.0 (e.g. in Chart.Grid)

0.11.1 - July 25 2023

  • bump version range of Plotly.NET to [4.1.0, 5.0.0)

0.11.0 - July 14 2023

0.10.0 - March 21 2023

  • Add WithLegend and WithLegendStyle extension methods to GenericChart

0.9.0 - March 21 2023

  • Update package to work with Plotly.NET 4.0
  • use strict dependency range to prevent major version increases from Plotly.NET from breaking dependent packages.

0.8.0 - August 23 2022

completed C# bindings for the missing domain and smith charts:

  • ChartTernary
    • ScatterTernary
    • PointTernary
    • LineTernary
    • BubbleTernary
  • ChartCarpet
    • Carpet
    • ScatterCarpet
    • PointCarpet
    • LineCarpet
    • SplineCarpet
    • BubbleCarpet
    • ContourCarpet

The Chart construction API is now complete.

0.7.0 - August 22 2022

completed C# bindings for the missing ternary and carpet charts:

  • ChartTernary
    • ScatterTernary
    • PointTernary
    • LineTernary
    • BubbleTernary
  • ChartCarpet
    • Carpet
    • ScatterCarpet
    • PointCarpet
    • LineCarpet
    • SplineCarpet
    • BubbleCarpet
    • ContourCarpet

0.6.0 - August 19 2022

completed C# bindings for the missing map charts:

  • ChoroplethMap
  • PointGeo
  • LineGeo
  • BubbleGeo
  • ScatterMapbox
  • LineMapbox
  • BubbleMapbox
  • ChoroplethMapbox

0.5.0 - August 11 2022

completed C# bindings for the missing polar charts:

  • PointPolar
  • LinePolar
  • SplinePolar
  • BubblePolar
  • BarPolar

0.4.0 - August 9 2022

completed C# bindings for the missing 3D charts:

  • Point3D
  • Line3D
  • Bubble3D
  • Surface
  • Mesh3D
  • Cone
  • StreamTube
  • Volume
  • IsoSurface

0.3.0 - August 2 2022

completed C# bindings for 2D traces/charts:

  • Spline
  • Bubble
  • Range
  • Area
  • SplineArea
  • StackedArea
  • StackedFunnel
  • StackedBar
  • StackedColumn
  • Heatmap
  • AnnotatedHeatmap
  • Image
  • Contour
  • Splom

0.2.0 - July 28 2022

added C# bindings for finance charts

  • OHLC
  • Candlestick
  • Waterfall
  • Funnel
  • Funnel Area
  • Indicator

Additionally, some GenericChart extensions have been added:

  • WithXAxisrangeSlider

0.1.0 - July 26 2022

added C# bindings for statistical charts

  • Histogram
  • Histogram2D
  • BoxPlot
  • Violin
  • Histogram2DContour
  • PointDensity
  • DensityMapbox
  • ContourCarpet

Optional arguments are now wrapped in a custom Optional<T> type to allow usage of both reference and value types for optional arguments across the whole API.

Some GenericChart extension methods were also added:

  • WithMapbox
  • WithMapboxStyle

0.0.1 - June 15 2022

C# bindings for basic charts and styling for usage in ML.NET notebooks:

Chart styling / Layouting

  • Extension Methods
    • SaveHtml
    • Show
    • WithTraceInfo
    • WithSize
    • WithXAxisStyle
    • WithYAxisStyle
  • Chart.Grid
  • Chart.Combine

Chart generation

  • Chart.Invisible
  • Chart2D
    • Scatter
    • Point
    • Line
    • Bar
    • Column
  • Chart3D
    • Scatter3D
  • ChartPolar
    • ScatterPolar
  • ChartMap
    • ScatterGeo
  • ChartTernary
    • ScatterTernary
  • ChartCarpet
    • Carpet
  • ChartDomain
    • Pie
  • ChartSmith
    • ScatterSmith