Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expands the array! macro. #1389

Merged
merged 3 commits into from
Jul 23, 2024
Merged

Expands the array! macro. #1389

merged 3 commits into from
Jul 23, 2024

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
10 checks passed
@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
2 participants