SciRuby / nmatrix

Dense and sparse linear algebra library for Ruby via SciRuby
Other
469 stars 133 forks source link

Replace all references to Fixnum and Bignum with Integer (Fixnum and Bignum are deprecated) #604

Closed takkanm closed 6 years ago

takkanm commented 6 years ago

Ruby2.4 unify Fixnum and Bignum into Integer

https://bugs.ruby-lang.org/issues/12005

ref https://github.com/mohawkjohn/nmatrix/pull/22

translunar commented 6 years ago

There are some Travis-CI failures, but I believe they're entirely due to an rdoc incompatibility on Travis. I'm going to go ahead and merge this.