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 }}
fxjung
/
matplotlib
Public
forked from
matplotlib/matplotlib
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
matplotlib
src
numpy_cpp.h
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 25, 2024
BLD: Include Python.h before pybind11/pybind11.h
Show description for 25deb90
DWesl
committed
25deb90
View commit details
Copy full SHA for 25deb90
View code at this point
Browse repository at this point
Commits on Oct 15, 2023
Merge pull request #27066 from QuLogic/array_view-pybind11
Show description for 836d2b0
ksunden
authored
836d2b0
View commit details
Copy full SHA for 836d2b0
View code at this point
Browse repository at this point
Commits on Oct 14, 2023
Replace array_view.size with an external helper
Show description for 343fa13
QuLogic
committed
343fa13
View commit details
Copy full SHA for 343fa13
View code at this point
Browse repository at this point
Rename array_view.dim to shape
Show description for c1e6873
QuLogic
committed
c1e6873
View commit details
Copy full SHA for c1e6873
View code at this point
Browse repository at this point
Remove unused array_view.empty method
QuLogic
committed
26f12fa
View commit details
Copy full SHA for 26f12fa
View code at this point
Browse repository at this point
Rename py namespace to mpl in extension code
Show description for 1446d1c
QuLogic
committed
1446d1c
View commit details
Copy full SHA for 1446d1c
View code at this point
Browse repository at this point
Commits on May 20, 2020
Remove extraneous `(char *)` casts.
Show description for 2d2083c
QuLogic
committed
2d2083c
View commit details
Copy full SHA for 2d2083c
View code at this point
Browse repository at this point
Make array_view.set return a bool.
Show description for 949cc29
QuLogic
committed
949cc29
View commit details
Copy full SHA for 949cc29
View code at this point
Browse repository at this point
Commits on Apr 1, 2019
MNT: account for cpython deprecations
Show description for 593faa0
tacaswell
committed
593faa0
View commit details
Copy full SHA for 593faa0
View code at this point
Browse repository at this point
Commits on Oct 17, 2018
undef _XOPEN_SOURCE breaks the build in AIX
ayappanec
committed
45a74c3
View commit details
Copy full SHA for 45a74c3
View code at this point
Browse repository at this point
Commits on May 21, 2018
Don't use C++ exceptions in Py_affine_transform
mdboom
committed
3db5fe2
View commit details
Copy full SHA for 3db5fe2
View code at this point
Browse repository at this point
Commits on Mar 5, 2018
Rename #include guards without using reserved names.
Show description for 273e611
QuLogic
committed
273e611
View commit details
Copy full SHA for 273e611
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
Fixed memory leak in contour
ianthomas23
committed
631c936
View commit details
Copy full SHA for 631c936
View code at this point
Browse repository at this point
Commits on Jun 24, 2016
Merge pull request #6628 from FrankYu/master
Show description for bf6e785
WeatherGod
committed
bf6e785
View commit details
Copy full SHA for bf6e785
View code at this point
Browse repository at this point
Commits on May 19, 2016
Rename operator[] to subarray...
Show description for 7976970
mdboom
committed
7976970
View commit details
Copy full SHA for 7976970
View code at this point
Browse repository at this point
Commits on Oct 19, 2015
Merge pull request #5274 from mdboom/uninited-data2
Show description for f529327
mdboom
committed
f529327
View commit details
Copy full SHA for f529327
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
Add a comment about the implementation of array_view
jkseppan
committed
09fa9a9
View commit details
Copy full SHA for 09fa9a9
View code at this point
Browse repository at this point
Fix bounds check
jkseppan
committed
5cc03bf
View commit details
Copy full SHA for 5cc03bf
View code at this point
Browse repository at this point
Commits on Sep 27, 2015
Don't allow shape mismatches for empty arrays
Show description for 536d175
jkseppan
committed
536d175
View commit details
Copy full SHA for 536d175
View code at this point
Browse repository at this point
Commits on Sep 21, 2015
Assign m_arr = tmp in more cases
jkseppan
committed
c0e09d5
View commit details
Copy full SHA for c0e09d5
View code at this point
Browse repository at this point
Accept dimension mismatch for empty arrays
jkseppan
committed
2f29bdf
View commit details
Copy full SHA for 2f29bdf
View code at this point
Browse repository at this point
Return error from array_view for numpy scalars
Show description for e6b1745
jkseppan
committed
e6b1745
View commit details
Copy full SHA for e6b1745
View code at this point
Browse repository at this point
Commits on Mar 9, 2015
Fix C++ warnings from latest clang-analyzer
mdboom
committed
cbbcd5c
View commit details
Copy full SHA for cbbcd5c
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
Make array_view::operator= non-const
mdboom
committed
2e2266c
View commit details
Copy full SHA for 2e2266c
View code at this point
Browse repository at this point
remove unused parameter 'contiguous'
jbmohler
committed
bbff731
View commit details
Copy full SHA for bbff731
View code at this point
Browse repository at this point
Commits on Nov 17, 2014
Use XINCREF in copy constructor and subview constructor, since arr may be NULL
mdboom
committed
f94ffd7
View commit details
Copy full SHA for f94ffd7
View code at this point
Browse repository at this point
copy all array_view members in copy constructor
jbmohler
committed
bae42a8
View commit details
Copy full SHA for bae42a8
View code at this point
Browse repository at this point
extend #if to include both CLONGDOUBLE related definitions
jbmohler
committed
d7b1e5f
View commit details
Copy full SHA for d7b1e5f
View code at this point
Browse repository at this point
Commits on Nov 14, 2014
Fix for #3789, segfault in _tri
ianthomas23
committed
c80f0e1
View commit details
Copy full SHA for c80f0e1
View code at this point
Browse repository at this point
Commits on Nov 3, 2014
Final decxx corrections to PR 3723
ianthomas23
committed
d271736
View commit details
Copy full SHA for d271736
View code at this point
Browse repository at this point
Commits on Oct 28, 2014
remove commented lines
mdboom
committed
913bf7f
View commit details
Copy full SHA for 913bf7f
View code at this point
Browse repository at this point
Fixes for clang
mdboom
committed
3147d8d
View commit details
Copy full SHA for 3147d8d
View code at this point
Browse repository at this point
Minor C++ improvements
mdboom
committed
7ac0f2b
View commit details
Copy full SHA for 7ac0f2b
View code at this point
Browse repository at this point
Commits on Oct 17, 2014
Windows-related fixes, thanks to @cgohlke
mdboom
committed
5204635
View commit details
Copy full SHA for 5204635
View code at this point
Browse repository at this point
Change how array converter functions are defined
mdboom
committed
6d07179
View commit details
Copy full SHA for 6d07179
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.