Skip to content

Conversation

@akern40
Copy link
Collaborator

@akern40 akern40 commented May 20, 2024

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 added 2 commits May 19, 2024 23:02
Allows the creation of arrays up to and including 6 dimensions, and causes a compiler error on 7 or more dimensions.
@bluss bluss added this to the 0.16.0 milestone May 20, 2024
@bluss
Copy link
Member

bluss commented May 20, 2024

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
Copy link
Collaborator Author

akern40 commented May 20, 2024

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.

@bluss bluss added this pull request to the merge queue Jul 23, 2024
Merged via the queue into rust-ndarray:master with commit 6cb2368 Jul 23, 2024
@akern40 akern40 deleted the array_macro branch September 29, 2024 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The array! macro's documentation should clarify that if we attempt to create arrays with more than 3 dimensions they are ignored

2 participants