René's URL Explorer Experiment


Title: Use pybind11 for C/C++ extensions by ianthomas23 · Pull Request #23787 · matplotlib/matplotlib · GitHub

Open Graph Title: Use pybind11 for C/C++ extensions by ianthomas23 · Pull Request #23787 · matplotlib/matplotlib

X Title: Use pybind11 for C/C++ extensions by ianthomas23 · Pull Request #23787 · matplotlib/matplotlib

Description: This is a proof of concept of using pybind11 to wrap and compile MPL C/C++ extensions. It covers just the _qhull and _tri extensions as (1) they are relatively small and self-contained, and (2) I understand them well. The motivation is to provide information to other devs on what it would involve and then consider if this is a suitable approach for all of our C/C++ extensions or not. Advantages: Extensions no longer depend on the MPL bespoke array_view class in numpy_cpp.h as pybind11 includes its own NumPy array wrapper. Don't have to deal with parsing of input arguments via e.g. PyArg_ParseTuple as we get this for free. There are wrappers for python classes such as list and tuple, so no longer need to deal with Python C/API reference counting and error checking. Exceptions and error handling are much simplified. Just throw any C++ exception and pybind11 catches it and converts it to a Python equivalent exception. There is a net reduction in code, this PR has 357 additions and 775 deletions. Much of this is the much simpler module definition as the Python/C API boilerplate is no longer required. The extension shared libraries are smaller. On my Linux system the _qhull.so and _tri.so are 1.6 MB and 1.3 MB on main but only 1.0 MB and 0.7 MB on this branch. Disadvantages: It is a change, which inherently introduces risk, and to an area of code that we would probably prefer to leave alone. I appreciate that this may trump all of the advantages listed above. Change to build system including wheels and conda builds, which is also risky. I have tried to keep the changes as small as possible to make it clear what the minimal set of changes is. But if we were to go ahead with this approach we would probably want to make more, particularly to typedefs and numpy array accessors, to standardise and make the code clearer. Performance of a large qhull Delaunay triangulation is essentially unchanged by this PR. Performance of a large tricontour call is ~3% faster. There is a tradeoff here between performance and code clarity, in particular whether we access multi-dimensional numpy arrays via conventional-looking indexing (e.g. array(j, i)) which is slower than accessing via low-level C pointers where we do the index maths ourselves for speed. I know of one core dev (@anntzer) and one occasional contributor (me) who have pybind11 experience, via mplcairo and contourpy respectively. (Edited to add another disadvantage).

Open Graph Description: This is a proof of concept of using pybind11 to wrap and compile MPL C/C++ extensions. It covers just the _qhull and _tri extensions as (1) they are relatively small and self-contained, and (2) I u...

X Description: This is a proof of concept of using pybind11 to wrap and compile MPL C/C++ extensions. It covers just the _qhull and _tri extensions as (1) they are relatively small and self-contained, and (2) I u...

