10000 changelog · NewQuest/plotly.py@7bca2ab · GitHub
[go: up one dir, main page]

Skip to content

Commit 7bca2ab

Browse files
changelog
1 parent 728b95e commit 7bca2ab

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

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

77
### Fixed
8-
- Improve support for type checking by bypassing lazy-loading when type checking.
8+
9+
- Improve support for type checking and IDE auto-completion by bypassing lazy-loading when type checking. [#3425](https://github.com/plotly/plotly.py/pull/3425) with thanks to [@JP-Ellis](https://github.com/JP-Ellis)
10+
- Resolved various deprecation warning messages and compatibility issues with upstream dependencies and Python 3.11, plus removed dependency on `six`, with thanks to [@maresb](https://github.com/maresb), [@hugovk](https://github.com/hugovk), [@tirkarthi](https://github.com/tirkarthi), [@martinRenou](https://github.com/martinRenou), and [@BjoernLudwigPTB](https://github.com/BjoernLudwigPTB)
11+
- Better support for MathJax 3 [#3706](https://github.com/plotly/plotly.py/pull/3706)
12+
13+
### Added
14+
15+
- Type annotations for Plotly Express functions and chainable `go.Figure` methods, for better IDE auto-completion [#3708](https://github.com/plotly/plotly.py/pull/3708)
916

1017
### Updated
1118
- Updated Plotly.js to from version 2.11.1 to version 2.12.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v2.12.1/CHANGELOG.md#2121----2022-05-09) for more information. Notable changes include:

0 commit comments

Comments
 (0)
0