public
Description: New development on the Ruby bindings for the GNU Scientific Library
Clone URL: git://github.com/codahale/ruby-gsl.git
Search Repo:

codahale's ruby-gsl Feed   feed

tiendung started watching ruby-gsl about 1 month ago
ruby-gsl is at codahale/ruby-gsl
jamescallmebrent started watching ruby-gsl about 1 month ago
ruby-gsl is at codahale/ruby-gsl
tiendung started watching ruby-gsl about 1 month ago
ruby-gsl is at codahale/ruby-gsl
iml started watching ruby-gsl about 1 month ago
ruby-gsl is at codahale/ruby-gsl
mattfoster started watching ruby-gsl 2 months ago
ruby-gsl is at codahale/ruby-gsl
cashnetusa started watching ruby-gsl 3 months ago
ruby-gsl is at codahale/ruby-gsl
codahale committed to codahale/ruby-gsl 6 months ago

8dac541bfd901a7b2d183cbde19508ae0ffbf452

Make sure 'require "gsl/array"' loads GSL.

codahale committed to codahale/ruby-gsl 6 months ago

9ac7a14e183572c17f1043849869af28c23d15f9

Added Array#dice_coefficient.

codahale committed to codahale/ruby-gsl 6 months ago

eac3032a8c6e6505b709fd3b9f2f771aa27fa564

Make rake compile fail if the build fails.

codahale committed to codahale/ruby-gsl 6 months ago

29523247ad9ca964127be051339a367bf010c9ae

Refactoring using function pointers (oo!) and added Dice's coefficient.

codahale committed to codahale/ruby-gsl 6 months ago

be62c914937c4f59f3c172b43667a93708493100

Refactored the code again -- gonna be doing a few of this type of thing.

codahale committed to codahale/ruby-gsl 6 months ago

f6687744c7ee4efc4f99148110febc0e7814c54d

Added Tanimoto coefficient into Array.

codahale committed to codahale/ruby-gsl 6 months ago

00ae5e36e32b0f70acb383281a2082cad0220bea

Split compile/recompile Rake tasks up. rake spec now depends on rake compile.

codahale committed to codahale/ruby-gsl 6 months ago

670d8a3b520e3b9d6f43650a42ce4e931d58b218

Refactored the code a bit to make it more readable.

codahale committed to codahale/ruby-gsl 6 months ago

846785b8d8214224041136c7d2181f35045510d7

Added some TODOs, fixed a comment.

codahale committed to codahale/ruby-gsl 6 months ago

824fda13415360ef0d8d495229685d130e6c27d1

Added GSL::Similarity and the Tanimoto difference of two arrays.

codahale committed to codahale/ruby-gsl 6 months ago

5357bcaf2688d26c5ccf41790b4d3467f5580757

Added a macro to convert an array of Ruby objects into a carray of longs (of each object's hash).

codahale committed to codahale/ruby-gsl 6 months ago

1d3e5d9ad6a87e2efad4e668f4ac3af21d07a662

Added Array#mean, #variance, and #sd.

codahale committed to codahale/ruby-gsl 6 months ago

942e9702e5f992c77f0ea595f373dc8ea274cb05

Remove the deprecated autorequire from the package task.

codahale committed to codahale/ruby-gsl 6 months ago

f31e37c434974512cd8603b86f56f932402f8c66

Ain't no reason to have /manual -- that's going on elsewhere.

codahale committed to codahale/ruby-gsl 6 months ago

aff4f7132f669d40c5aadaea7618f4a6f9bffcce

Added Array#correlation.

codahale committed to codahale/ruby-gsl 6 months ago

992c626db6a9e92209ace643b29b528734381f79

Added spec directory and spec rake tasks.

codahale committed to codahale/ruby-gsl 6 months ago

aa1fdf5ce810db84de0bc18d4df2dddfd7f87eed

Actually add the business about packaging the gem. And installing it.

codahale committed to codahale/ruby-gsl 6 months ago

694eea900d0d156e3262e6be5909e21f6d514881

Add Rakefile and tasks for compiling, documenting, and packaging this lib.

codahale committed to codahale/ruby-gsl 6 months ago

bb2139ad3f2861a097b3680b28c9661d588d8b23

Moving around old docs into the new places.

codahale committed to codahale/ruby-gsl 6 months ago

7277dc54c362d457373ee30e6b314384a94d67ac

Moved doc folder to doc-old.

codahale committed to codahale/ruby-gsl 6 months ago

4bcbceeae334f5fb39450dd79c159a7ff9def69f

Added lib directory, GSL module with version, and renamed bundle to gsl_functions.

codahale committed to codahale/ruby-gsl 6 months ago

1aff1c812445df02e806c355e6124ec9d9a0b739

Added gsl_stat_correlation to GSL::Stats.

codahale created ruby-gsl 6 months ago
New repository is at codahale/ruby-gsl