Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rust-ndarray/ndarray issues and pull requests

#1455 - RFC: MSRV Policy

Issue - State: open - Opened by akern40 4 days ago - 2 comments

#1454 - Cow Reference of Array2<f32> performs better .dot() operation

Issue - State: closed - Opened by jaydev-ziroh 6 days ago - 3 comments

#1448 - Fixes no_std + approx combination

Pull Request - State: closed - Opened by akern40 about 1 month ago

#1447 - Tests and CI/CD for no_std support with approx

Issue - State: closed - Opened by akern40 about 1 month ago

#1446 - Adds Miri to CI/CD

Pull Request - State: closed - Opened by akern40 about 1 month ago - 3 comments

#1445 - what is ndarray netlib

Issue - State: closed - Opened by wangjiawen2013 about 1 month ago - 1 comment
Labels: question

#1444 - solve() seems missing in 0.16

Issue - State: closed - Opened by PegasusPlusUS about 1 month ago - 3 comments

#1442 - Bounds on `remove_index`

Issue - State: open - Opened by akern40 about 1 month ago - 2 comments

#1441 - Add the Jetbrains IDE `.idea` config folder to gitignore

Pull Request - State: closed - Opened by XXMA16 about 2 months ago

#1440 - Adds an array reference type

Pull Request - State: open - Opened by akern40 about 2 months ago - 12 comments

#1439 - Dot product is only a valid call for ndarray::Array2

Issue - State: open - Opened by JulianDicken about 2 months ago - 1 comment
Labels: enhancement

#1437 - Add `diff` method as an equivalent to `numpy.diff`

Pull Request - State: closed - Opened by johann-cm 2 months ago - 1 comment

#1434 - Removed typo

Pull Request - State: closed - Opened by Drazhar 2 months ago

#1433 - Broken links in matrix product documentation for NumPy users

Issue - State: open - Opened by kalhoefer 3 months ago - 1 comment

#1432 - Fix documentation for into_raw_vec_and_offset()

Pull Request - State: closed - Opened by benliepert 3 months ago

#1431 - Array comparison operators/functions

Issue - State: open - Opened by Qazalbash 3 months ago - 3 comments
Labels: enhancement

#1430 - Add vscode editor settings to gitignore

Pull Request - State: closed - Opened by akern40 3 months ago - 1 comment

#1429 - Fix uniqueness in last_mut()

Pull Request - State: closed - Opened by bluss 3 months ago - 1 comment

#1428 - HWC to 1CHW Speed

Issue - State: closed - Opened by marcown 3 months ago - 2 comments

#1427 - Unsoundness in `last_mut`for `Arc`- and `CowArray`s

Issue - State: closed - Opened by akern40 3 months ago - 1 comment

#1426 - Unsound usages of `VecFromRawParts`

Issue - State: closed - Opened by llooFlashooll 3 months ago - 5 comments

#1425 - `linalg` and `stats` are incompatible with ndarray 0.16.0

Issue - State: closed - Opened by ivan-aksamentov 3 months ago - 7 comments

#1424 - Add `.shrink_to_fit()` for `Array`

Pull Request - State: open - Opened by bluss 3 months ago - 1 comment

#1422 - Make release 0.16.1

Pull Request - State: closed - Opened by bluss 3 months ago

#1421 - Refactor and simplify BLAS gemm call further

Pull Request - State: closed - Opened by bluss 4 months ago
Labels: blas

#1420 - Use PR check instead of Merge Queue, and check rustdoc

Pull Request - State: closed - Opened by bluss 4 months ago - 2 comments

#1419 - Fix using BLAS for all compatible cases of memory layout

Pull Request - State: closed - Opened by bluss 4 months ago
Labels: blas

#1418 - Fix infinite recursion and off-by-one error in triu/tril

Pull Request - State: closed - Opened by akern40 4 months ago - 2 comments

#1417 - Make iterators covariant in element type

Pull Request - State: closed - Opened by bluss 4 months ago

#1415 - tril and triu fail on 1×1 matrices

Issue - State: closed - Opened by zackmdavis 4 months ago - 2 comments
Labels: bug

#1414 - Make Release 0.16

Pull Request - State: closed - Opened by bluss 4 months ago - 1 comment

#1411 - CI: require rustfmt, nostd

Pull Request - State: closed - Opened by bluss 4 months ago

