Skip to content

Commit

Permalink
chore(version): plotly-express-v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon committed Nov 23, 2024
1 parent 7197cc4 commit a893a08
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions plugins/plotly-express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## plotly-express-v0.12.0 - 2024-11-23
#### Bug Fixes
- `dx` now respects the webgl flag (#934) - (9cdf1ee) - Joe
- Remove `frequency_bar` (#955) - (17fbfca) - Joe
- Correct type for generated JsPlugin (#741) - (7da0ecc) - Joe
- Remove server startup from python tests (#768) - (c6c2dd2) - Joe
- Plotly express ticking 3d plots reset pending orientation on tick (#677) - (169354f) - Matthew Runyon
- Prevent pushing broken docs to main (#719) - (86fb7aa) - Joe
- Can't pass both x and y to violin, box and strip (#699) - (70c1805) - Joe
#### Build system
- Upgrade to Vite 5 (#899) - (e94b990) - Matthew Runyon
#### Documentation
- Mention Deephaven version where `server-ui` Docker image is mentioned (#951) - (1fac6af) - JJ Brosnan
#### Features
- Allow passing in a pandas dataframe to dx plots (#967) - (cf03ff0) - Joe
#### Tests
- default tox to 3.8 (#972) - (103c1e7) - Joe

- - -

## plotly-express-v0.11.2 - 2024-07-31
#### Bug Fixes
- Add hist by e2e test and fix error with static plot by (#664) - (88eeaea) - Joe
Expand Down
2 changes: 1 addition & 1 deletion plugins/plotly-express/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = deephaven-plugin-plotly-express
description = Deephaven Chart Plugin
long_description = file: README.md
long_description_content_type = text/markdown
version = 0.11.2.dev0
version = 0.12.0
url = https://github.com/deephaven/deephaven-plugins
project_urls =
Source Code = https://github.com/deephaven/deephaven-plugins
Expand Down
2 changes: 1 addition & 1 deletion plugins/plotly-express/src/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/js-plugin-plotly-express",
"version": "0.11.2",
"version": "0.12.0",
"description": "Deephaven plotly express plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit a893a08

Please sign in to comment.