Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-ndarray
/
ndarray
Public
Notifications
You must be signed in to change notification settings
Fork
392
Star
4.3k
Code
Issues
179
Pull requests
43
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Refactor and improve iterators
- #502
#502
Merged
jturner314
merged 14 commits into
rust-ndarray:master
rust-ndarray/ndarray:master
from
jturner314:refactor-iterators
jturner314/ndarray:refactor-iterators
Copy head branch name to clipboard
Oct 24, 2018
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Refactor and improve iterators
#502
jturner314
merged 14 commits into
rust-ndarray:master
rust-ndarray/ndarray:master
from
jturner314:refactor-iterators
jturner314/ndarray:refactor-iterators
Copy head branch name to clipboard
Commits
Commits on Oct 11, 2018
Rename OuterIterCore to AxisIterCore
Show description for cdcfea0
jturner314
committed
cdcfea0
View commit details
Copy full SHA for cdcfea0
Browse repository at this point
Rename new_axis_core to AxisIterCore::new
jturner314
committed
99a3923
View commit details
Copy full SHA for 99a3923
Browse repository at this point
Remove new_outer_iter, new_axis_iter, etc.
Show description for c60694b
jturner314
committed
c60694b
View commit details
Copy full SHA for c60694b
Browse repository at this point
Rename new_lanes* to Lanes*::new
jturner314
committed
3582769
View commit details
Copy full SHA for 3582769
Browse repository at this point
Rename windows to Windows::new
jturner314
committed
eb777e5
View commit details
Copy full SHA for eb777e5
Browse repository at this point
Rename exact_chunks*_of to ExactChunks*::new
jturner314
committed
808d713
View commit details
Copy full SHA for 808d713
Browse repository at this point
Rename new_chunk_iter* to AxisChunksIter*::new
jturner314
committed
43564a1
View commit details
Copy full SHA for 43564a1
Browse repository at this point
Refactor split_at for AxisIter*
jturner314
committed
fadd7f4
View commit details
Copy full SHA for fadd7f4
Browse repository at this point
Remove axis_iter_split_at_impl! macro
Show description for 9ff182b
jturner314
committed
9ff182b
View commit details
Copy full SHA for 9ff182b
Browse repository at this point
Remove next_ref* and next_back_ref* from BaseIter
jturner314
committed
3998aeb
View commit details
Copy full SHA for 3998aeb
Browse repository at this point
Remove lifetime from Baseiter
Show description for 3704c28
jturner314
committed
3704c28
View commit details
Copy full SHA for 3704c28
Browse repository at this point
Implement iterator traits for Baseiter
jturner314
committed
5bf68cf
View commit details
Copy full SHA for 5bf68cf
Browse repository at this point
Fix description of LanesIter in docs
jturner314
committed
e8a413a
View commit details
Copy full SHA for e8a413a
Browse repository at this point
Commits on Oct 12, 2018
Implement Clone for LanesIter
jturner314
committed
0948409
View commit details
Copy full SHA for 0948409
Browse repository at this point
You can’t perform that action at this time.