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

Changes to make sure statsample works with gsl-nmatrix. Will work smoothly with rb-gsl too. #33

Closed v0dro closed 9 years ago

v0dro commented 9 years ago

@agarie statsample is now working smoothly with gsl-nmatrix and rb-gsl.

Once that bug in distribution is solved we'll have a statsample that is completely capable of working without GSL :)

agarie commented 9 years ago

As I said in that comment, I don't want to introduce a dependency on GSL without doing a major release. I have to fix that issue with Distribution as well, so remove that line from the gemspec before I can merge this pull request, OK?

v0dro commented 9 years ago

well its a development dependency just so that all the tests run fine and nothing fails. But OK i'll remove it.

v0dro commented 9 years ago

ok done

agarie commented 9 years ago

Thanks!