SciRuby / daru

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

Fix head/tail calls on DataFrames with DateTime indexes and Vector_at splat calls (#341 & #331) #368

Closed baarkerlounger closed 7 years ago

baarkerlounger commented 7 years ago

Fixes issues https://github.com/SciRuby/daru/issues/341 and https://github.com/SciRuby/daru/issues/331 with reference to https://github.com/SciRuby/daru/pull/347 this is just adding the failing spec.

baarkerlounger commented 7 years ago

@zverok @v0dro do you usually close issues once PRs have been merged into master or once a new release of the gem has been made? (and how often are releases made?) Sorry if I've missed this information elsewhere.

zverok commented 7 years ago

@v0dro I believe it is good question, and I don't know actual answer, please clarify!

v0dro commented 7 years ago

Issues are closed after PRs have been merged. Currently we don't have a schedule for releases, however we've had a new release every 4-5 months in the past.