You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ below :-).
7
7
### Documentation PR
8
8
9
9
- [ ] I've [seen the `doc/README.md` file](https://github.com/plotly/plotly.py/blob/master/doc/README.md)
10
-
- [ ] This change runs in the current version of Plotly on PyPI and targets the `doc-prod` branch OR it targets the `master` branch
10
+
- [ ] This change runs in the current version of Plotly on PyPI and targets the `doc-prod` branch OR it targets the `main` branch
11
11
- [ ] If this PR modifies the first example in a page or adds a new one, it is a `px` example if at all possible
12
12
- [ ] Every new/modified example has a descriptive title and motivating sentence or paragraph
13
13
- [ ] Every new/modified example is independently runnable
@@ -27,7 +27,7 @@ below :-).
27
27
28
28
## Code PR
29
29
30
-
- [ ] I have read through the [contributing notes](https://github.com/plotly/plotly.py/blob/master/contributing.md) and understand the structure of the package. In particular, if my PR modifies code of `plotly.graph_objects`, my modifications concern the `codegen` files and not generated files.
30
+
- [ ] I have read through the [contributing notes](https://github.com/plotly/plotly.py/blob/master/CONTRIBUTING.md) and understand the structure of the package. In particular, if my PR modifies code of `plotly.graph_objects`, my modifications concern the `codegen` files and not generated files.
31
31
- [ ] I have added tests (if submitting a new feature or correcting a bug) or
32
32
modified existing tests.
33
33
- [ ] For a new feature, I have added documentation examples in an existing or
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,24 @@
1
-
# Change Log
1
+
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
+
## Unreleased
6
+
7
+
### Fixed
8
+
- Fix third-party widget display issues in v6 [[#5102]https://github.com/plotly/plotly.py/pull/5102]
9
+
10
+
## [6.0.1] - 2025-03-14
11
+
12
+
### Updated
13
+
- Updated Plotly.js from version 3.0.0 to version 3.0.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#301----2025-02-18) for more information.
14
+
15
+
16
+
### Fixed
17
+
- Fix `TypeError` when using `orjson` to serialize `pandas.NA`[[#5040](https://github.com/plotly/plotly.py/pull/5040)].
18
+
- Fix issue where using `category_orders` on `px.pie` raised `ColumnNotFoundError`[[#5000](https://github.com/plotly/plotly.py/pull/5000)].
19
+
- Fix incorrect `DeprecationWarning` shown when creating a `px` chart [[#5080](https://github.com/plotly/plotly.py/pull/5080), [#5086](https://github.com/plotly/plotly.py/pull/5086)]
20
+
21
+
5
22
## [6.0.0] - 2025-01-28
6
23
7
24
### Added
@@ -716,7 +733,7 @@ This version includes several performance improvements ([#2368](https://github.c
716
733
- Introduce range breaks on date axes (for example, to remove week-ends) via `layout.xaxis.rangebreaks`
717
734
- Introduce a new unified x (or y) hovermode (`layout.hovermode="x unified"`), in which the hover box shows the information for all traces at a given x (or y) position
718
735
- Add `node.customdata` and `link.customdata` to sankey traces
719
-
- Updated [contributing notes](https://github.com/plotly/plotly.py/blob/master/contributing.md) for more explanations on how to contribute to plotly.py [#2290](https://github.com/plotly/plotly.py/pull/2290). Please give feedback on these notes!
736
+
- Updated [contributing notes](https://github.com/plotly/plotly.py/blob/master/CONTRIBUTING.md) for more explanations on how to contribute to plotly.py [#2290](https://github.com/plotly/plotly.py/pull/2290). Please give feedback on these notes!
720
737
- Updated documentation examples [#2325](https://github.com/plotly/plotly.py/pull/2325), and to show how to color links in Sankey diagrams [#2291](https://github.com/plotly/plotly.py/pull/2291).
721
738
- Special thanks to [@SylwiaOliwia2](https://github.com/SylwiaOliwia2) and [@dangercrow](https://github.com/dangercrow) for improving our documentation!
722
739
@@ -1738,7 +1755,7 @@ This is a major version with many exciting updates. See the [Introducing plotly.
1738
1755
- Error message for `plotly.figure_factory.create_choropleth` is now helpful to Anaconda users who do not have the correct modules installed for the County Choropleth figure factory.
1739
1756
1740
1757
### Changed / Deprecated
1741
-
Please see the [migration guid](migration-guide.md) for a full list of the changes and deprecations in version 3.0.0
1758
+
Please see the [migration guide](MIGRATION_GUIDE.md) for a full list of the changes and deprecations in version 3.0.0
to update to development versions of `plotly.js`. This will fetch the `plotly.js` in the CircleCI artifact of the branch `branchname` of the repo `reponame`. If `--devrepo` or `--devbranch` are omitted, `updateplotlyjsdev` defaults using `plotly/plotly.js` and `master` respectively.
0 commit comments