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

Fix dropRange for Mono 3.4.0+ #279

Closed dsyme closed 9 years ago

dsyme commented 9 years ago

Array slicing can raise an IndexOutOfRangeException in F# 3.1+ if negative indexes are used

This fixes 19 out of 20 errors for Deedle on Mono 3.10.0

dsyme commented 9 years ago

See #278

dsyme commented 9 years ago

Closed in favour of this https://github.com/BlueMountainCapital/Deedle/pull/282