Andrew Kane
Results
82
issues of
Andrew Kane
Please create a new issue to discuss any ideas or share your own. - [ ] Add option to wrap the destination sync in a transaction and use delete instead...
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 =...