-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Comparing changes
Open a pull request
base repository: plotly/plotly.py
base: v6.8.0
head repository: plotly/plotly.py
compare: v6.9.0
- 19 commits
- 21 files changed
- 3 contributors
Commits on Jun 3, 2026
-
Merge pull request #5609 from plotly/release-6.8.0
Version changes for v6.8.0
Configuration menu - View commit details
-
Copy full SHA for 010e298 - Browse repository at this point
Copy the full SHA 010e298View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9e10b1 - Browse repository at this point
Copy the full SHA b9e10b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c5becf - Browse repository at this point
Copy the full SHA 0c5becfView commit details -
Merge pull request #5612 from plotly/cam/5611/exempt-plotly.py-exclud…
…e-newer ci: Exempt plotly.py from exclude-newer rule
Configuration menu - View commit details
-
Copy full SHA for 2a91b77 - Browse repository at this point
Copy the full SHA 2a91b77View commit details
Commits on Jun 13, 2026
-
Raise a clear error for unsupported marginal plot types
Closes #4654. Passing an unsupported value to marginal_x, marginal_y or marginal in Plotly Express (for example marginal_x="density") left trace_spec as None in make_trace_spec, which later failed deep inside make_figure with a confusing "'NoneType' object has no attribute 'constructor'". make_trace_spec now raises a ValueError naming the offending value and listing the supported marginal plot types: rug, box, violin and histogram. The singular `marginal` argument is normalised to marginal_x or marginal_y before this point, so the single check covers all three parameters. Adds a regression test in tests/test_optional/test_px/test_marginals.py.
Configuration menu - View commit details
-
Copy full SHA for f9f0bce - Browse repository at this point
Copy the full SHA f9f0bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c27cf1 - Browse repository at this point
Copy the full SHA 0c27cf1View commit details
Commits on Jun 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 73f0086 - Browse repository at this point
Copy the full SHA 73f0086View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f2236c - Browse repository at this point
Copy the full SHA 2f2236cView commit details -
Merge pull request #5625 from eugen-goebel/fix-4654-marginal-error-me…
…ssage Raise a clear error for unsupported marginal plot types
Configuration menu - View commit details
-
Copy full SHA for 50bb20b - Browse repository at this point
Copy the full SHA 50bb20bView commit details
Commits on Jun 20, 2026
-
Add missing space in unsupported-marginal error message
Follow-up to #5625. The f-string refactor merged there concatenated two adjacent string literals without a separating space, so the message rendered as "...for `marginal_x`.Supported marginal plot types...". This restores the space after the period.
Configuration menu - View commit details
-
Copy full SHA for 8d47808 - Browse repository at this point
Copy the full SHA 8d47808View commit details
Commits on Jun 22, 2026
-
Merge pull request #5630 from eugen-goebel/fix-marginal-error-message…
…-spacing Add missing space in unsupported-marginal error message
Configuration menu - View commit details
-
Copy full SHA for 5cdb606 - Browse repository at this point
Copy the full SHA 5cdb606View commit details
Commits on Jul 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b3facc7 - Browse repository at this point
Copy the full SHA b3facc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ff6656 - Browse repository at this point
Copy the full SHA 4ff6656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a753fe - Browse repository at this point
Copy the full SHA 9a753feView commit details -
update commands.py and CONTRIBUTING.md to reflect the fact that JS bu…
…ild artifacts must be updated when updating plotly.js version
Configuration menu - View commit details
-
Copy full SHA for fd7e3f1 - Browse repository at this point
Copy the full SHA fd7e3f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d63d05 - Browse repository at this point
Copy the full SHA 3d63d05View commit details -
Merge pull request #5639 from plotly/update-plotlyjs-3.7.0
chore: Update plotly.js to v3.7.0
Configuration menu - View commit details
-
Copy full SHA for c27c986 - Browse repository at this point
Copy the full SHA c27c986View commit details
Commits on Jul 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2e824d8 - Browse repository at this point
Copy the full SHA 2e824d8View commit details
Commits on Jul 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 495134a - Browse repository at this point
Copy the full SHA 495134aView 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 v6.8.0...v6.9.0