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

Fixes various GitHub issues (CSV parsing and Documentation) #296

Closed tpetricek closed 9 years ago

tpetricek commented 9 years ago

I added detailed comments explaining the changes to each commit.

adamklein commented 9 years ago

@tpetricek looks good! Travis CI failure looks bogus... can submit manual rerun?

tpetricek commented 9 years ago

Hmm, this failed again - I think it might be because the build server gets F# Data files using Paket, which calls the GitHub REST API and we exceeded the number of allowed requests. /cc @forki ?

forki commented 9 years ago

nope this one looks not like an API rate limit error.

tpetricek commented 9 years ago

This is probably not related - but Deedle still uses the old Objective-C profile for Travis. We should probably update to the C#/Mono profile. Who knows how to do this :-) ?

tpetricek commented 9 years ago

Now this is a more useful failure - I forgot to delete some experiments.

adamklein commented 9 years ago

Hmm, I see http://docs.travis-ci.com/user/languages/csharp/ Otherwise, no experience tinkering too much with .travis.yaml

tpetricek commented 9 years ago

@adamklein The build is working now. Thanks for asking about it - there was, indeed, a bug!

adamklein commented 9 years ago

Awesome!