#1410 - Allow aliasing in ArrayView::from_shape

Pull Request - State: closed - Opened by bluss 4 months ago

#1409 - Remove deprecations from 0.15.x

Pull Request - State: closed - Opened by bluss 4 months ago
Labels: breaking-change

#1408 - Organize tests in workspace (cont.)

Pull Request - State: closed - Opened by bluss 4 months ago

#1407 - Organize dependencies with workspace = true (cont.)

Pull Request - State: closed - Opened by bluss 4 months ago

#1406 - Update to use dep: for features

Pull Request - State: closed - Opened by bluss 4 months ago
Labels: breaking-change

#1405 - Organize the workspace of test crates a bit better

Pull Request - State: closed - Opened by bluss 4 months ago

#1404 - Increase MSRV to Rust 1.64 and bump some internal dependencies

Pull Request - State: closed - Opened by bluss 4 months ago
Labels: breaking-change

#1403 - WIP: Cross builder failure

Pull Request - State: closed - Opened by bluss 4 months ago - 1 comment

#1402 - Fix clippy lints

Pull Request - State: closed - Opened by bluss 4 months ago - 2 comments

#1401 - Prepare changelog for 0.16.0

Pull Request - State: closed - Opened by bluss 4 months ago - 3 comments

#1400 - Use the stable toolchain to run clippy

Pull Request - State: closed - Opened by nilgoyette 4 months ago - 1 comment

#1399 - `is_unique` for `ArcArray`

Pull Request - State: closed - Opened by daniellga 4 months ago - 2 comments

#1397 - Add `flatten`, `flatten_with_order` and `into_flat` to arrays

Pull Request - State: closed - Opened by barakugav 5 months ago - 3 comments

#1396 - Add `squeeze()` to dynamic dimension arrays

Pull Request - State: closed - Opened by barakugav 5 months ago - 13 comments

#1395 - Array.squeeze()

Issue - State: closed - Opened by barakugav 5 months ago - 3 comments
Labels: enhancement, good first issue

#1392 - [Feature Request] More powerful `power` like `numpy.power`

Issue - State: closed - Opened by duskmoon314 6 months ago - 4 comments
Labels: enhancement

#1391 - Taming Floating-Point Sums

Issue - State: open - Opened by bluss 6 months ago
Labels: enhancement

#1390 - Fix styling of the BLAS integration heading.

Pull Request - State: closed - Opened by adamreichold 6 months ago

#1389 - Expands the `array!` macro.

Pull Request - State: closed - Opened by akern40 6 months ago - 2 comments
Labels: breaking-change

#1388 - The minimum amount of work required to fix our CI

Pull Request - State: closed - Opened by adamreichold 6 months ago - 1 comment

#1387 - Implement `product_axis`

Pull Request - State: closed - Opened by akern40 6 months ago - 2 comments

#1386 - Adds `triu` and `tril` methods directly to ArrayBase

Pull Request - State: closed - Opened by akern40 6 months ago - 6 comments

#1385 - Add generic initializers for statically-dimensioned array types

Pull Request - State: closed - Opened by thatcomputerguy0101 7 months ago - 10 comments

#1384 - Make compatible with thumbv6m-none-eabi

Pull Request - State: closed - Opened by BjornTheProgrammer 7 months ago - 16 comments

#1382 - Fixed broke continuous integration badge

Pull Request - State: closed - Opened by juhotuho10 7 months ago - 1 comment

#1381 - Use inline on spit_at and smaller methods

Pull Request - State: closed - Opened by bluss 8 months ago

#1380 - Update to Approx 0.5

Pull Request - State: closed - Opened by bluss 8 months ago
Labels: breaking-change

#1380 - Update to Approx 0.5

Pull Request - State: closed - Opened by bluss 8 months ago
Labels: breaking-change

#1379 - Add .into_raw_vec_with_offset() and deprecate .into_raw_vec()

Pull Request - State: open - Opened by bluss 8 months ago

#1379 - Add .into_raw_vec_with_offset() and deprecate .into_raw_vec()

Pull Request - State: closed - Opened by bluss 8 months ago - 1 comment

#1378 - Use mold linker to speed up ci

Pull Request - State: closed - Opened by bluss 8 months ago - 3 comments

#1377 - GPU Support via OpenCL

Pull Request - State: open - Opened by Pencilcaseman 8 months ago - 3 comments

