Skip to content

Commit d2ec9a7

Browse files
committed
Add release notes for individual projects
1 parent 3219e44 commit d2ec9a7

File tree

7 files changed

+51
-2
lines changed

7 files changed

+51
-2
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
### 0.0.1 - June 10 2020
2+
3+
C# bindings for basic charts and styling for usage in ML.NET notebooks:
4+
5+
**Chart styling / Layouting**
6+
7+
- [x] Extension Methods
8+
- [x] SaveHtml
9+
- [x] Show
10+
- [x] WithTraceInfo
11+
- [x] WithSize
12+
- [x] WithXAxisStyle
13+
- [x] WithYAxisStyle
14+
- [x] Chart.Grid
15+
- [x] Chart.Combine
16+
17+
**Chart generation**
18+
- [x] Chart.Invisible
19+
- [x] Chart2D
20+
- [x] Scatter
21+
- [x] Point
22+
- [x] Line
23+
- [x] Bar
24+
- [x] Column
25+
- [x] Chart3D
26+
- [x] Scatter3D
27+
- [x] ChartPolar
28+
- [x] ScatterPolar
29+
- [x] ChartMap
30+
- [x] ScatterGeo
31+
- [x] ChartTernary
32+
- [x] ScatterTernary
33+
- [x] ChartCarpet
34+
- [x] Carpet
35+
- [x] ChartDomain
36+
- [x] Pie
37+
- [x] ChartSmith
38+
- [x] ScatterSmith

src/Plotly.NET.ImageExport/Plotly.NET.ImageExport.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<ItemGroup>
2424
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\" />
25+
<None Include="RELEASE_NOTES.md" />
2526
<Compile Include="IGenericChartRenderer.fs" />
2627
<Compile Include="PuppeteerSharpRenderer.fs" />
2728
<Compile Include="ExportEngine.fs" />
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### 3.0.0 - June 10 2020
2+
3+
Test

src/Plotly.NET.Interactive/Plotly.NET.Interactive.fsproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@
3838
<EmbeddedResource Remove="bin\**" />
3939
<None Remove="bin\**" />
4040
</ItemGroup>
41-
41+
4242
<ItemGroup>
43+
<None Include="RELEASE_NOTES.md" />
4344
<Compile Include="Formatters.fs" />
4445
<Compile Include="Extension.fs" />
4546
</ItemGroup>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### 3.0.0 - June 10 2020
2+
3+
Test

src/Plotly.NET/Plotly.NET.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<FsDocsReleaseNotesLink>https://github.com/plotly/Plotly.NET/blob/dev/RELEASE_NOTES.md</FsDocsReleaseNotesLink>
3333
</PropertyGroup>
3434
<ItemGroup>
35+
<None Include="RELEASE_NOTES.md" />
3536
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\" />
3637
<Compile Include="AssemblyInfo.fs" />
3738
<Compile Include="InternalUtils.fs" />
@@ -125,7 +126,6 @@
125126
<Compile Include="Traces\TraceDomain.fs" />
126127
<Compile Include="Traces\TraceSmith.fs" />
127128
<Compile Include="Traces\TraceID.fs" />
128-
<Folder Include="Extensions\" />
129129
<Folder Include="Layout\ObjectAbstractions\2D\" />
130130
<Compile Include="Config\ObjectAbstractions\Edits.fs" />
131131
<Compile Include="Config\ObjectAbstractions\ToImageButtonOptions.fs" />

src/Plotly.NET/RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### 3.0.0 - June 10 2020
2+
3+
Test

0 commit comments

Comments
 (0)