Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
359
Star
4.1k
Code
Issues
175
Pull requests
34
Discussions
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 16, 2025
Only include files that are necessary for crates.io (#1553)
SwishSwushPow
authored
e2c76e8
Copy full SHA for e2c76e8
Commits on Dec 10, 2025
Implement Sync for ArrayParts (#1552)
Show description for f18c67e
gaumut
authored
f18c67e
Copy full SHA for f18c67e
Commits on Nov 13, 2025
chore: fix some typos in comments (#1547)
Show description for 8ff477f
tinyfoolish
authored
8ff477f
Copy full SHA for 8ff477f
Commits on Nov 4, 2025
chore: Release
akern40
committed
0e1d04b
Copy full SHA for 0e1d04b
Commits on Nov 3, 2025
Add release log for ndarray-rand 0.16.0 (#1541)
akern40
authored
306adda
Copy full SHA for 306adda
Extend `ndarray-rand` to be able to randomly sample from `ArrayRef` (#1540)
Show description for 903cb23
akern40
authored
903cb23
Copy full SHA for 903cb23
Commits on Nov 2, 2025
chore: Release
akern40
committed
66dc0e1
Copy full SHA for 66dc0e1
Add a changelog for 0.17.1 (#1538)
akern40
authored
85e712f
Copy full SHA for 85e712f
Document + ?Sized in a few more places (#1537)
akern40
authored
1579da4
Copy full SHA for 1579da4
Fix clippy lint `cast_slice_from_raw_parts` (#1536)
akern40
authored
dc331a7
Copy full SHA for dc331a7
Update the docs and examples for the new `Sized` implementation (#1535)
akern40
authored
7c56e84
Copy full SHA for 7c56e84
Commits on Oct 29, 2025
Makes the reference types sound via a DST (#1532)
Show description for a3b3537
akern40
authored
a3b3537
Copy full SHA for a3b3537
Commits on Oct 19, 2025
Mention the used rand version 0.9 in ndarray-rand (#1533)
Show description for e6bf804
miikkas
authored
e6bf804
Copy full SHA for e6bf804
Commits on Oct 14, 2025
Release ndarray 0.17.0 (#1529)
akern40
authored
6cd209b
Copy full SHA for 6cd209b
Update configurations for cargo-release (#1528)
akern40
authored
b4e7658
Copy full SHA for b4e7658
Add a changelog for Version 0.17.0 (#1527)
akern40
authored
8a39cad
Copy full SHA for 8a39cad
Commits on Oct 13, 2025
Add nextest to our latest dependencies CI check (#1526)
Show description for 0d75035
akern40
authored
0d75035
Copy full SHA for 0d75035
Commits on Sep 24, 2025
Fills missing documentation and adds warn(missing_docs) (#1525)
akern40
authored
a44d71f
Copy full SHA for a44d71f
Document `Array::zeros` with how to control the return type (#1524)
akern40
authored
aa135d4
Copy full SHA for aa135d4
Remove as many `feature = "std"` gates in tests as possible (#1522)
akern40
authored
a141f37
Copy full SHA for a141f37
Commits on Sep 23, 2025
Moves scripts and CI/CD to nextest (#1514)
akern40
authored
07bedad
Copy full SHA for 07bedad
Fix docs and miri tests (#1523)
Show description for 62a0ebb
akern40
authored
62a0ebb
Copy full SHA for 62a0ebb
Commits on May 26, 2025
Updates to Edition 2021 (#1513)
Show description for 3ce0134
akern40
authored
3ce0134
Copy full SHA for 3ce0134
Commits on May 22, 2025
Add more element-wise math functions for floats (#1507)
Waterdragen
authored
60a513b
Copy full SHA for 60a513b
Fixes dependabot alerts (#1512)
Show description for 744ce56
akern40
authored
744ce56
Copy full SHA for 744ce56
Commits on May 21, 2025
Adds into-iter methods on views (#1510)
Show description for d974f6c
akern40
authored
d974f6c
Copy full SHA for d974f6c
Removes `DataOwned` bound on `remove_index` (#1511)
Show description for e5a8d23
akern40
authored
e5a8d23
Copy full SHA for e5a8d23
In-place axis permutation with cycle detection (#1505)
Show description for 2a2287c
NewBornRustacean
authored
2a2287c
Copy full SHA for 2a2287c
add axis_windows_with_stride() method (#1460)
Show description for 0a8498a
goertzenator
and
akern40
authored
0a8498a
Copy full SHA for 0a8498a
Fix typo in impl_methods.rs docs (#1508)
ada4a
authored
ae25a9b
Copy full SHA for ae25a9b
Move from `.iter().any()` to `.contains` and fixes some typos (#1509)
akern40
authored
dbaebd0
Copy full SHA for dbaebd0
Commits on Apr 20, 2025
add test case for partition on empty array (#1504)
Show description for 8bd70b0
NewBornRustacean
and
akern40
authored
8bd70b0
Copy full SHA for 8bd70b0
Commits on Apr 10, 2025
Fix partition on empty arrays (#1502)
Show description for da115c9
akern40
authored
da115c9
Copy full SHA for da115c9
Commits on Apr 6, 2025
Add partition(similar to numpy.partition) (#1498)
Show description for 2324d2a
NewBornRustacean
authored
2324d2a
Copy full SHA for 2324d2a
Commits on Mar 30, 2025
Allows benchmarks that do not use linspace to run on no_std (#1495)
akern40
authored
4e2a70f
Copy full SHA for 4e2a70f
Pagination
Previous
Next
You can’t perform that action at this time.