8000 Update to_plotly_json docstring, and add new to_json_string helper method by itsluketwist · Pull Request #4301 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

Update to_plotly_json docstring, and add new to_json_string helper method #4301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 22, 2023
Prev Previous commit
Merge branch 'master' into feature/update-json-funcs
  • Loading branch information
alexcjohnson authored Aug 22, 2023
commit 01bbae9cbb1926e9b31e8ebea4d6d417188538ba
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Updated
- Improved json docstrings, added `BasePlotlyType.to_json()` method [[#4301](https://github.com/plotly/plotly.py/pull/4301)]

### Fixed
- Fixed two issues with px.imshow: [[#4330](https://github.com/plotly/plotly.py/issues/4330)] when facet_col is an earlier dimension than animation_frame for xarrays and [[#4329](https://github.com/plotly/plotly.py/issues/4329)] when facet_col has string coordinates in xarrays [[#4331](https://github.com/plotly/plotly.py/pull/4331)]

## [5.16.1] - 2023-08-16

### Fixed
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0