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
391
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
tests
on
expand
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 9, 2021
implement expand for pod integers, like u128 => 4 x u32
bluss
committed
45a295f
View commit details
Copy full SHA for 45a295f
View code at this point
Browse repository at this point
Commits on Nov 8, 2021
expand for complex
bluss
committed
1813bbe
View commit details
Copy full SHA for 1813bbe
View code at this point
Browse repository at this point
WIP on .expand() for expanding array element into dimension
bluss
committed
961e25a
View commit details
Copy full SHA for 961e25a
View code at this point
Browse repository at this point
Merge pull request #1107 from ethanhs/split_complex
Show description for 209d171
bluss
authored
209d171
View commit details
Copy full SHA for 209d171
View code at this point
Browse repository at this point
Commits on Nov 7, 2021
Add test that fails on negative stride
emmatyping
authored and
bluss
committed
533466f
View commit details
Copy full SHA for 533466f
View code at this point
Browse repository at this point
Add a few tests for split_re_im
emmatyping
committed
f2f3a44
View commit details
Copy full SHA for f2f3a44
View code at this point
Browse repository at this point
Commits on Nov 6, 2021
Add tests for `axis_windows` iterator
VasanthakumarV
authored and
bluss
committed
187cea9
View commit details
Copy full SHA for 187cea9
View code at this point
Browse repository at this point
Commits on Jul 9, 2021
add mapv_into_any(), resolved #1031
benkay86
committed
94ffa0f
View commit details
Copy full SHA for 94ffa0f
View code at this point
Browse repository at this point
Commits on May 31, 2021
Guarantee that as_slice_memory_order_mut preserves strides
Show description for 37645bd
jturner314
committed
37645bd
View commit details
Copy full SHA for 37645bd
View code at this point
Browse repository at this point
Add test for issue #1018
jturner314
committed
15b0808
View commit details
Copy full SHA for 15b0808
View code at this point
Browse repository at this point
Commits on May 14, 2021
Merge pull request #997 from rust-ndarray/move-into-fixes
Show description for 74c7994
bluss
authored
74c7994
View commit details
Copy full SHA for 74c7994
View code at this point
Browse repository at this point
Commits on May 13, 2021
move_into: Split into .move_into() and .move_into_unit()
bluss
committed
dd49b77
View commit details
Copy full SHA for dd49b77
View code at this point
Browse repository at this point
Add test for offset computation in empty array
Show description for b2873db
bluss
committed
b2873db
View commit details
Copy full SHA for b2873db
View code at this point
Browse repository at this point
Commits on May 10, 2021
shape: Add more .to_shape() tests
bluss
committed
4467cd8
View commit details
Copy full SHA for 4467cd8
View code at this point
Browse repository at this point
shape: Use reshape_dim function in .to_shape()
bluss
committed
c9af569
View commit details
Copy full SHA for c9af569
View code at this point
Browse repository at this point
shape: Add tests for .to_shape()
bluss
committed
8032aec
View commit details
Copy full SHA for 8032aec
View code at this point
Browse repository at this point
Commits on May 1, 2021
append: Add method .push() for appending an array with a dimension less.
bluss
committed
cae2544
View commit details
Copy full SHA for cae2544
View code at this point
Browse repository at this point
append: Rename append_row/column to push_row/column
bluss
committed
0386ef3
View commit details
Copy full SHA for 0386ef3
View code at this point
Browse repository at this point
Commits on Apr 22, 2021
intoiter: Implement by-value iterator for owned arrays
bluss
committed
5766f4b
View commit details
Copy full SHA for 5766f4b
View code at this point
Browse repository at this point
Commits on Apr 13, 2021
append: Use positive stride and ignore stride of len 1 axes
Show description for 1206bd6
bluss
and
jturner314
committed
1206bd6
View commit details
Copy full SHA for 1206bd6
View code at this point
Browse repository at this point
stacking: Update concatenate test
Show description for b103515
bluss
and
jturner314
committed
b103515
View commit details
Copy full SHA for b103515
View code at this point
Browse repository at this point
stacking: Improve .select() with special case for 1D arrays
Show description for c1a5ceb
bluss
committed
c1a5ceb
View commit details
Copy full SHA for c1a5ceb
View code at this point
Browse repository at this point
append: Add more append tests for negative stride arrays
bluss
committed
7d522b9
View commit details
Copy full SHA for 7d522b9
View code at this point
Browse repository at this point
append: Name methods .append(axis, array), .append_row/column()
Show description for b09c770
bluss
committed
b09c770
View commit details
Copy full SHA for b09c770
View code at this point
Browse repository at this point
append: Adapt memory layout automatically in append if needed
bluss
committed
f153dc4
View commit details
Copy full SHA for f153dc4
View code at this point
Browse repository at this point
move_into: New method .move_into() for moving all array elements
Show description for 3d9a9ba
bluss
committed
3d9a9ba
View commit details
Copy full SHA for 3d9a9ba
View code at this point
Browse repository at this point
append: Add append test that deals with incorrect layout situations
Show description for 0c578aa
bluss
committed
0c578aa
View commit details
Copy full SHA for 0c578aa
View code at this point
Browse repository at this point
append: Handle empty arrays in append
Show description for 0599fd2
bluss
committed
0599fd2
View commit details
Copy full SHA for 0599fd2
View code at this point
Browse repository at this point
stacking: Add a few more test cases for concatenate
bluss
committed
6ca4275
View commit details
Copy full SHA for 6ca4275
View code at this point
Browse repository at this point
append: Fix situations where we need to recompute stride
Show description for 29896d8
bluss
committed
29896d8
View commit details
Copy full SHA for 29896d8
View code at this point
Browse repository at this point
append: Solve axis iteration order problem by sorting axes
bluss
committed
f003aaa
View commit details
Copy full SHA for f003aaa
View code at this point
Browse repository at this point
append: .try_append_array() to append array to array
Show description for af47658
bluss
committed
af47658
View commit details
Copy full SHA for af47658
View code at this point
Browse repository at this point
append: Add try_append_row and try_append_column
Show description for 13dab58
bluss
committed
13dab58
View commit details
Copy full SHA for 13dab58
View code at this point
Browse repository at this point
Commits on Apr 9, 2021
FIX: in remove_axis(axis, index) specify we need index < len_of(axis)
Show description for 107f51f
bluss
committed
107f51f
View commit details
Copy full SHA for 107f51f
View code at this point
Browse repository at this point
API: Name and comment changes for remove_index
Show description for c568124
bluss
and
jturner314
committed
c568124
View commit details
Copy full SHA for c568124
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.