SciRuby / daru

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

Removes IO modules from Daru #430

Open athityakumar opened 6 years ago

athityakumar commented 6 years ago

Through this PR, I'd like to safely port away all IO modules of Daru, keeping the Marshalling methods intact. I'll request a review in a couple of days.

athityakumar commented 6 years ago

@zverok - Ready for a review 😄

Edit : I'll fix the merge conflicts while fixing the above review comments.

athityakumar commented 6 years ago

@zverok - Opened #434 for noting down the dependency issue. Can you add it into the milestone to keep track?

zverok commented 6 years ago

Done.

v0dro commented 4 years ago

This needs a serious relook and separating IO from the core gem should be seriously considered before the next major release.