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
Add raw array pointer types
- #496
#496
Merged
jturner314
merged 10 commits into
rust-ndarray:master
rust-ndarray/ndarray:master
from
jturner314:arrayptr
jturner314/ndarray:arrayptr
Copy head branch name to clipboard
Nov 29, 2018
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Add raw array pointer types
#496
jturner314
merged 10 commits into
rust-ndarray:master
rust-ndarray/ndarray:master
from
jturner314:arrayptr
jturner314/ndarray:arrayptr
Copy head branch name to clipboard
Commits
Commits on Nov 21, 2018
Make do_collapse_axis return offset instead of performing it
Show description for 355b153
jturner314
committed
355b153
View commit details
Copy full SHA for 355b153
Browse repository at this point
Add DataRaw and DataRawMut traits
jturner314
committed
ebf864f
View commit details
Copy full SHA for ebf864f
Browse repository at this point
Add RawArrayView and RawArrayViewMut
jturner314
committed
2a98148
View commit details
Copy full SHA for 2a98148
Browse repository at this point
Add conversions to/from RawArrayView(Mut)
jturner314
committed
0a7fafd
View commit details
Copy full SHA for 0a7fafd
Browse repository at this point
Relax constraints on ArrayBase methods
jturner314
committed
8baa1cc
View commit details
Copy full SHA for 8baa1cc
Browse repository at this point
Remove duplication in from_shape_ptr and split_at
jturner314
committed
4b91c6b
View commit details
Copy full SHA for 4b91c6b
Browse repository at this point
Add DataRawClone and relax Clone implementation
jturner314
committed
e2fcf22
View commit details
Copy full SHA for e2fcf22
Browse repository at this point
Remove deref_view and deref_view_mut
jturner314
committed
6ef3b48
View commit details
Copy full SHA for 6ef3b48
Browse repository at this point
Commits on Nov 29, 2018
Deprecate the DataClone trait
Show description for c81ccdd
jturner314
committed
c81ccdd
View commit details
Copy full SHA for c81ccdd
Browse repository at this point
Rename DataRaw* traits to RawData*
jturner314
committed
218bb88
View commit details
Copy full SHA for 218bb88
Browse repository at this point
You can’t perform that action at this time.