From bd7798239f2f9e6dd48ccc1aee930b515e55fcc6 Mon Sep 17 00:00:00 2001 From: Zhenyong Zhu Date: Wed, 16 Sep 2020 16:44:34 -0400 Subject: [PATCH] bump version to 2.3.0 --- RELEASE_NOTES.md | 5 +++++ src/Deedle.Excel/AssemblyInfo.fs | 12 ++++++------ src/Deedle.Math/AssemblyInfo.fs | 12 ++++++------ src/Deedle.RProvider.Plugin/AssemblyInfo.fs | 12 ++++++------ src/Deedle/Common/AssemblyInfo.fs | 12 ++++++------ 5 files changed, 29 insertions(+), 24 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5e27f478..15c45060 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,10 @@ # Release Notes +## 2.3.0 - 2020-09-16 +* Add dropEmptyRows and dropEmptyCols [510](https://github.com/fslaborg/Deedle/pull/510) +* Fix ambiguous sum function when calling it from Frame [515](https://github.com/fslaborg/Deedle/pull/515) +* Update to latest NetOffice Excel package [505](https://github.com/fslaborg/Deedle/pull/505) + ## 2.2.0 - 2020-06-15 * Add linear regression and PCA functions in Deedle.Math thanks to @Ildhesten [496](https://github.com/fslaborg/Deedle/pull/496) * Add descriptions to Stats functions to clarify valid input types by @Arlofin [501](https://github.com/fslaborg/Deedle/pull/501) diff --git a/src/Deedle.Excel/AssemblyInfo.fs b/src/Deedle.Excel/AssemblyInfo.fs index 67449ac5..2e19a785 100644 --- a/src/Deedle.Excel/AssemblyInfo.fs +++ b/src/Deedle.Excel/AssemblyInfo.fs @@ -5,15 +5,15 @@ open System.Reflection [] [] [] -[] -[] -[] +[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Deedle.Excel" let [] AssemblyProduct = "Deedle.Excel" let [] AssemblyDescription = "Deedle integration with Excel" - let [] AssemblyVersion = "2.2.0" - let [] AssemblyInformationalVersion = "2.2.0" - let [] AssemblyFileVersion = "2.2.0" + let [] AssemblyVersion = "2.3.0" + let [] AssemblyInformationalVersion = "2.3.0" + let [] AssemblyFileVersion = "2.3.0" diff --git a/src/Deedle.Math/AssemblyInfo.fs b/src/Deedle.Math/AssemblyInfo.fs index cb8066a1..09276ac1 100644 --- a/src/Deedle.Math/AssemblyInfo.fs +++ b/src/Deedle.Math/AssemblyInfo.fs @@ -5,15 +5,15 @@ open System.Reflection [] [] [] -[] -[] -[] +[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Deedle.Math" let [] AssemblyProduct = "Deedle.Math" let [] AssemblyDescription = "Deedle interop with Math.Net" - let [] AssemblyVersion = "2.2.0" - let [] AssemblyInformationalVersion = "2.2.0" - let [] AssemblyFileVersion = "2.2.0" + let [] AssemblyVersion = "2.3.0" + let [] AssemblyInformationalVersion = "2.3.0" + let [] AssemblyFileVersion = "2.3.0" diff --git a/src/Deedle.RProvider.Plugin/AssemblyInfo.fs b/src/Deedle.RProvider.Plugin/AssemblyInfo.fs index ac9f0a3d..c3fd6c1b 100644 --- a/src/Deedle.RProvider.Plugin/AssemblyInfo.fs +++ b/src/Deedle.RProvider.Plugin/AssemblyInfo.fs @@ -5,15 +5,15 @@ open System.Reflection [] [] [] -[] -[] -[] +[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Deedle.RPlugin" let [] AssemblyProduct = "Deedle.RPlugin" let [] AssemblyDescription = "Easy to use .NET library for data manipulation with R project integration" - let [] AssemblyVersion = "2.2.0" - let [] AssemblyInformationalVersion = "2.2.0" - let [] AssemblyFileVersion = "2.2.0" + let [] AssemblyVersion = "2.3.0" + let [] AssemblyInformationalVersion = "2.3.0" + let [] AssemblyFileVersion = "2.3.0" diff --git a/src/Deedle/Common/AssemblyInfo.fs b/src/Deedle/Common/AssemblyInfo.fs index 6d0cc938..a8f1c61c 100644 --- a/src/Deedle/Common/AssemblyInfo.fs +++ b/src/Deedle/Common/AssemblyInfo.fs @@ -5,15 +5,15 @@ open System.Reflection [] [] [] -[] -[] -[] +[] +[] +[] do () module internal AssemblyVersionInformation = let [] AssemblyTitle = "Deedle" let [] AssemblyProduct = "Deedle" let [] AssemblyDescription = "Easy to use .NET library for data manipulation and scientific programming" - let [] AssemblyVersion = "2.2.0" - let [] AssemblyInformationalVersion = "2.2.0" - let [] AssemblyFileVersion = "2.2.0" + let [] AssemblyVersion = "2.3.0" + let [] AssemblyInformationalVersion = "2.3.0" + let [] AssemblyFileVersion = "2.3.0"