-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
NEWS for to_indices (#19730) #22152
NEWS for to_indices (#19730) #22152
Conversation
Should target 0.6? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! Thanks @Mbuman! :)
Perhaps the specific breaking changes and deprecations are worth mentioning as well? And running NEWS-update.jl
to link the PR?
|
and CartesianIndex performance improvements.
I've added a few sub-points that help explain the changes a bit more in depth. |
NEWS.md
Outdated
As a result, the type of `SubArray`s that represent views over colon indices has changed. | ||
|
||
+ Logical indexing is now more efficient. Logical arrays are converted by `to_indices` to | ||
a lazy, iterative collection of indices that doesn't support indexing. A deprecation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
iterative or iterable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic! Thanks @mbauman! :)
Absent objections, requests for time, or someone beating me to it, I plan to merge this tomorrow morning. Best! |
(Ref. #21475.) |
Cc @Sacha0