From a893a084dbf311fce94e7d68767734c158292c0f Mon Sep 17 00:00:00 2001 From: Matthew Runyon Date: Fri, 22 Nov 2024 19:33:22 -0600 Subject: [PATCH] chore(version): plotly-express-v0.12.0 --- package-lock.json | 2 +- plugins/plotly-express/CHANGELOG.md | 20 ++++++++++++++++++++ plugins/plotly-express/setup.cfg | 2 +- plugins/plotly-express/src/js/package.json | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7bb00dc97..063867037 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32033,7 +32033,7 @@ }, "plugins/plotly-express/src/js": { "name": "@deephaven/js-plugin-plotly-express", - "version": "0.11.2", + "version": "0.12.0", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "0.97.0", diff --git a/plugins/plotly-express/CHANGELOG.md b/plugins/plotly-express/CHANGELOG.md index 14e7423aa..dace500b4 100644 --- a/plugins/plotly-express/CHANGELOG.md +++ b/plugins/plotly-express/CHANGELOG.md @@ -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 diff --git a/plugins/plotly-express/setup.cfg b/plugins/plotly-express/setup.cfg index f5c3a61c9..b66679ecf 100644 --- a/plugins/plotly-express/setup.cfg +++ b/plugins/plotly-express/setup.cfg @@ -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 diff --git a/plugins/plotly-express/src/js/package.json b/plugins/plotly-express/src/js/package.json index 59be14b7b..5bf082ab3 100644 --- a/plugins/plotly-express/src/js/package.json +++ b/plugins/plotly-express/src/js/package.json @@ -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",