Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,10 @@ doc/check-or-enforce-order.py
tests/percy/*.html
tests/percy/pandas2/*.html
test_path.png

# Ignore generated Plotly.js assets
package.json
static/remoteEntry.*.js
remoteEntry.*.js
plotly/labextension/package.json
plotly/labextension/static/remoteEntry.3a317cf6fef461b227b4.js
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Added
- Add `facet_row` support to `px.imshow` for creating subplots along an additional dimension [[#5445](https://github.com/plotly/plotly.py/pull/5445)]
- Begin migrating `add_vline`, `add_hline`, `add_vrect`, `add_hrect` to use native `layout.shape.label`; the new `label=` parameter is now supported on all four helpers, and legacy `annotation_*` kwargs are forwarded to `shape.label` with a `FutureWarning` [[#5373](https://github.com/plotly/plotly.py/pull/5373)]

### Fixed
- Update `numpy.percentile` syntax to stop using deprecated alias [[5483](https://github.com/plotly/plotly.py/pull/5483)], with thanks to @Mr-Neutr0n for the contribution!
Expand Down
Loading