8000 Drop `pointcloud` and `heatmapgl` from plotly.py API and update plotly.js bundle from master by archmoj · Pull Request #4815 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

Drop pointcloud and heatmapgl from plotly.py API and update plotly.js bundle from master #4815

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 5 commits into from
Oct 22, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
update changelog
  • Loading branch information
archmoj committed Oct 22, 2024
commit 9f7ce4ec551b3b4d0116cae281570ba792372e1c
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

### Removed
- Drop deprecated `pointcloud` and `heatmapgl` traces from the API

### Updated

- Updated plotly.py to use base64 encoding of arrays in plotly JSON to improve performance.
Expand Down
0