Skip to content

Commit 3890d22

Browse files
committed
Rewrite changelog message and add attribution
1 parent 5cf1914 commit 3890d22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## Unreleased
66

77
### Fixed
8-
- Fix Colab renderer detection to use `COLAB_NOTEBOOK_ID` env var instead of importing `google.colab`, so the `colab` renderer is only set for Colab web notebooks and not for other environments like the Colab VS Code extension [[#5473](https://github.com/plotly/plotly.py/pull/5473)]
8+
- Use presence of `COLAB_NOTEBOOK_ID` env var to enable Colab renderer instead of testing import of `google.colab` [[#5473](https://github.com/plotly/plotly.py/pull/5473)], with thanks to @kevineger for the contribution!
99
- Fix issue where user-specified `color_continuous_scale` was ignored when template had `autocolorscale=True` [[#5439](https://github.com/plotly/plotly.py/pull/5439)], with thanks to @antonymilne for the contribution!
1010
- Update tests to be compatible with numpy 2.4 [[#5522](https://github.com/plotly/plotly.py/pull/5522)], with thanks to @thunze for the contribution!
1111

0 commit comments

Comments
 (0)