GitHub / rust-ndarray/ndarray / commits
ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| e2c76e83 | Only include files that are necessary for crates.io (#1553) |
Björn Wieczoreck <b****k@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| f18c67e9 |
Implement Sync for ArrayParts (#1552)
Co-authored-by: Jean Commère <j****e@g****m> |
gaumut <j****e@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 8ff477f6 |
chore: fix some typos in comments (#1547)
Signed-off-by: tinyfoolish <t****h@o****m> |
tinyfoolish <t****h@o****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| 0e1d04ba | chore: Release | Adam Kern <a****0@g****m> | 7 months ago | |
| 306addaa | Add release log for ndarray-rand 0.16.0 (#1541) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| 903cb234 | Extend `ndarray-rand` to be able to randomly sample from `ArrayRef` (#1540) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| 66dc0e16 | chore: Release | Adam Kern <a****0@g****m> | 7 months ago | |
| 85e712f6 | Add a changelog for 0.17.1 (#1538) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| 1579da4f | Document + ?Sized in a few more places (#1537) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| dc331a74 | Fix clippy lint `cast_slice_from_raw_parts` (#1536) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| 7c56e84f | Update the docs and examples for the new `Sized` implementation (#1535) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| a3b35377 | Makes the reference types sound via a DST (#1532) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| e6bf8044 | Mention the used rand version 0.9 in ndarray-rand (#1533) |
Miikka Salminen <m****n@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 6cd209bd | Release ndarray 0.17.0 (#1529) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| b4e76582 | Update configurations for cargo-release (#1528) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 8a39cadf | Add a changelog for Version 0.17.0 (#1527) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 0d75035f | Add nextest to our latest dependencies CI check (#1526) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| a44d71fe | Fills missing documentation and adds warn(missing_docs) (#1525) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| aa135d49 | Document `Array::zeros` with how to control the return type (#1524) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| a141f375 | Remove as many `feature = "std"` gates in tests as possible (#1522) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 07bedad5 | Moves scripts and CI/CD to nextest (#1514) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 62a0ebb8 | Fix docs and miri tests (#1523) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 3ce01342 | Updates to Edition 2021 (#1513) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 60a513b3 | Add more element-wise math functions for floats (#1507) |
Waterdragen <9****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 744ce562 | Fixes dependabot alerts (#1512) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| d974f6ca | Adds into-iter methods on views (#1510) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| e5a8d23e | Removes `DataOwned` bound on `remove_index` (#1511) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 2a2287ce | In-place axis permutation with cycle detection (#1505) |
HuiSeomKim <1****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 0a8498a7 |
add axis_windows_with_stride() method (#1460)
Co-authored-by: Adam Kern <a****0@g****m> |
Daniel Goertzen <d****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| ae25a9b3 | Fix typo in impl_methods.rs docs (#1508) |
Ada Alakbarova <5****a@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| dbaebd01 | Move from `.iter().any()` to `.contains` and fixes some typos (#1509) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 8bd70b0c |
add test case for partition on empty array (#1504)
Co-authored-by: Adam Kern <a****0@g****m> |
HuiSeomKim <1****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| da115c91 | Fix partition on empty arrays (#1502) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 2324d2a4 | Add partition(similar to numpy.partition) (#1498) |
HuiSeomKim <1****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 4e2a70f1 | Allows benchmarks that do not use linspace to run on no_std (#1495) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 2a5cae1d | Add cumprod (#1491) |
HuiSeomKim <1****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 3a4b9c77 | Changes Dot impl to be on ArrayRef (#1494) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 54924921 | Meshgrid implementation (#1477) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| a0f03173 | Fixes CI for checking against latest dependencies (#1490) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 5a25737c | Adds an array reference type (#1440) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 1866e91f | Add dot product support for ArrayD (#1483) |
HuiSeomKim <1****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 7ebe4c81 | Forgot the Cargo.lock for #1476 |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 9fc4110b | Bump rand to 0.9.0 and rand_distr to 0.5.0 (#1486) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| ee6c45e3 | Tries to stabilize MSRV CI/CD. (#1485) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 41bace11 | Uses a simple fix to enable arraybase to be covariant. (#1480) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| c7391e99 | Simplify features and make documentation call out feature gates (#1479) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| d5f32ec0 | Pin openblas to >=0.10.11 in order to fix blas-compatible MSRV to 0.71.1 (#1465) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 4e61c87a | Changing CI to account for BLAS requiring MSRV > 1.64 |
Adam Kern <a****0@g****m>
Committed by: akern40 <a****0@g****m> |
over 1 year ago | |
| 9c703ac8 | Fixing lifetime elisions and minor clippy complaints |
Adam Kern <a****0@g****m>
Committed by: akern40 <a****0@g****m> |
over 1 year ago | |
| fd3ce5d5 | Adds Miri to CI/CD (#1446) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 492b2742 | Fixes no_std + approx combination (#1448) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| f1153bfc |
Ignore Jetbrains IDE config folder
Signed-off-by: XXMA16 <x****0@g****m> |
XXMA16 <x****0@g****m>
Committed by: Nil Goyette <n****e@p****e> |
over 1 year ago | |
| fce60345 | Add `diff` method as an equivalent to `numpy.diff` (#1437) |
Johann Carl Meyer <3****m@u****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| c7ebd35b | Removed typo |
Philip Trauth <t****p@g****m>
Committed by: Nil Goyette <n****e@p****e> |
over 1 year ago | |
| 5dc62e60 | Tweak documentation for into_raw_vec_and_offset (#1432) |
benliepert <b****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 7843a3bc | Adds vscode editor settings to gitignore |
Adam Kern <a****0@g****m>
Committed by: bluss <b****s@u****m> |
almost 2 years ago | |
| 1304f9d1 | Fix uniqueness in last_mut() |
Ulrik Sverdrup <b****s@u****m>
Committed by: bluss <b****s@u****m> |
almost 2 years ago | |
| 6f77377d | 0.16.1 |
Ulrik Sverdrup <b****s@u****m>
Committed by: bluss <b****s@u****m> |
almost 2 years ago | |
| 33e2a580 | merge Merge pull request #1421 from rust-ndarray/blas-simplify |
bluss <b****s@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 1df6c32d | Fix infinite recursion, overflow, and off-by-one error in triu/tril (#1418) |
akern40 <a****0@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 7226d398 | blas: Run blas-mock-tests in cross compiler tests | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 0153a37c | blas: Simplify control flow in matrix multiply | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 876ad012 | blas: test with more than one pattern in data | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 700b4dda | scripts: Fix off by one in makechangelog | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 05789c1e | Use resolver=2 in the workspace | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 453eae38 | blas: Refactor and simplify gemm call further | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| f563af0e | merge Merge pull request #1419 from rust-ndarray/blas-layout |
bluss <b****s@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 005be011 | merge Merge pull request #1420 from rust-ndarray/ci |
bluss <b****s@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 844cfcb6 | blas: Test that matrix multiply calls BLAS | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 2d258bc6 | Fix rustdoc warnings everywhere | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 6a8fb964 | ci: Check for warnings in cargo doc | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 7e5762b9 | ci: Run all checks as pull request tests | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| b2955cb9 | blas: Simplify layout logic for gemm | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| f07b2fe6 | Set doc, doctest = false for test crates | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| e65bd0d4 | tests: Refactor to use ArrayBuilder more places | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 01bb218a | blas: Fix to skip array with too short stride | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 9f1b35dd | blas-tests: Fix to use blas feature | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 27e347c0 | blas: Update layout logic for gemm | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 2ca801c1 | ndarray-gen: Add simple internal interface for building matrices | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 56cac34d | ci: Run ndarray tests with feature blas | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| f7e47509 | merge Merge pull request #1417 from rust-ndarray/baseiter-covariant |
bluss <b****s@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 00e15460 | Convert Baseiter to use NonNull throughout | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| a9605dc2 | Make iterators covariant in element type | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 84fe6114 | merge Merge pull request #1414 from rust-ndarray/release-0.16 |
bluss <b****s@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| b5929951 | Bump to ndarray 0.16 and ndarray-rand 0.15 | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 825e80b3 | Update changelog for ndarray 0.16 and ndarray-rand 0.15 | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| b03953aa | Check for aliasing in RawViewMut::from_shape_ptr |
Ulrik Sverdrup <b****s@u****m>
Committed by: bluss <b****s@u****m> |
almost 2 years ago | |
| 9873c0a4 | merge Merge pull request #1411 from rust-ndarray/ci |
bluss <b****s@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 3de33e4f | ci: Require rustfmt check | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 98c2f25f | ci: Require nostd build | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 8cbc3487 | ci: Remove duplicated test in cargo-careful | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| e9e8c9dd | merge Merge pull request #1410 from rust-ndarray/aliasing-checks |
bluss <b****s@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 516a5047 | Allow aliasing in ArrayView::from_shape | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| e578d581 | merge Merge pull request #1409 from rust-ndarray/remove-deprecated |
bluss <b****s@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| e29a5241 | merge Merge pull request #1028 from jturner314/cowrepr-dataowned |
bluss <b****s@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| f163e145 | merge Merge pull request #1305 from jonasBoss/axis_windows_dimension |
bluss <b****s@u****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| b5bbe0ed | Remove deprecated (internal) _data_slice | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 7dd3054a | Remove deprecated stack_new_axis | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| 2ed283ab | Remove deprecated scalar_sum | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago | |
| ca7d8bb0 | Remove deprecated AxisDescription methods | Ulrik Sverdrup <b****s@u****m> | almost 2 years ago |