fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
937 stars 195 forks source link

Release 2.0.0 #456

Closed zyzhu closed 5 years ago

zyzhu commented 5 years ago
  1. Updated FSharp.Core to 4.3.4 according to guideline https://fsharp.github.io/2015/04/18/fsharp-core-notes.html
  2. Updated RProvider to 1.1.21 which partially fixed probelocation. Removed hard-coded package references in Deedle.RPlugin. Need to modify RProvider.Runtime.dll.config to find net45 and net451 directory of latest Deedle and Deedle.RPlugin. Will submit a PR to RProvider separately and release a minor version of Deedle.RPlugin later. See comments on the old issue https://github.com/fslaborg/RProvider/pull/81
  3. Disabled RPlugin unit test as running it via dotnet test keeps looking for 32bit version of R. Tested all RPlugin test cases via FSI and console app and they all function correctly.
  4. Start to work on Azure DevOps CI. Added azure-pipelines.yml. But windows build always failed with paket restore error. Mac and Linux build failed with timeout of documentation tests after 60 minutes. Don't know why documentation tests takes so long to run as it is fine on my local machine.
zyzhu commented 5 years ago

@dsyme @tpetricek Please add me to owner of Deedle.RPlugin on Nuget so that I can upload the latest package. Thanks!