SciRuby / statsample

A suite for basic and advanced statistics on Ruby.
https://github.com/sciruby/statsample
BSD 3-Clause "New" or "Revised" License
95 stars 29 forks source link

Remove types #34

Closed v0dro closed 9 years ago

v0dro commented 9 years ago

All tests except those that were failing before the change are passing.

agarie commented 9 years ago

Hey Sameer, can you remove the update to History? I think this kind of update should be made on its own. It's easier to browse the commit log that way.

v0dro commented 9 years ago

ok done. Is everything else alright? Is it ok to start with daru now?

agarie commented 9 years ago

Almost. Can you provide a test showing that it's possible to create vectors with the old interface? I'll merge this PR with that in place. Also, it's usually a good idea to use STDERR.puts instead of plain puts when printing warnings. Sometimes it doesn't make a difference, but it can avoid some headaches when printing results in a script for a large-y dataset.

With these comments in place---yes, please, let's get started with Daru! :+1:

v0dro commented 9 years ago

ok done.