Skip to content

Commit

Permalink
chore(version): plotly-express-v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Jun 20, 2024
1 parent 048e1d6 commit 68a9c39
Show file tree
Hide file tree
Showing 4 changed files with 22 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.

19 changes: 19 additions & 0 deletions plugins/plotly-express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
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.9.0 - 2024-06-20
#### Bug Fixes
- update init to bring in new datasets (#564) - (048e1d6) - Alex Peters
#### Build system
- Require deephaven-core>=0.34.0 for plotly-express (#469) - (c735dec) - mofojed
#### Documentation
- function autodocs embedded in docs (#527) - (6977a33) - Joe
- add plotting sidebar and plotting docs edits (#519) - (a9840cb) - Don
- initial rough draft of dx docs with templates (#487) - (50f6e9a) - Don
#### Features
- ticking gapminder, wind, election datasets (#541) - (c8845b6) - Alex Peters
- Ticking tips data set (#521) - (ed9baef) - Alex Peters
#### Performance Improvements
- minor improvement to dx.data.iris() time to display (#525) - (932a550) - Don
#### Refactoring
- re-write dx.data.iris() using px.data to calculate base mean/std (#509) - (58f8a97) - Don

- - -

## plotly-express-v0.8.0 - 2024-05-16
#### Bug Fixes
- Improve TimePreprocessor code (#455) - (be887f7) - 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.8.0.dev0
version = 0.9.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.8.0",
"version": "0.9.0",
"description": "Deephaven plotly express plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit 68a9c39

Please sign in to comment.