Skip to content

Commit

Permalink
chore(version): plotly-express-v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Jul 9, 2024
1 parent b6eb1f8 commit b7c2b1a
Show file tree
Hide file tree
Showing 4 changed files with 15 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.

12 changes: 12 additions & 0 deletions plugins/plotly-express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.9.0.dev0
version = 0.10.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.9.0",
"version": "0.10.0",
"description": "Deephaven plotly express plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit b7c2b1a

Please sign in to comment.