issues
search
rust-ndarray
/
ndarray
ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
https://docs.rs/ndarray/
Apache License 2.0
3.62k
stars
307
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
RFC: MSRV Policy
#1455
akern40
opened
4 days ago
2
Cow Reference of Array2<f32> performs better .dot() operation
#1454
jaydev-ziroh
closed
6 days ago
3
Fixes no_std + approx combination
#1448
akern40
closed
1 month ago
0
Tests and CI/CD for no_std support with approx
#1447
akern40
closed
1 month ago
0
Adds Miri to CI/CD
#1446
akern40
closed
3 weeks ago
3
what is ndarray netlib
#1445
wangjiawen2013
closed
1 month ago
1
solve() seems missing in 0.16
#1444
PegasusPlusUS
closed
1 month ago
3
Reversing and permuting axes do not require consuming an array
#1443
akern40
opened
1 month ago
0
Bounds on `remove_index`
#1442
akern40
opened
1 month ago
2
Add the Jetbrains IDE `.idea` config folder to gitignore
#1441
XXMA16
closed
1 month ago
0
Adds an array reference type
#1440
akern40
opened
1 month ago
12
Dot product is only a valid call for ndarray::Array2
#1439
JulianDicken
opened
1 month ago
1
Add `diff` method as an equivalent to `numpy.diff`
#1437
johann-cm
closed
2 months ago
1
Removed typo
#1434
Drazhar
closed
2 months ago
0
Broken links in matrix product documentation for NumPy users
#1433
kalhoefer
opened
2 months ago
1
Fix documentation for into_raw_vec_and_offset()
#1432
benliepert
closed
2 months ago
0
Array comparison operators/functions
#1431
Qazalbash
opened
3 months ago
3
Add vscode editor settings to gitignore
#1430
akern40
closed
3 months ago
1
Fix uniqueness in last_mut()
#1429
bluss
closed
3 months ago
1
HWC to 1CHW Speed
#1428
marcown
closed
3 months ago
2
Unsoundness in `last_mut`for `Arc`- and `CowArray`s
#1427
akern40
closed
3 months ago
1
Unsound usages of `VecFromRawParts`
#1426
llooFlashooll
closed
3 months ago
5
`linalg` and `stats` are incompatible with ndarray 0.16.0
#1425
ivan-aksamentov
closed
2 months ago
7
Add `.shrink_to_fit()` for `Array`
#1424
bluss
opened
3 months ago
1
Make release 0.16.1
#1422
bluss
closed
3 months ago
0
Refactor and simplify BLAS gemm call further
#1421
bluss
closed
3 months ago
0
Use PR check instead of Merge Queue, and check rustdoc
#1420
bluss
closed
3 months ago
2
Fix using BLAS for all compatible cases of memory layout
#1419
bluss
closed
3 months ago
0
Fix infinite recursion and off-by-one error in triu/tril
#1418
akern40
closed
3 months ago
2
Make iterators covariant in element type
#1417
bluss
closed
3 months ago
0
tril and triu fail on 1×1 matrices
#1415
zackmdavis
closed
3 months ago
2
Make Release 0.16
#1414
bluss
closed
3 months ago
1
Check for aliasing in `RawViewMut::from_shape_ptr` with a debug assertion
#1413
bluss
closed
3 months ago
0
CI: require rustfmt, nostd
#1411
bluss
closed
3 months ago
0
Allow aliasing in ArrayView::from_shape
#1410
bluss
closed
3 months ago
0
Remove deprecations from 0.15.x
#1409
bluss
closed
3 months ago
0
Organize tests in workspace (cont.)
#1408
bluss
closed
3 months ago
0
Organize dependencies with workspace = true (cont.)
#1407
bluss
closed
3 months ago
0
Update to use dep: for features
#1406
bluss
closed
3 months ago
0
Organize the workspace of test crates a bit better
#1405
bluss
closed
3 months ago
0
Increase MSRV to Rust 1.64 and bump some internal dependencies
#1404
bluss
closed
3 months ago
0
WIP: Cross builder failure
#1403
bluss
closed
4 months ago
1
Fix clippy lints
#1402
bluss
closed
4 months ago
2
Prepare changelog for 0.16.0
#1401
bluss
closed
3 months ago
3
Use the stable toolchain to run clippy
#1400
nilgoyette
closed
4 months ago
1
`is_unique` for `ArcArray`
#1399
daniellga
closed
4 months ago
2
Add `flatten`, `flatten_with_order` and `into_flat` to arrays
#1397
barakugav
closed
3 months ago
3
Add `squeeze()` to dynamic dimension arrays
#1396
barakugav
closed
3 months ago
13
Array.squeeze()
#1395
barakugav
closed
3 months ago
3
[Feature Request] More powerful `power` like `numpy.power`
#1392
duskmoon314
closed
3 months ago
4
Next