-
Notifications
You must be signed in to change notification settings - Fork 243
Comparing changes
Open a pull request
base repository: has2k1/plotnine
base: v0.15.0
head repository: has2k1/plotnine
compare: v0.15.1
- 17 commits
- 30 files changed
- 3 contributors
Commits on Jul 18, 2025
-
TST: Fix plot composition test error messages
There are two issues: 1. We had not "opted" into the custom error messaging for the tests. 2. We have to be careful that we attach the result from compare_image to the original Compare instance (cmp._err) and not a copy of it. closes #955
Configuration menu - View commit details
-
Copy full SHA for 097192d - Browse repository at this point
Copy the full SHA 097192dView commit details
Commits on Jul 21, 2025
-
Do not overwrite labels set with labs
... unless if using labs to overwrite.
Configuration menu - View commit details
-
Copy full SHA for 5bac1e1 - Browse repository at this point
Copy the full SHA 5bac1e1View commit details
Commits on Jul 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 857118e - Browse repository at this point
Copy the full SHA 857118eView commit details
Commits on Jul 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fe6e629 - Browse repository at this point
Copy the full SHA fe6e629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 261bf65 - Browse repository at this point
Copy the full SHA 261bf65View commit details
Commits on Jul 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1892fb3 - Browse repository at this point
Copy the full SHA 1892fb3View commit details
Commits on Aug 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1c94c1c - Browse repository at this point
Copy the full SHA 1c94c1cView commit details -
Previous commit has surface a test that was wrong to begin with.
Configuration menu - View commit details
-
Copy full SHA for 7125fd1 - Browse repository at this point
Copy the full SHA 7125fd1View commit details
Commits on Aug 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 08088a0 - Browse repository at this point
Copy the full SHA 08088a0View commit details
Commits on Aug 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c40c043 - Browse repository at this point
Copy the full SHA c40c043View commit details
Commits on Aug 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d88928b - Browse repository at this point
Copy the full SHA d88928bView commit details
Commits on Aug 28, 2025
-
Prefer
_repr_mimebundle_for notebook displayThese changes replace `_ipython_display_` with `_repr_mimebundle_` protocol displaying plots within notebooks. Previously, plotnine used `_ipython_display_()` for display, which works via side effects and assumes an IPython/Jupyter environment. Since IPython 6.1 (May 2017), the `_repr_mimebundle_()` protocol allows objects to return display data instead of triggering side effects. This decouples rendering from IPython, letting any compatible frontend (e.g., Jupyter, marimo) handle presentation without requiring the object to be aware of the runtime. The repr continues to generate a single format (PNG, SVG, etc.) based on configuration to match prior behavior with the `_ipython_display_`. References: - https://ipython.readthedocs.io/en/stable/config/integrating.html - https://ipython.readthedocs.io/en/stable/api/generated/IPython.core.formatters.html
Configuration menu - View commit details
-
Copy full SHA for 1a4a058 - Browse repository at this point
Copy the full SHA 1a4a058View commit details -
Remove _utils.ipython.get_display_function
The previous change made this function an unneccessary.
Configuration menu - View commit details
-
Copy full SHA for 2f0fb8a - Browse repository at this point
Copy the full SHA 2f0fb8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc174d - Browse repository at this point
Copy the full SHA 2fc174dView commit details -
TYP: Remove unnecessary type ignore
Caused by newer version of pandas-stubs.
Configuration menu - View commit details
-
Copy full SHA for 377ee83 - Browse repository at this point
Copy the full SHA 377ee83View commit details
Commits on Oct 30, 2025
-
CI: Disable linting, formating & typechecking
The dependencies and checks have some slight drift and a few of these tests fail. I think the best solution would involve a lockfile that is associated with a release.
Configuration menu - View commit details
-
Copy full SHA for 40cb6f1 - Browse repository at this point
Copy the full SHA 40cb6f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b747488 - Browse repository at this point
Copy the full SHA b747488View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.15.0...v0.15.1