#1376 - Add rustfmt commit to ignored revisions for git blame

Pull Request - State: closed - Opened by lucascolley 9 months ago - 1 comment

#1375 - Add rustformat config and CI

Pull Request - State: closed - Opened by bluss 9 months ago

#1372 - Add miri to CI

Issue - State: closed - Opened by bluss 9 months ago
Labels: enhancement

#1372 - Add miri to CI

Issue - State: open - Opened by bluss 9 months ago
Labels: enhancement

#1371 - Test using cargo-careful

Pull Request - State: closed - Opened by bluss 9 months ago - 3 comments

#1371 - Test using cargo-careful

Pull Request - State: closed - Opened by bluss 9 months ago - 3 comments

#1370 - iterators: Re-export IntoIter

Pull Request - State: closed - Opened by bluss 9 months ago

#1370 - iterators: Re-export IntoIter

Pull Request - State: closed - Opened by bluss 9 months ago

#1369 - Further ci updates - numeric tests, and run all tests on PRs

Pull Request - State: closed - Opened by bluss 9 months ago - 4 comments

#1368 - Setup ci so that most checks run in merge queue only

Pull Request - State: closed - Opened by bluss 9 months ago - 3 comments

#1367 - Use merge queue

Pull Request - State: closed - Opened by bluss 9 months ago - 6 comments

#1367 - Use merge queue

Pull Request - State: closed - Opened by bluss 9 months ago - 6 comments

#1366 - Update ci - run cross tests only on master

Pull Request - State: closed - Opened by bluss 9 months ago - 3 comments

#1365 - Type `IntoIter` is private

Issue - State: closed - Opened by ivan-aksamentov 9 months ago - 2 comments
Labels: bug

#1362 - Fix contig check for single element arrays

Pull Request - State: closed - Opened by bluss 9 months ago - 1 comment

#1360 - ndarray_for_numpy_users some example to code not pointed out to clippy

Pull Request - State: closed - Opened by higumachan 9 months ago - 1 comment

#1359 - `ArrayBase::as_slice_memory_order` returns `None` when slice has a single element

Issue - State: closed - Opened by LoganAMorrison 10 months ago - 3 comments
Labels: bug

#1358 - Add support for BLAS Syrk

Issue - State: open - Opened by tzachar 10 months ago - 6 comments
Labels: enhancement

#1357 - ndarray::ArrayViewMut::windows should produce mutable windows

Issue - State: open - Opened by Chris00 10 months ago - 2 comments
Labels: information needed, design-needed

#1356 - Adding ndarray-linalg as unused dependency breaks build

Issue - State: open - Opened by grothesque 10 months ago - 2 comments
Labels: bug

#1355 - Implementation of numpy's meshgrid function for ndarray

Issue - State: open - Opened by jreniel 10 months ago
Labels: enhancement

#1354 - Implement cumprod

Issue - State: open - Opened by unrenormalizable 10 months ago

#1353 - derived Debug for Iter and IterMut

Pull Request - State: closed - Opened by biskwikman 10 months ago - 3 comments

#1352 - Fix minimum rust version mismatch in lib.rs

Pull Request - State: closed - Opened by kerryeon 10 months ago - 1 comment

#1351 - Implement product_axis

Issue - State: closed - Opened by unrenormalizable 10 months ago - 2 comments

#1349 - Owned Lanes iterator

Issue - State: closed - Opened by Zizico2 10 months ago - 3 comments

#1349 - Owned Lanes iterator

Issue - State: open - Opened by Zizico2 10 months ago - 3 comments

#1348 - Export Linspace and Logspace iterators

Pull Request - State: closed - Opened by johann-cm 10 months ago - 2 comments

#1347 - Use `clone_from()` in two places

Pull Request - State: closed - Opened by ChayimFriedman2 11 months ago - 2 comments

#1346 - Stack Overflows on Zip indexed par_for_each

Issue - State: closed - Opened by marstaik 11 months ago - 3 comments

#1345 - Fix MSRV build by pinning crossbeam crates.

Pull Request - State: closed - Opened by adamreichold 11 months ago

#1344 - Update README-quick-start.md

Pull Request - State: closed - Opened by joelchen 11 months ago - 1 comment

#1343 - refactoring

Pull Request - State: closed - Opened by adamnemecek 11 months ago - 1 comment