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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-ndarray
/
ndarray
Public
Notifications
You must be signed in to change notification settings
Fork
391
Star
4.3k
Code
Issues
177
Pull requests
41
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Better shape: Deprecate reshape, into_shape
- #1310
#1310
Merged
bluss
merged 10 commits into
master
rust-ndarray/ndarray:master
from
better-into-shape
rust-ndarray/ndarray:better-into-shape
Copy head branch name to clipboard
Mar 10, 2024
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Better shape: Deprecate reshape, into_shape
#1310
bluss
merged 10 commits into
master
rust-ndarray/ndarray:master
from
better-into-shape
rust-ndarray/ndarray:better-into-shape
Copy head branch name to clipboard
Commits
Commits on Mar 10, 2024
shape: Deprecate .reshape()
bluss
committed
fa9fb4a
View commit details
Copy full SHA for fa9fb4a
Browse repository at this point
shape: Remove usages of deprecated .reshape()
bluss
committed
0504347
View commit details
Copy full SHA for 0504347
Browse repository at this point
shape: Add .into_shape_clone()
bluss
committed
7d61342
View commit details
Copy full SHA for 7d61342
Browse repository at this point
shape: Convert format tests to use into_shape_clone
bluss
committed
3f02ac2
View commit details
Copy full SHA for 3f02ac2
Browse repository at this point
shape: Deprecate into_shape, add into_shape_with_order
Show description for 8501d7b
bluss
committed
8501d7b
View commit details
Copy full SHA for 8501d7b
Browse repository at this point
shape: Use into_shape_with_order, not into_shape
bluss
committed
e16dc45
View commit details
Copy full SHA for e16dc45
Browse repository at this point
shape: Replace reshape with into_shape_with_order in tests
bluss
committed
49f5870
View commit details
Copy full SHA for 49f5870
Browse repository at this point
shape: More explicit examples for to_shape and into_shape
bluss
committed
a5a4b98
View commit details
Copy full SHA for a5a4b98
Browse repository at this point
shape: Add test for into_shape_clone
bluss
committed
ee7f435
View commit details
Copy full SHA for ee7f435
Browse repository at this point
Apply examples changes from code review
Show description for d32248d
bluss
and
adamreichold
authored
d32248d
View commit details
Copy full SHA for d32248d
Browse repository at this point
You can’t perform that action at this time.