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
939 stars 197 forks source link

Completing Paket conversion! #288

Closed tpetricek closed 9 years ago

tpetricek commented 9 years ago

This completes the work started by @forki in #276.

As discussed in the other thread, this does not change anything about how Deedle is consumed (we still publish a NuGet package, with the same things as before).

However, this changes how we reference other packages. Rather than using NuGet directly, this uses it through Paket, but under the cover, it still gets the packages from NuGet.

The nice things about Paket (and why I would like to use it for Deedle are):

forki commented 9 years ago

Very cool.

tpetricek commented 9 years ago

Now I just need to have a dinner break before I can get rid of the F# Data dependency, because Github thinks I did enough paket updates already...

forki commented 9 years ago

Yeah I already tried to ask @shiftkey if we can get an API key or something like that. On Dec 8, 2014 9:59 PM, "Tomas Petricek" notifications@github.com wrote:

Now I just need to have a dinner break before I can get rid of the F# Data dependency, because Github thinks I did enough paket updates already...

— Reply to this email directly or view it on GitHub https://github.com/BlueMountainCapital/Deedle/pull/288#issuecomment-66186026 .

adamklein commented 9 years ago

Awesome!!