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
Type
/
to 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-stats
Public
Notifications
You must be signed in to change notification settings
Fork
35
Star
238
Code
Issues
21
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Argmin argmax skipnan
- #33
#33
Merged
jturner314
merged 12 commits into
rust-ndarray:master
rust-ndarray/ndarray-stats:master
from
phungleson:argmin-argmax-skipnan
Copy head branch name to clipboard
Mar 25, 2019
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Argmin argmax skipnan
#33
jturner314
merged 12 commits into
rust-ndarray:master
rust-ndarray/ndarray-stats:master
from
phungleson:argmin-argmax-skipnan
Copy head branch name to clipboard
Commits
Commits on Mar 15, 2019
Implement argmin_skipnan
phungleson
committed
2250a65
View commit details
Copy full SHA for 2250a65
Browse repository at this point
Implement argmax_skipnan
phungleson
committed
7aa5e83
View commit details
Copy full SHA for 7aa5e83
Browse repository at this point
Loosen the rule for argmin max related methods
phungleson
committed
4a7c178
View commit details
Copy full SHA for 4a7c178
Browse repository at this point
Make returning code clearer
phungleson
committed
5f63c86
View commit details
Copy full SHA for 5f63c86
Browse repository at this point
Add quickcheck for argmin_skipnan, argmax_skipnan
phungleson
committed
f33f732
View commit details
Copy full SHA for f33f732
Browse repository at this point
Commits on Mar 16, 2019
Use `fold` instead of `for`
phungleson
committed
e602636
View commit details
Copy full SHA for e602636
Browse repository at this point
Commits on Mar 17, 2019
Add indexed_fold_skipnan to MaybeNanExt
jturner314
committed
76d7201
View commit details
Copy full SHA for 76d7201
Browse repository at this point
Impl argmin/max_skipnan using indexed_fold_skipnan
jturner314
committed
6917d2f
View commit details
Copy full SHA for 6917d2f
Browse repository at this point
Fix argmin/max_skipnan quickcheck tests
Show description for fd1104c
jturner314
committed
fd1104c
View commit details
Copy full SHA for fd1104c
Browse repository at this point
Replace min/max.map with if for clarity
jturner314
committed
05b824b
View commit details
Copy full SHA for 05b824b
Browse repository at this point
Merge pull request #1 from jturner314/indexed_fold_skipnan
Show description for a5c04f3
phungleson
authored
a5c04f3
View commit details
Copy full SHA for a5c04f3
Browse repository at this point
Commits on Mar 22, 2019
Add () to make the match clearer
phungleson
committed
c829d5d
View commit details
Copy full SHA for c829d5d
Browse repository at this point
You can’t perform that action at this time.