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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
Commits
Breadcrumbs
History for
ndarray
src
parallel
on
refactor
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 4, 2026
Rename Layout to LayoutBitset (#1563)
Show description for d573745
akern40
authored
d573745
View commit details
Copy full SHA for d573745
View code at this point
Browse repository at this point
Commits on Mar 18, 2025
Adds an array reference type (#1440)
Show description for 5a25737
akern40
authored
5a25737
View commit details
Copy full SHA for 5a25737
View code at this point
Browse repository at this point
Commits on Feb 3, 2025
Simplify features and make documentation call out feature gates (#1479)
Show description for c7391e9
akern40
authored
c7391e9
View commit details
Copy full SHA for c7391e9
View code at this point
Browse repository at this point
Commits on Aug 2, 2024
Remove deprecated Zip apply methods
Show description for 708de94
bluss
committed
708de94
View commit details
Copy full SHA for 708de94
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
rustfmt: Apply new formatting to whole repo
bluss
committed
d07f5f3
View commit details
Copy full SHA for d07f5f3
View code at this point
Browse repository at this point
Commits on Mar 10, 2024
shape: Use into_shape_with_order, not into_shape
bluss
committed
e16dc45
View commit details
Copy full SHA for e16dc45
View code at this point
Browse repository at this point
Commits on Dec 20, 2021
Fix some typos (#1134)
steffahn
authored
a7d1fd6
View commit details
Copy full SHA for a7d1fd6
View code at this point
Browse repository at this point
Commits on Nov 6, 2021
Add a par_fold method to Zip to improve the discoverability of Rayon's fold-reduce idiom.
adamreichold
authored and
bluss
committed
493674d
View commit details
Copy full SHA for 493674d
View code at this point
Browse repository at this point
Commits on Oct 27, 2021
Resolve more instances of needless_doctest_main exposed by building with more features enabled.
adamreichold
committed
6ff8cfc
View commit details
Copy full SHA for 6ff8cfc
View code at this point
Browse repository at this point
Assert non-zero parallel producer mininum length to avoid splittinf off empty tasks.
adamreichold
committed
4efc563
View commit details
Copy full SHA for 4efc563
View code at this point
Browse repository at this point
Explain the relation of Parallel::with_min_len with Rayon's IndexedParallelIterator::with_min_len in the module-level docs.
adamreichold
committed
f71ec6b
View commit details
Copy full SHA for f71ec6b
View code at this point
Browse repository at this point
Limit the with_min_len method to those parallel wrappers where it would not shadow a trait method
Show description for f596c9e
adamreichold
committed
f596c9e
View commit details
Copy full SHA for f596c9e
View code at this point
Browse repository at this point
Add Parallel::with_min_len to limit splitting
Show description for 25b7eff
adamreichold
committed
25b7eff
View commit details
Copy full SHA for 25b7eff
View code at this point
Browse repository at this point
Commits on Feb 1, 2021
replace Zip::apply with Zip::for_each in benches and docs
SparrowLii
committed
fb77592
View commit details
Copy full SHA for fb77592
View code at this point
Browse repository at this point
Commits on Jan 15, 2021
API: Rename apply_collect, apply_collect_into to map_collect, map_collect_into
bluss
committed
1f5b8d5
View commit details
Copy full SHA for 1f5b8d5
View code at this point
Browse repository at this point
API: Rename Zip::apply to Zip::for_each and same for par_apply
Show description for f4dfa50
bluss
committed
f4dfa50
View commit details
Copy full SHA for f4dfa50
View code at this point
Browse repository at this point
Commits on May 23, 2020
FEAT: Combine common parts of apply_collect and par_apply_collect
Show description for e472612
bluss
committed
e472612
View commit details
Copy full SHA for e472612
View code at this point
Browse repository at this point
FIX: Use Partial instead of PartialArray
Show description for d02b757
bluss
committed
d02b757
View commit details
Copy full SHA for d02b757
View code at this point
Browse repository at this point
Commits on May 19, 2020
FIX: Wrap long lines in impl_par_methods.rs
bluss
committed
8ed9ac3
View commit details
Copy full SHA for 8ed9ac3
View code at this point
Browse repository at this point
FIX: Make Partial::new an unsafe method
bluss
committed
efcd607
View commit details
Copy full SHA for efcd607
View code at this point
Browse repository at this point
FIX: In ParallelSplits, count maximum number of splits
Show description for 6d43c13
bluss
committed
6d43c13
View commit details
Copy full SHA for 6d43c13
View code at this point
Browse repository at this point
FEAT: Implement generic parallel collect
Show description for 4277296
bluss
committed
4277296
View commit details
Copy full SHA for 4277296
View code at this point
Browse repository at this point
Commits on May 17, 2020
FEAT: Add ParalleIterator ParallelSplits
Show description for 3ab67eb
bluss
committed
3ab67eb
View commit details
Copy full SHA for 3ab67eb
View code at this point
Browse repository at this point
FIX: Use Zip::fold_while for final reduction in parallel array view
Show description for 511f8b2
bluss
committed
511f8b2
View commit details
Copy full SHA for 511f8b2
View code at this point
Browse repository at this point
Commits on Apr 25, 2020
DOC: Fix method links in ndarray::parallel
bluss
committed
15e6973
View commit details
Copy full SHA for 15e6973
View code at this point
Browse repository at this point
DOC: Remove 'extern crate' from all examples
Show description for d02b6da
bluss
committed
d02b6da
View commit details
Copy full SHA for d02b6da
View code at this point
Browse repository at this point
Commits on Apr 18, 2020
DOC: Update examples and doc for Zip
bluss
committed
1fed7c2
View commit details
Copy full SHA for 1fed7c2
View code at this point
Browse repository at this point
FEAT: Add Zip::par_apply_collect, par_apply_assign_into
bluss
committed
739dd6a
View commit details
Copy full SHA for 739dd6a
View code at this point
Browse repository at this point
Commits on Sep 20, 2019
FIX: Update par_azip!() to use the same syntax as azip!()
Show description for 0c1a3d7
bluss
committed
0c1a3d7
View commit details
Copy full SHA for 0c1a3d7
View code at this point
Browse repository at this point
Commits on Sep 4, 2019
Parallel Iterator for AxisChunksIter
David Yamnitsky
committed
f586ba3
View commit details
Copy full SHA for f586ba3
View code at this point
Browse repository at this point
Commits on May 12, 2019
Rust cargo-fmt (#635)
Show description for eb82c93
termoshtt
authored and
LukeMathWalker
committed
eb82c93
View commit details
Copy full SHA for eb82c93
View code at this point
Browse repository at this point
Commits on Dec 10, 2018
Update to Rust 2018 edition
jturner314
committed
eacc789
View commit details
Copy full SHA for eacc789
View code at this point
Browse repository at this point
Commits on Dec 3, 2018
DOC: Edit doc for ndarray::parallel::prelude
bluss
committed
d19585e
View commit details
Copy full SHA for d19585e
View code at this point
Browse repository at this point
DOC: Use backticks in ndarray::parallel mod docs
bluss
committed
e53c273
View commit details
Copy full SHA for e53c273
View code at this point
Browse repository at this point
FIX: Remove unused $name parameter in parallel macro
bluss
committed
74aa19e
View commit details
Copy full SHA for 74aa19e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.