From b7c2b1a8e4ce01aa8c695a9dcc1037727e11b0a2 Mon Sep 17 00:00:00 2001 From: mikebender Date: Tue, 9 Jul 2024 17:14:11 -0400 Subject: [PATCH] chore(version): plotly-express-v0.10.0 --- package-lock.json | 2 +- plugins/plotly-express/CHANGELOG.md | 12 ++++++++++++ plugins/plotly-express/setup.cfg | 2 +- plugins/plotly-express/src/js/package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f3934b7b..81ba209bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31621,7 +31621,7 @@ }, "plugins/plotly-express/src/js": { "name": "@deephaven/js-plugin-plotly-express", - "version": "0.9.0", + "version": "0.10.0", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "0.75.0", diff --git a/plugins/plotly-express/CHANGELOG.md b/plugins/plotly-express/CHANGELOG.md index 71c422b7f..95ec30fca 100644 --- a/plugins/plotly-express/CHANGELOG.md +++ b/plugins/plotly-express/CHANGELOG.md @@ -2,6 +2,18 @@ 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.10.0 - 2024-07-09 +#### Bug Fixes +- remove Number type and replace with float/int (#590) - (d0e24f4) - Akshat Jawne +- gapminder to be compatible with Pandas 2.0.3 (#586) - (fae2f75) - Alex Peters +#### Documentation +- Make autodoc output structured (#582) - (d1aa3d5) - Joe +#### Features +- add dx.data.jobs and dx.data.marketing example data sets (#595) - (41c7f7e) - Alex Peters +- Replace shortid with nanoid (#591) - (ad8aad9) - Akshat Jawne + +- - - + ## plotly-express-v0.9.0 - 2024-06-20 #### Bug Fixes - update init to bring in new datasets (#564) - (048e1d6) - Alex Peters diff --git a/plugins/plotly-express/setup.cfg b/plugins/plotly-express/setup.cfg index de1751c88..466587532 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.9.0.dev0 +version = 0.10.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 e0aac7a72..ef554ff0a 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.9.0", + "version": "0.10.0", "description": "Deephaven plotly express plugin", "keywords": [ "Deephaven",