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
Commits
Breadcrumbs
History for
ndarray
src
stacking.rs
on
iterator-order
User selector
All users
Datepicker
All time
Commit history
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 Feb 26, 2024
Fix nightly lints
Show description for 30bdfee
bluss
and
adamreichold
committed
30bdfee
View commit details
Copy full SHA for 30bdfee
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 Aug 3, 2021
Allow trailing comma in stack and concatenate macros
jturner314
committed
f9b8d78
View commit details
Copy full SHA for f9b8d78
View code at this point
Browse repository at this point
Commits on Apr 13, 2021
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
stacking: Port stack to append, supporting Clone
bluss
committed
0159715
View commit details
Copy full SHA for 0159715
View code at this point
Browse repository at this point
stacking: Port concatenate to append, supporting Clone
bluss
committed
e862946
View commit details
Copy full SHA for e862946
View code at this point
Browse repository at this point
Commits on Mar 18, 2021
FEAT: Add new method .assign_to()
Show description for e870f63
bluss
committed
e870f63
View commit details
Copy full SHA for e870f63
View code at this point
Browse repository at this point
Commits on Mar 12, 2021
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 Jan 30, 2021
FEAT: Rename maybe_uninit to Array::uninit and move to base type
Show description for b9c12b0
bluss
committed
b9c12b0
View commit details
Copy full SHA for b9c12b0
View code at this point
Browse repository at this point
Commits on Jan 10, 2021
FIX: Fix unused imports for std/no_std
bluss
committed
45966a0
View commit details
Copy full SHA for 45966a0
View code at this point
Browse repository at this point
No_std support for ndarray (#864)
Show description for d27b1a9
SparrowLii
authored
d27b1a9
View commit details
Copy full SHA for d27b1a9
View code at this point
Browse repository at this point
Commits on Dec 29, 2020
FIX: Update stack/concatenate to use maybe_uninit
bluss
committed
1b45140
View commit details
Copy full SHA for 1b45140
View code at this point
Browse repository at this point
Commits on Nov 28, 2020
Merge pull request #850 from andrei-papou/stack-concatenate-renaming
Show description for 716221c
bluss
authored
716221c
View commit details
Copy full SHA for 716221c
View code at this point
Browse repository at this point
Commits on Nov 24, 2020
Removed allow deprecated macro from concatenate implementation.
andrei-papou
committed
13dbaf1
View commit details
Copy full SHA for 13dbaf1
View code at this point
Browse repository at this point
Renamed stack and concatenate to be compliant with numpy naming.
andrei
committed
a27855c
View commit details
Copy full SHA for a27855c
View code at this point
Browse repository at this point
Commits on Nov 11, 2020
Following clippy lints
ZuseZ4
committed
9a6f8b6
View commit details
Copy full SHA for 9a6f8b6
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
Updated `stack_new_axis`, deprecated `stack!` macro.
andrei-papou
committed
06e6145
View commit details
Copy full SHA for 06e6145
View code at this point
Browse repository at this point
Updated deprecation version for stack function, suppressed deprecation warnings
andrei.papou
authored and
andrei-papou
committed
ef74ac9
View commit details
Copy full SHA for ef74ac9
View code at this point
Browse repository at this point
Introduced concatenate function, deprecated stack function since 0.13.0
andrei.papou
authored and
andrei-papou
committed
14f2f57
View commit details
Copy full SHA for 14f2f57
View code at this point
Browse repository at this point
Rustfmt fixes
andrei.papou
authored and
andrei-papou
committed
1bb7104
View commit details
Copy full SHA for 1bb7104
View code at this point
Browse repository at this point
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
Rustfmt fixes
andrei-papou
authored and
bluss
committed
9f1a3d0
View commit details
Copy full SHA for 9f1a3d0
View code at this point
Browse repository at this point
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 Jul 11, 2019
Some Clippy lints (#642)
Show description for 98bf3b6
max-sixty
authored and
LukeMathWalker
committed
98bf3b6
View commit details
Copy full SHA for 98bf3b6
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 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
Commits on Oct 28, 2017
MAINT: use len_of(...) instead of shape().axis(...)
Show description for b424332
mgeisler
committed
b424332
View commit details
Copy full SHA for b424332
View code at this point
Browse repository at this point
Commits on Jan 24, 2017
Rm unused import in example for stack![]
bluss
committed
8d03aed
View commit details
Copy full SHA for 8d03aed
View code at this point
Browse repository at this point
Commits on Dec 22, 2016
Deprecate Axis::axes(); renamed to Axis::index()
bluss
committed
0d62f99
View commit details
Copy full SHA for 0d62f99
View code at this point
Browse repository at this point
Commits on Nov 19, 2016
Rename raw_dimension → raw_dim
bluss
committed
0d41b16
View commit details
Copy full SHA for 0d41b16
View code at this point
Browse repository at this point
Commits on Nov 18, 2016
.dim() returns a tuple, .raw_dimension() return D
Show description for 1c7c16d
bluss
committed
1c7c16d
View commit details
Copy full SHA for 1c7c16d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.