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: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
10
10
makes it possible to skip hover information for some arguments or to change
11
11
the formatting of hover informatiom [#2377](https://github.com/plotly/plotly.py/pull/2377).
12
12
13
+
### Performance
14
+
This version includes several performance improvements ([#2368](https://github.com/plotly/plotly.py/pull/2368), [#2403](https://github.com/plotly/plotly.py/pull/2403)).
15
+
16
+
- Child graph objects (e.g. `figure.layout.xaxis`) are no longer created eagerly during graph object construction. Instead, they are created lazily the first time the property is accessed.
17
+
- Property validation is now disabled for select internal operations.
18
+
- When used with Python 3.7 and above, ploty.py now takes advantage of [PEP-562](https://www.python.org/dev/peps/pep-0562/) to perform submodule imports lazily. This dramatically improves import times.
0 commit comments