-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency plotly to v6 #1808
Conversation
Reviewer's Guide by SourceryThis pull request updates the plotly dependency from version 5 to version 6. This includes changes to the plotly.js library, which introduces breaking changes such as dropping support for deprecated attributes and traces. The update also includes improvements to the library such as using base64 encoding for typed arrays and making plotly-express dataframe agnostic. Class diagram showing Plotly v6 API changesclassDiagram
class PlotlyExpress {
+subtitle: string
}
class DeprecatedFeatures {
-pointcloud
-heatmapgl
-transforms
-bardir
-titlefont
-titleposition
-titleside
-titleoffset
-annotation.ref
-plot3dPixelRatio
}
class NewFeatures {
+base64TypedArrays
+dataframeAgnostic
+plotlyExpress_extra
}
note for DeprecatedFeatures "Removed in v6.0.0"
note for NewFeatures "Added in v6.0.0"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1808 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 45 45
Lines 4535 4535
=========================================
Hits 4535 4535
Flags with carried forward coverage won't be shown. Click here to find out more. |
This PR contains the following updates:
>=5.21.0,<6
->>=6,<7
Release Notes
plotly/plotly.py (plotly)
v6.0.0
Compare Source
Added
plotly[express]
extra for easily installing Plotly Express dependencies [#4644]subtitle
attribute to all Plotly Express traces [#4830].Removed
pointcloud
andheatmapgl
traces from the API [#4815]tenacity
dependency [#4831]Updated
plotly.graph_objects
module. Notable changes include:titlefont
,titleposition
,titleside
, andtitleoffset
[#7212].bardir
attribute (useorientation
instead) [#7214]annotation.ref
attribute (useannotation.xref
andannotation.yref
instead) [#7215]opacity
attribute (use alpha channel of error barcolor
attribute instead) [#7214]gl3d.cameraposition
(usegl3d.camera
instead) [#7217]plot3dPixelRatio
from config [#7231]zauto
,zmin
andzmax
from the surface trace [#7234]autotick
attributes from cartesian axes [#7236]transforms
from the API [#7240, #7254]go.FigureWidget
to useanywidget
[#4823]Fixed
go.FigureWidget.show
to returnFigureWidget
instead of displayingFigure
[#4869]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.