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
Accelerator
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 }}
AdaWorldAPI
/
ndarray
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
4
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ndarray
src
doc
ndarray_for_numpy_users
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 5, 2026
Change `linspace` to take a range argument. (#1580)
Show description for fd67f70
Kwonunn
authored
fd67f70
View commit details
Copy full SHA for fd67f70
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 Aug 8, 2024
Fix rustdoc warnings everywhere
bluss
committed
2d258bc
View commit details
Copy full SHA for 2d258bc
View code at this point
Browse repository at this point
Commits on Feb 18, 2024
ndarray_from_numpy example to code not pointed out to clippy
higumachan
authored and
Nil Goyette
committed
5981cce
View commit details
Copy full SHA for 5981cce
View code at this point
Browse repository at this point
Commits on Aug 5, 2023
Fix comparison with NumPy of slicing with negative step
Show description for 8ec4d91
venkat0791
committed
8ec4d91
View commit details
Copy full SHA for 8ec4d91
View code at this point
Browse repository at this point
Commits on Jun 9, 2023
Added select to numpy user docs
WillAyd
committed
a7680ad
View commit details
Copy full SHA for a7680ad
View code at this point
Browse repository at this point
Commits on Sep 24, 2022
Add NumPy examples combining slicing and assignment
jturner314
committed
01f7182
View commit details
Copy full SHA for 01f7182
View code at this point
Browse repository at this point
Commits on Dec 6, 2021
Fix end tag, toc and reorder type conversion doc
bluss
committed
d1bb045
View commit details
Copy full SHA for d1bb045
View code at this point
Browse repository at this point
Commits on Dec 5, 2021
Add examples for type conversion
Show description for 0188b56
sgasse
authored and
bluss
committed
0188b56
View commit details
Copy full SHA for 0188b56
View code at this point
Browse repository at this point
Commits on Oct 28, 2021
Replace some links with intra-doc links
LeSeulArtichaut
authored and
bluss
committed
562104a
View commit details
Copy full SHA for 562104a
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
Commits on May 19, 2021
MAINT: Fix warnings in examples
Show description for b326ebe
bluss
committed
b326ebe
View commit details
Copy full SHA for b326ebe
View code at this point
Browse repository at this point
Commits on Mar 12, 2021
Add support for inserting new axes while slicing
jturner314
authored and
bluss
committed
546b69c
View commit details
Copy full SHA for 546b69c
View code at this point
Browse repository at this point
API: Deprecate stack_new_axis (Use name stack)
bluss
committed
abcea8a
View commit details
Copy full SHA for abcea8a
View code at this point
Browse repository at this point
Commits on Feb 3, 2021
Rename .visit() to .for_each()
Show description for 73b4f84
jturner314
committed
73b4f84
View commit details
Copy full SHA for 73b4f84
View code at this point
Browse repository at this point
Commits on Dec 29, 2020
DOC: Remove unused link to Array::uninitialized in numpy docs
bluss
committed
5e9a01f
View commit details
Copy full SHA for 5e9a01f
View code at this point
Browse repository at this point
Commits on Oct 23, 2020
Merge pull request #844 from andrei-papou/ap/stack-and-concatenate
Show description for e808e2b
bluss
authored
e808e2b
View commit details
Copy full SHA for e808e2b
View code at this point
Browse repository at this point
Commits on Sep 25, 2020
Removed allocation in `stack_new_axis`, renamed `concatenate` -> `stack`, `stack` -> `stack_new_axis`
andrei.papou
authored and
andrei-papou
committed
dee84ae
View commit details
Copy full SHA for dee84ae
View code at this point
Browse repository at this point
Commits on Apr 25, 2020
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 21, 2020
Renamed `stack` to `concatenate` and added numpy-compliant `stack`
Show description for 48606c6
andrei-papou
authored and
bluss
committed
48606c6
View commit details
Copy full SHA for 48606c6
View code at this point
Browse repository at this point
Commits on Feb 6, 2020
Fix flatten example in ndarray_for_numpy_users
Show description for 4e08989
jturner314
committed
4e08989
View commit details
Copy full SHA for 4e08989
View code at this point
Browse repository at this point
Commits on Sep 15, 2019
Merge pull request #704 from LukeMathWalker/docs
Show description for e9ef450
bluss
authored
e9ef450
View commit details
Copy full SHA for e9ef450
View code at this point
Browse repository at this point
Commits on Sep 10, 2019
Add ndarray-npy
LukeMathWalker
committed
2f511bb
View commit details
Copy full SHA for 2f511bb
View code at this point
Browse repository at this point
Update src/doc/ndarray_for_numpy_users/mod.rs
Show description for 7799a07
LukeMathWalker
and
jturner314
authored
7799a07
View commit details
Copy full SHA for 7799a07
View code at this point
Browse repository at this point
Commits on Sep 9, 2019
Change syntax of azip! to be similar to for loops
jturner314
committed
4f34f3d
View commit details
Copy full SHA for 4f34f3d
View code at this point
Browse repository at this point
Add another constructor
LukeMathWalker
committed
ed99462
View commit details
Copy full SHA for ed99462
View code at this point
Browse repository at this point
Add linspace/geomspace
LukeMathWalker
committed
016c190
View commit details
Copy full SHA for 016c190
View code at this point
Browse repository at this point
Add a section on the ecosystem
LukeMathWalker
committed
14cf910
View commit details
Copy full SHA for 14cf910
View code at this point
Browse repository at this point
Remove linxal, given that it's unmaintained (last commit 2 years ago)
LukeMathWalker
committed
fc0d887
View commit details
Copy full SHA for fc0d887
View code at this point
Browse repository at this point
Commits on Sep 8, 2019
Update remaining instances of .cols() -> .ncols()
jturner314
committed
4faffca
View commit details
Copy full SHA for 4faffca
View code at this point
Browse repository at this point
API: Add .nrows(), .ncols() and old names .rows(), .cols() are deprecated
Show description for bd38aca
bluss
committed
bd38aca
View commit details
Copy full SHA for bd38aca
View code at this point
Browse repository at this point
Commits on May 30, 2019
CowArray feature (#632)
Andrew
authored and
jturner314
committed
5b5d898
View commit details
Copy full SHA for 5b5d898
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 May 5, 2019
Implement approx traits for ArrayBase (#581)
Show description for 97def32
jturner314
authored and
LukeMathWalker
committed
97def32
View commit details
Copy full SHA for 97def32
View code at this point
Browse repository at this point
Commits on Nov 21, 2018
Add array, azip, and s macros to prelude
Show description for 644c3bd
jturner314
committed
644c3bd
View commit details
Copy full SHA for 644c3bd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.