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.43k stars 295 forks source link

Expands the `array!` macro. #1389

Open akern40 opened 1 month ago

akern40 commented 1 month ago

Allows the creation of arrays up to and including 6 dimensions, and causes a compiler error on 7 or more dimensions. Would close #1252.

bluss commented 1 month ago

current status is that I'm trying to write up release notes for ndarray 0.16 so we get a release. It would be good to include this because it's technically a breaking change. (Type changes for identical source input). No stress though, just trying to explain the (supposed) plan.

akern40 commented 1 month ago

Sounds good - if there are any changes needed I can get to them fairly quickly.

Also, I've been putting in PRs to help out and get familiar with the code base. If there's anything else I can do to help (write docs for the next release, run rustfmt on all the code, handle specific PRs you want in the next release, etc) please let me know.