[ANN] Multidimensional Array - MDArray (0.4.0)

Hello All,

Ive implemented a Multidimensional array similar to numpy and narray
specifically targeted at JRuby as it uses Java-NetCDF libraries. It is
available for download as a ruby gem (mdarray) and in github:
GitHub - rbotafogo/mdarray: Multidimensional array similar to NumPy and NArray.

This is the first version I upload, so it is still incomplete and has
less
features than narray and certainly less than numpy but I believe it is
already quite usable. I think it can progress quickly as Java-NetCDF is
quite mature with a good API, documentation and strong features.

I hope this can be useful to the JRuby community and all those
interested
in doing science in Ruby. Help is of course welcome!

Cheers,