Skip to content

Commit 78313f0

Browse files
committed
version updates for 6.1.0rc0
1 parent 4b5d943 commit 78313f0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [6.1.0b0] - 2025-03-31
5+
## [6.1.0rc0] - 2025-05-01
66

77
### Updated
8-
- Add support for Kaleido >= v1.0.0 for image generation, and deprecate support for Kaleido<1 and Orca [[#5062](https://github.com/plotly/plotly.py/pull/5062)]
8+
- Add support for Kaleido>=v1.0.0 for image generation, and deprecate support for Kaleido<1 and Orca [[#5062](https://github.com/plotly/plotly.py/pull/5062)]
9+
- Reduce package bundle size by 18-24% via changes to code generation [[#4978](https://github.com/plotly/plotly.py/pull/4978)]
910

1011
### Fixed
1112
- Fix third-party widget display issues in v6 [[#5102](https://github.com/plotly/plotly.py/pull/5102)]
1213
- Add handling for case where `jupyterlab` or `notebook` is not installed [[#5104](https://github.com/plotly/plotly.py/pull/5104/files)]
1314
- Fix issue causing Plotly.js script to be embedded multiple times in Jupyter notebooks [[#5112](https://github.com/plotly/plotly.py/pull/5112)]
15+
- Re-add MIME renderer JupyterLab extension with JupyterLab 4 support to reduce file sizes for offline notebooks [[#5096](https://github.com/plotly/plotly.py/pull/5096)]
16+
- Fix issue preventing plots from rendering in HTML notebook export when using 'vscode+notebook' renderer [[#5154](https://github.com/plotly/plotly.py/pull/5154)]
1417

1518
## [6.0.1] - 2025-03-14
1619

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
"HomePage" = "https://plotly.com/python/"
77
"Documentation" = "https://plotly.com/python/"
88
"Github" = "https://github.com/plotly/plotly.py"
9-
"Changelog" = "https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md"
9+
"Changelog" = "https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md"
1010

1111
[tool.pytest.ini_options]
1212
markers = [
@@ -38,7 +38,7 @@ classifiers = [
3838
]
3939
requires-python = ">=3.8"
4040
license = {file="LICENSE.txt"}
41-
version = "6.1.0b0"
41+
version = "6.1.0rc0"
4242
dependencies = [
4343
"narwhals>=1.15.1",
4444
"packaging"

0 commit comments

Comments
 (0)