FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for lib/matplotlib/_api - matplotlib/matplotlib · GitHub
matplotlib
/
matplotlib
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
8.5k
Star
23.3k
Code
Issues
1.1k
Pull requests
431
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
matplotlib
lib
matplotlib
_api
on
v3.11.2
User selector
Datepicker
Commit history
Commits on May 8, 2026
Backport PR #31634: Fix some font-related issues
ksunden
authored and
meeseeksmachine
committed
e00071c
View commit details
Copy full SHA for e00071c
View code at this point
Browse repository at this point
Commits on Apr 21, 2026
Add suggestions to more lookup errors (#31514)
Show description for b07211f
QuLogic
authored
b07211f
View commit details
Copy full SHA for b07211f
View code at this point
Browse repository at this point
Commits on Apr 20, 2026
FIX: Disallow twinx/twiny on Axes3D
Show description for f8a68b7
timhoffm
committed
f8a68b7
View commit details
Copy full SHA for f8a68b7
View code at this point
Browse repository at this point
Commits on Feb 5, 2026
MNT: Rename check_getitem to getitem_checked
timhoffm
committed
325a0dd
View commit details
Copy full SHA for 325a0dd
View code at this point
Browse repository at this point
Commits on Jan 24, 2026
Speedup normalize_kwargs by storing aliases in a more practical format.
Show description for d4ce763
anntzer
committed
d4ce763
View commit details
Copy full SHA for d4ce763
View code at this point
Browse repository at this point
Commits on Jan 20, 2026
Remove outdated notion of property alias priority from docs.
Show description for 1d3c51e
anntzer
committed
1d3c51e
View commit details
Copy full SHA for 1d3c51e
View code at this point
Browse repository at this point
Commits on Jan 17, 2026
Merge pull request #30778 from timhoffm/decorator-tracebackhide
Show description for d1da6fb
QuLogic
authored
d1da6fb
View commit details
Copy full SHA for d1da6fb
View code at this point
Browse repository at this point
Commits on Nov 24, 2025
Merge pull request #30783 from timhoffm/doc-make-keyword-only
Show description for 9280b47
timhoffm
authored
9280b47
View commit details
Copy full SHA for 9280b47
View code at this point
Browse repository at this point
Commits on Nov 22, 2025
MNT: remove decorator frames from traceback
Show description for d16334b
timhoffm
committed
d16334b
View commit details
Copy full SHA for d16334b
View code at this point
Browse repository at this point
Commits on Nov 2, 2025
FIX: Gracefully handle numpy arrays as input to check_in_list() (#30714)
Show description for 419eb3e
timhoffm
authored
419eb3e
View commit details
Copy full SHA for 419eb3e
View code at this point
Browse repository at this point
Commits on Jul 19, 2025
Include close matches in error message when key not found (#30001)
Show description for 192b7c2
dstansby
and
QuLogic
authored
192b7c2
View commit details
Copy full SHA for 192b7c2
View code at this point
Browse repository at this point
Commits on Jul 15, 2025
Replace deprecated imports
dstansby
committed
6019c46
View commit details
Copy full SHA for 6019c46
View code at this point
Browse repository at this point
Commits on Apr 22, 2025
MNT: make signature of GridSpec.update explicit
Show description for b8673bd
timhoffm
committed
b8673bd
View commit details
Copy full SHA for b8673bd
View code at this point
Browse repository at this point
Commits on Sep 25, 2024
Remove 'in' from removal substitution for deprecation messages (#28880)
Show description for e43e0bd
QuLogic
authored
e43e0bd
View commit details
Copy full SHA for e43e0bd
View code at this point
Browse repository at this point
Commits on Aug 15, 2024
Simplify _api.warn_external on Python 3.12+
Show description for 9283ce5
QuLogic
committed
9283ce5
View commit details
Copy full SHA for 9283ce5
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
Merge pull request #28599 from QuLogic/pyupgrade
Show description for 73a731b
ksunden
authored
73a731b
View commit details
Copy full SHA for 73a731b
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
TYP: Clean up deprecated typing imports
QuLogic
committed
6946a76
View commit details
Copy full SHA for 6946a76
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
Clean up F401 diagnostics from ruff
QuLogic
committed
3174980
View commit details
Copy full SHA for 3174980
View code at this point
Browse repository at this point
Commits on Jul 13, 2024
Bump minimum Python to 3.10
QuLogic
committed
db2f895
View commit details
Copy full SHA for db2f895
View code at this point
Browse repository at this point
Commits on Apr 7, 2024
Add note that make_kyword_only() must be the outer most decorator
Show description for 163758a
timhoffm
committed
163758a
View commit details
Copy full SHA for 163758a
View code at this point
Browse repository at this point
Commits on Feb 7, 2024
MNT: de-jargon hard-coded warning and deprecation decorator
tacaswell
committed
cce8690
View commit details
Copy full SHA for cce8690
View code at this point
Browse repository at this point
GOV: adopt EffVer
Show description for 95c628b
tacaswell
and
timhoffm
committed
95c628b
View commit details
Copy full SHA for 95c628b
View code at this point
Browse repository at this point
Commits on Dec 20, 2023
MNT: Make unused imports explicit
Show description for 2a01277
QuLogic
committed
2a01277
View commit details
Copy full SHA for 2a01277
View code at this point
Browse repository at this point
Commits on Oct 3, 2023
BLD: Install Python files via Meson
QuLogic
committed
7d85c0e
View commit details
Copy full SHA for 7d85c0e
View code at this point
Browse repository at this point
Commits on Aug 15, 2023
Tweak shape repr in _api.check_shape error message.
Show description for f37329b
anntzer
committed
f37329b
View commit details
Copy full SHA for f37329b
View code at this point
Browse repository at this point
Commits on Aug 5, 2023
TYP: Add several missing return type annotations
QuLogic
committed
7d09877
View commit details
Copy full SHA for 7d09877
View code at this point
Browse repository at this point
Commits on Jul 27, 2023
Add typing for internal helpers
Show description for 97ab602
QuLogic
committed
97ab602
View commit details
Copy full SHA for 97ab602
View code at this point
Browse repository at this point
Commits on Apr 16, 2023
Use true positional args in check_foo APIs instead of simulating them.
anntzer
committed
100f45d
View commit details
Copy full SHA for 100f45d
View code at this point
Browse repository at this point
Commits on Mar 15, 2023
MNT: delete references to frame objects
Show description for 01390c5
tacaswell
committed
01390c5
View commit details
Copy full SHA for 01390c5
View code at this point
Browse repository at this point
Commits on Mar 5, 2023
Remove LGTM references and minor doc fixes
oscargus
committed
73d73e6
View commit details
Copy full SHA for 73d73e6
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
MNT: Update lru_cache to cache where appropriate
greglucas
committed
63a8ad4
View commit details
Copy full SHA for 63a8ad4
View code at this point
Browse repository at this point
MNT: Update code with Python 3.9+ syntax
Show description for 4d30640
greglucas
committed
4d30640
View commit details
Copy full SHA for 4d30640
View code at this point
Browse repository at this point
Commits on Jan 5, 2023
Harmonize exceptions for unknown keyword arguments.
Show description for 85bb0be
anntzer
committed
85bb0be
View commit details
Copy full SHA for 85bb0be
View code at this point
Browse repository at this point
Commits on Nov 29, 2022
Improve argument checking for set_xticks().
anntzer
committed
df3d2ab
View commit details
Copy full SHA for df3d2ab
View code at this point
Browse repository at this point
Commits on Nov 14, 2022
Factor out error generation for function calls with wrong nargs.
Show description for 973e475
anntzer
committed
973e475
View commit details
Copy full SHA for 973e475
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL