numo-narray icon indicating copy to clipboard operation
numo-narray copied to clipboard

Ruby/Numo::NArray - New NArray class library

Results 66 numo-narray issues
Sort by recently updated
recently updated
newest added

Makes the document a little easier to read.

trim_mode must be passed as a keyword argument or a deprecation warning is shown. The current code will not work with Ruby 3.2 or higher. https://docs.ruby-lang.org/ja/latest/class/ERB.html#S_NEW > Ruby 2.6.0 から位置引数での...

These days we use rake to install numo-narray. I think it is safe to delete setup.rb. Thank you.

This PR will fix CI failures and improve Ruby 3.3 support. 1. Remove bundler installation - It installs bundler without specifying the version in CI. But, it installs bundler which...

Hey there! Thanks for this software. I'm attempting to do some audio processing, which involves a lot of splitting a big 2d array into smaller chunks. My wave is of...

Can we have a new release, please? Recently there were changes [merged](https://github.com/ruby-numo/numo-narray/pull/230) that addresses issues related with recent versions of GCC (15.x) that prevents this gem from being built. Thank...

Hi, I noticed the most recent commit to the main branch was over 2 years ago. Is this just because there hasn't been anything that needs changing or because the...

Hi, the `sort_index` method returns incorrect results with GCC 13 (the default for Ubuntu 24.04). Repro script ```ruby require "numo/narray" 3.times do arr = Numo::SFloat.new(1000).rand indexes = arr.sort_index result =...

Current Fedora tests using Podman fail. Let's change the standard GitHub Actions script to run tests more simply.