SciRuby / daru

Data Analysis in RUby
BSD 2-Clause "Simplified" License
1.04k stars 139 forks source link

Drop support for Ruby 2.0 #336

Open zverok opened 7 years ago

zverok commented 7 years ago

I believe we can allow ourselves to it now :)

This not only means specifying 2.1 as a minimum version in the Gemfile, but also switching from option hashes to proper keyword arguments everywhere, which will greatly enchance documentability and discoverability of features.

On this change, version should be bumped at least to 0.2, I believe.

PS: As a side note, I believe 0.x becames to be a bit odd for library of this size. Maybe we need something like "Roadmap to 1.0" somewhere?..

v0dro commented 7 years ago

Agreed. And yes, we should have a roadmap. Maybe we take inspiration from JRuby for this purpose? I've heard quite a few people talk fondly about their release schedules and roadmap.

zverok commented 7 years ago

Let's probably schedule the roadmap creation for August/September? When GSoC will be finished and we'll know where we are.

v0dro commented 7 years ago

Yes. Works.