Skip to content

Commit

Permalink
Added Performance CHANGELOG.md section
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Apr 28, 2020
1 parent 51bad7f commit f8ae78d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
makes it possible to skip hover information for some arguments or to change
the formatting of hover informatiom [#2377](https://github.com/plotly/plotly.py/pull/2377).

### Performance
This version includes several performance improvements ([#2368](https://github.com/plotly/plotly.py/pull/2368), [#2403](https://github.com/plotly/plotly.py/pull/2403)).

- 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.
- Property validation is now disabled for select internal operations.
- 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.

## [4.6] - 2020-03-31

### Updated
Expand Down

0 comments on commit f8ae78d

Please sign in to comment.