Opengraph URL: https://github.com/matplotlib/matplotlib/pull/23787

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:b92a9304-8f0e-550d-a8fa-a89ebb0fdb9d
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDCE6:2003E5:2114EDB:2BF4474:6A51F85B
html-safe-nonce8032d7a8f8a7ec7aa3c557b4b835424a05010d9b837a745a2b15d902ab8ed9d3
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQ0U2OjIwMDNFNToyMTE0RURCOjJCRjQ0NzQ6NkE1MUY4NUIiLCJ2aXNpdG9yX2lkIjoiODg0Mzg4MDg1MzA1NjY0OTMwNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacb388acab035b3cd611bbb254c5faf37c200d7b35d00f2704e80eb4651e76207d
hovercard-subject-tagpull_request:1042831084
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/matplotlib/matplotlib/pull/23787/files
twitter:imagehttps://avatars.githubusercontent.com/u/580326?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/580326?s=400&v=4
og:image:altThis is a proof of concept of using pybind11 to wrap and compile MPL C/C++ extensions. It covers just the _qhull and _tri extensions as (1) they are relatively small and self-contained, and (2) I u...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/pull/23787/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F23787%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fpull%2F23787%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/pull/23787/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/23787/files
Reloadhttps://github.com/matplotlib/matplotlib/pull/23787/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/23787/files
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/23787/files
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 409 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib%2Fissues%2Fnew%2Fchoose
ianthomas23https://github.com/ianthomas23
matplotlib:mainhttps://github.com/matplotlib/matplotlib/tree/main
ianthomas23:pybind11_pochttps://github.com/ianthomas23/matplotlib/tree/pybind11_poc
Conversation 38 https://github.com/matplotlib/matplotlib/pull/23787
Commits 9 https://github.com/matplotlib/matplotlib/pull/23787/commits
Checks 0 https://github.com/matplotlib/matplotlib/pull/23787/checks
Files changed https://github.com/matplotlib/matplotlib/pull/23787/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/23787/files
Use pybind11 for C/C++ extensions https://github.com/matplotlib/matplotlib/pull/23787/files#top
Show all changes 9 commits https://github.com/matplotlib/matplotlib/pull/23787/files
8381ef9 Use pybind11 for qhull wrapper ianthomas23 Aug 28, 2022 https://github.com/matplotlib/matplotlib/pull/23787/commits/8381ef92db418ca7f5001ef2563309b0b7ab6e49
f2f597f Use pybind11 for tri module ianthomas23 Aug 31, 2022 https://github.com/matplotlib/matplotlib/pull/23787/commits/f2f597feb1cb4ae20f0d5ec31be77535074329d9
cdfaf20 Add CI dependencies ianthomas23 Aug 31, 2022 https://github.com/matplotlib/matplotlib/pull/23787/commits/cdfaf20f3ae190a79ccd2a67337041286c7fabd7
b15fd9c Fix module wrapper ianthomas23 Sep 1, 2022 https://github.com/matplotlib/matplotlib/pull/23787/commits/b15fd9cba3b5f091c0aba0371b17eb0fbe70e359
293dffc Avoid using -std=c++11 when compiling C files ianthomas23 Sep 2, 2022 https://github.com/matplotlib/matplotlib/pull/23787/commits/293dffca5b306e592aafd85d83ad8388ea0f3c33
7da3539 Address review comments ianthomas23 Sep 2, 2022 https://github.com/matplotlib/matplotlib/pull/23787/commits/7da3539cafc5cc14804f48e45e10e4a8eb6c6355
f8226d8 Try altering CI so pybind11 extensions build OK ianthomas23 Sep 2, 2022 https://github.com/matplotlib/matplotlib/pull/23787/commits/f8226d8df23e46a2382b8ff4379802c6b2a4016c
2f8cfec Remove C++ flags when compiling C files in qhull extension ianthomas23 Sep 4, 2022 https://github.com/matplotlib/matplotlib/pull/23787/commits/2f8cfec1e0ed01e46c16bea057ae9b4e8eed1dcd
846f4c7 More CI installation of pybind11 ianthomas23 Sep 4, 2022 https://github.com/matplotlib/matplotlib/pull/23787/commits/846f4c76642214dd76ab3a9f31b6285d6b6e04f4
Clear filters https://github.com/matplotlib/matplotlib/pull/23787/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/23787/files
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/23787/files
.appveyor.yml https://github.com/matplotlib/matplotlib/pull/23787/files#diff-e1ab4c3cec24f841948eb867754d4ad0b9b6d11eaa6b5bfbe0357aceb0a49eff
config.yml https://github.com/matplotlib/matplotlib/pull/23787/files#diff-78a8a19706dbd2a4425dd72bdab0502ed7a2cef16365ab7030a5a0588927bf47
tests.yml https://github.com/matplotlib/matplotlib/pull/23787/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
azure-pipelines.yml https://github.com/matplotlib/matplotlib/pull/23787/files#diff-7915b9b726a397ae7ba6af7b9703633d21c031ebf21682f3ee7e6a4ec52837a5
test_triangulation.py https://github.com/matplotlib/matplotlib/pull/23787/files#diff-15c9ff255d83cac014750485807a651e878fd405ad6bc945abebfea0514bff6a
triangulation.py https://github.com/matplotlib/matplotlib/pull/23787/files#diff-32a240e1e015c706cbe28492bc047caf648c6fa107c26d10e9a49bdd1cf58c38
setup.py https://github.com/matplotlib/matplotlib/pull/23787/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7
setupext.py https://github.com/matplotlib/matplotlib/pull/23787/files#diff-113dbd0ff67f6e8e817884a3e98962eec6856df1fb826932442487e374b827f0
_qhull_wrapper.cpp https://github.com/matplotlib/matplotlib/pull/23787/files#diff-a08848a09f2447ce3dfd733c7b56f3ff545113faa64ffbb519acbd27a3d0e04b
_tri.cpp https://github.com/matplotlib/matplotlib/pull/23787/files#diff-56bd9a4b704693c3a53d738f218239fa63e4c2c4fe79c2b4a64ccfc23f6f1d65
_tri.h https://github.com/matplotlib/matplotlib/pull/23787/files#diff-186742efb9834c99ddb07bc8b635560c1ee86e923e73dfb6c2afd1cd9e5f8daa
_tri_wrapper.cpp https://github.com/matplotlib/matplotlib/pull/23787/files#diff-eb276e78f954ac20f60685326a728bd15d6a6615d7ba32e7dc34d414beb0d657
.appveyor.ymlhttps://github.com/matplotlib/matplotlib/pull/23787/files#diff-e1ab4c3cec24f841948eb867754d4ad0b9b6d11eaa6b5bfbe0357aceb0a49eff
View file https://github.com/ianthomas23/matplotlib/blob/846f4c76642214dd76ab3a9f31b6285d6b6e04f4/.appveyor.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/23787/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-e1ab4c3cec24f841948eb867754d4ad0b9b6d11eaa6b5bfbe0357aceb0a49eff
anntzerhttps://github.com/anntzer
Oct 25, 2022https://github.com/matplotlib/matplotlib/pull/23787/files#r1004395754
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/23787/files
ianthomas23https://github.com/ianthomas23
Nov 5, 2022https://github.com/matplotlib/matplotlib/pull/23787/files#r1014643706
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
#24102https://github.com/matplotlib/matplotlib/pull/24102
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/23787/files
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-e1ab4c3cec24f841948eb867754d4ad0b9b6d11eaa6b5bfbe0357aceb0a49eff
.circleci/config.ymlhttps://github.com/matplotlib/matplotlib/pull/23787/files#diff-78a8a19706dbd2a4425dd72bdab0502ed7a2cef16365ab7030a5a0588927bf47
View file https://github.com/ianthomas23/matplotlib/blob/846f4c76642214dd76ab3a9f31b6285d6b6e04f4/.circleci/config.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/23787/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-78a8a19706dbd2a4425dd72bdab0502ed7a2cef16365ab7030a5a0588927bf47
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-78a8a19706dbd2a4425dd72bdab0502ed7a2cef16365ab7030a5a0588927bf47
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-78a8a19706dbd2a4425dd72bdab0502ed7a2cef16365ab7030a5a0588927bf47
.github/workflows/tests.ymlhttps://github.com/matplotlib/matplotlib/pull/23787/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
View file https://github.com/ianthomas23/matplotlib/blob/846f4c76642214dd76ab3a9f31b6285d6b6e04f4/.github/workflows/tests.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/23787/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-1db27d93186e46d3b441ece35801b244db8ee144ff1405ca27a163bfe878957f
azure-pipelines.ymlhttps://github.com/matplotlib/matplotlib/pull/23787/files#diff-7915b9b726a397ae7ba6af7b9703633d21c031ebf21682f3ee7e6a4ec52837a5
View file https://github.com/ianthomas23/matplotlib/blob/846f4c76642214dd76ab3a9f31b6285d6b6e04f4/azure-pipelines.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/23787/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-7915b9b726a397ae7ba6af7b9703633d21c031ebf21682f3ee7e6a4ec52837a5
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-7915b9b726a397ae7ba6af7b9703633d21c031ebf21682f3ee7e6a4ec52837a5
lib/matplotlib/tests/test_triangulation.pyhttps://github.com/matplotlib/matplotlib/pull/23787/files#diff-15c9ff255d83cac014750485807a651e878fd405ad6bc945abebfea0514bff6a
View file https://github.com/ianthomas23/matplotlib/blob/846f4c76642214dd76ab3a9f31b6285d6b6e04f4/lib/matplotlib/tests/test_triangulation.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/23787/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-15c9ff255d83cac014750485807a651e878fd405ad6bc945abebfea0514bff6a
anntzerhttps://github.com/anntzer
Oct 25, 2022https://github.com/matplotlib/matplotlib/pull/23787/files#r1004397499
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/23787/files
ianthomas23https://github.com/ianthomas23
Nov 5, 2022https://github.com/matplotlib/matplotlib/pull/23787/files#r1014644921
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/23787/files
ianthomas23https://github.com/ianthomas23
Nov 5, 2022https://github.com/matplotlib/matplotlib/pull/23787/files#r1014644979
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/23787/files
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-15c9ff255d83cac014750485807a651e878fd405ad6bc945abebfea0514bff6a
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-15c9ff255d83cac014750485807a651e878fd405ad6bc945abebfea0514bff6a
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-15c9ff255d83cac014750485807a651e878fd405ad6bc945abebfea0514bff6a
lib/matplotlib/tri/triangulation.pyhttps://github.com/matplotlib/matplotlib/pull/23787/files#diff-32a240e1e015c706cbe28492bc047caf648c6fa107c26d10e9a49bdd1cf58c38
View file https://github.com/ianthomas23/matplotlib/blob/846f4c76642214dd76ab3a9f31b6285d6b6e04f4/lib/matplotlib/tri/triangulation.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/23787/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-32a240e1e015c706cbe28492bc047caf648c6fa107c26d10e9a49bdd1cf58c38
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-32a240e1e015c706cbe28492bc047caf648c6fa107c26d10e9a49bdd1cf58c38
setup.pyhttps://github.com/matplotlib/matplotlib/pull/23787/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7
View file https://github.com/ianthomas23/matplotlib/blob/846f4c76642214dd76ab3a9f31b6285d6b6e04f4/setup.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/23787/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7
ianthomas23https://github.com/ianthomas23
Aug 31, 2022https://github.com/matplotlib/matplotlib/pull/23787/files#r959998475
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/23787/files
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7
setupext.pyhttps://github.com/matplotlib/matplotlib/pull/23787/files#diff-113dbd0ff67f6e8e817884a3e98962eec6856df1fb826932442487e374b827f0
View file https://github.com/ianthomas23/matplotlib/blob/846f4c76642214dd76ab3a9f31b6285d6b6e04f4/setupext.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/matplotlib/matplotlib/pull/23787/{{ revealButtonHref }}
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-113dbd0ff67f6e8e817884a3e98962eec6856df1fb826932442487e374b827f0
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-113dbd0ff67f6e8e817884a3e98962eec6856df1fb826932442487e374b827f0
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-113dbd0ff67f6e8e817884a3e98962eec6856df1fb826932442487e374b827f0
ianthomas23https://github.com/ianthomas23
Aug 31, 2022https://github.com/matplotlib/matplotlib/pull/23787/files#r959999598
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/23787/files
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-113dbd0ff67f6e8e817884a3e98962eec6856df1fb826932442487e374b827f0
https://github.com/matplotlib/matplotlib/pull/23787/files#diff-113dbd0ff67f6e8e817884a3e98962eec6856df1fb826932442487e374b827f0
Please reload this pagehttps://github.com/matplotlib/matplotlib/pull/23787/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.