ruby-numo / numo-narray

Ruby/Numo::NArray - New NArray class library
http://ruby-numo.github.io/narray/
BSD 3-Clause "New" or "Revised" License
415 stars 41 forks source link

Please release a new version that supports Ruby 2.7 #150

Closed yoshoku closed 4 years ago

yoshoku commented 4 years ago

The installation of Numo::NArray fails in Ruby 2.7.

$ gem install numo-narray
Fetching numo-narray-0.9.1.5.gem
Building native extensions. This could take a while...
ERROR:  Error installing numo-narray:
        ERROR: Failed to build gem native extension.
...

index.c:1056:44: error: too few arguments to function call, expected 4, have 3
    return rb_f_notimplement(argc,argv,self);
           ~~~~~~~~~~~~~~~~~

The installation succeeds on the master branch that contains supporting Ruby 2.7 (https://github.com/ruby-numo/numo-narray/pull/143). I would appreciate it if you could consider for releasing a new version.

kojix2 commented 4 years ago

Maybe Tanaka-sensei is busy. (#148) (#149)

I recommend Yoshoku to be the commiter of numo-narray.

yoshoku commented 4 years ago

The latest versions of Numo::NArray and Numo::Linalg have just been released. Thanks a lot!!