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

Add .whole_chunks_mut() #291

Merged
merged 13 commits into from
Mar 30, 2017
Merged

Add .whole_chunks_mut() #291

merged 13 commits into from
Mar 30, 2017

Conversation

bluss
Copy link
Member

@bluss bluss commented Mar 30, 2017

  • Fix bug in .whole_chunks() for IxDyn (did not check chunk dimensionality)
  • Add macro for implementing NdProducer based on an array view
  • Add .whole_chunks_mut() producer and intoiterator
  • Show memory layout description in an array's debug fmt

@bluss
Copy link
Member Author

bluss commented Mar 30, 2017

cc @Robbepop

This is related to #276, but just the mutable corresponding thing to whole chunks.

@bluss bluss force-pushed the whole-chunks-mut branch from 709aa13 to da16e75 Compare March 30, 2017 20:11
@bluss bluss force-pushed the whole-chunks-mut branch from da16e75 to 4445e5a Compare March 30, 2017 20:12
@bluss bluss merged commit f998c70 into master Mar 30, 2017
@bluss bluss deleted the whole-chunks-mut branch March 30, 2017 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant