ndarray icon indicating copy to clipboard operation
ndarray copied to clipboard

Expands the `array!` macro.

Open akern40 opened this issue 1 year ago • 2 comments

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

akern40 avatar May 20 '24 03:05 akern40

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.

bluss avatar May 20 '24 06:05 bluss

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.

akern40 avatar May 20 '24 12:05 akern40