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 cumprod
- #1491
#1491
Merged
akern40
merged 13 commits into
rust-ndarray:master
rust-ndarray/ndarray:master
from
NewBornRustacean:feature-cumprod
NewBornRustacean/ndarray:feature-cumprod
Copy head branch name to clipboard
Mar 26, 2025
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Add cumprod
#1491
akern40
merged 13 commits into
rust-ndarray:master
rust-ndarray/ndarray:master
from
NewBornRustacean:feature-cumprod
NewBornRustacean/ndarray:feature-cumprod
Copy head branch name to clipboard
Commits
Commits on Mar 18, 2025
implement cumprod, add tests
NewBornRustacean
committed
0307411
View commit details
Copy full SHA for 0307411
Browse repository at this point
remove unused import
NewBornRustacean
committed
eebd1cc
View commit details
Copy full SHA for eebd1cc
Browse repository at this point
Commits on Mar 19, 2025
fold_axis for a bit more vectorized ops
NewBornRustacean
committed
0181719
View commit details
Copy full SHA for 0181719
Browse repository at this point
restore missing dim check logic(removed accidently)
NewBornRustacean
committed
9dfa7ed
View commit details
Copy full SHA for 9dfa7ed
Browse repository at this point
corrected panic msg
NewBornRustacean
committed
7244980
View commit details
Copy full SHA for 7244980
Browse repository at this point
sperated check for out of bounds case
NewBornRustacean
committed
a60bec2
View commit details
Copy full SHA for a60bec2
Browse repository at this point
Commits on Mar 24, 2025
Remove Option<Axis> handling since axis is always required
NewBornRustacean
committed
0a3b95f
View commit details
Copy full SHA for 0a3b95f
Browse repository at this point
apply Zip instead of naive for loop
NewBornRustacean
committed
8dde517
View commit details
Copy full SHA for 8dde517
Browse repository at this point
Commits on Mar 25, 2025
rename var, remove redandunt cloning
NewBornRustacean
committed
2f0a09d
View commit details
Copy full SHA for 2f0a09d
Browse repository at this point
closure to remove clones
NewBornRustacean
committed
56774bf
View commit details
Copy full SHA for 56774bf
Browse repository at this point
Merge branch 'master' into feature-cumprod
NewBornRustacean
committed
1377a3a
View commit details
Copy full SHA for 1377a3a
Browse repository at this point
Commits on Mar 26, 2025
using accumulate_axis_inplace
NewBornRustacean
committed
58d7e8a
View commit details
Copy full SHA for 58d7e8a
Browse repository at this point
mulassign and clone once
NewBornRustacean
committed
f3173b8
View commit details
Copy full SHA for f3173b8
Browse repository at this point
You can’t perform that action at this time.