You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Deedle and Deedle.Math targets both netstandard2.0 and net45. The reason of keeping net45 is to keep Deedle.RProvider happy as RProvider has not been moved to netstandard2.0 yet.
However, it becomes more and more painful to manage the build tool chain. Lots has been changed in FSharp.Formatting and FAKE. To use the latest versions of them while maintaining net45 target cross platform becomes impossible.
To get RProvider working on netstandard2.0 is a daunting task as I still do not have time to learn the mechanics of type providers. It is also stuck at R3.4.2 until this PR can go through.
I will move Deedle and Deedle.Math to netstandard2.0, Deedle.Excel to net461 and figure out how to use the latest fsdocs to update documentations. I'll keep this issue open until we can link Deedle with RProvider again in the future.
The text was updated successfully, but these errors were encountered:
Apparently RProvider is being updated to run on .NET 5.0 and later.
Maybe Deedle could do the same. Deedle.RPlugin can be updated later accordingly when RProvider passes beta.
Currently 4-5 projects on FsLab and this is probably the most important one along with FSharp.Data providing a great toolset to import and manipulate data. Hope at least these get the necessary attention and updated for latest .NET compatibility.
Surely, there will be performance gains, better code, and easier maintenance cycle once updated. The .NET 6.0 is obviously going to be more streamlined and performant, less bug prone, and better in every way than Standard 2.0 ...
Currently Deedle and Deedle.Math targets both
netstandard2.0
andnet45
. The reason of keepingnet45
is to keep Deedle.RProvider happy as RProvider has not been moved to netstandard2.0 yet.However, it becomes more and more painful to manage the build tool chain. Lots has been changed in FSharp.Formatting and FAKE. To use the latest versions of them while maintaining net45 target cross platform becomes impossible.
To get RProvider working on
netstandard2.0
is a daunting task as I still do not have time to learn the mechanics of type providers. It is also stuck at R3.4.2 until this PR can go through.Back in the day on Twitter (https://twitter.com/tomaspetricek/status/1192830586576084992). @tpetricek agreed that it's ok to keep RProvider separate as it's quite niche.
I will move Deedle and Deedle.Math to
netstandard2.0
, Deedle.Excel tonet461
and figure out how to use the latest fsdocs to update documentations. I'll keep this issue open until we can link Deedle with RProvider again in the future.The text was updated successfully, but these errors were encountered: