Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update plotly requirement from 0.9.0 to 0.10.0 #266

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements on plotly to permit the latest version.

Release notes

Sourced from plotly's releases.

0.10.0

What's Changed

New Contributors

Full Changelog: plotly/plotly.rs@0.9.1...0.10.0

Changelog

Sourced from plotly's changelog.

[0.10.0] - 2024-09-16

Added

  • [#231] Added new plotly_embed_js feature to reduce binary sizes by not embedding plotly.min.js in the library unless explicitly enabled via the feature flag. Deprecates use_local_plotly in favor of explicit opt-in via the feature flag and introduce method use_cdn_plotly to allow users to use CDN version even behind the plotly_embed_js feature flag.

Fixed

  • [#230] Make Bar chart width and offset use f64 values.

[0.10.0] - 2024-09-06

Added

  • [#217] Added show_html(filename) method to bypass situations where accessing default /tmp is not possible, e.g., with in SNAP Firefox
  • [#227] Switch from HTML template render from askama to rinja

Fixed

  • [#232] Generalize OS detection in the context of opening HTML pages with default app via xdg-open
  • [#233] Fix mdBook code examples

[0.9.0] - 2024-06-29

Added

  • [#153] Added LayoutScene.
  • [#154] Improve ergonomics of Title and LegendGroupTitle structs: new method now takes no arguments as per other structs, whilst a new with_text() constructor is added for convenience. Where other structs contain a Title (and LegendGroupTitle), users can now call the title() (and legend_group_title()) method with anything that impls Into<Title>, viz. String, &String, &str and Title.
  • [#157] Fix HeatMap's setters for correctly setting zmin, zmax and zmin independent of Z input type.
  • [#159] Make heat_map module public to expose Smoothing enum.
  • [#161] Added Axis scaleanchor settter.
  • [#163] Added DensityMapbox.
  • [#166] Added subplot example with multiple titles.
  • [#178] Fix setter for Axis::matches to take string arg.
  • [#180] Add setter for Mapbox::domain.
  • [#181] Fix compilation error when mixing the crate with askama/with-axum by adding with-axum feature.
  • [#207] Add Table trace.
  • [#212] Update LICENSE

[0.8.4] - 2023-07-09

Added

  • [#143] Widen version range of askama.

Fixed

  • [#129] Fix issue for plots not showing in browser in Windows. Thanks to @​juanespj and @​M-NK-Y for the PRs.
  • [#147] Update documentation for jupyter notebook example.

[0.8.3] - 2022-11-04

Fixed

  • [#122] Compilation error for the wasm feature.
  • [#123] Compilation error for the plotly_kaleido feature.

[0.8.2] - 2022-11-03

Added

  • [#110] LegendGroupTitle to existing traces.
  • [#88] Mesh3D, Image, ScatterMapbox traces.

Changed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [plotly](https://github.com/plotly/plotly.rs) to permit the latest version.
- [Release notes](https://github.com/plotly/plotly.rs/releases)
- [Changelog](https://github.com/plotly/plotly.rs/blob/main/CHANGELOG.md)
- [Commits](plotly/plotly.rs@0.9.0...0.10.0)

---
updated-dependencies:
- dependency-name: plotly
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 17, 2024
@avhz avhz merged commit 352e42e into main Sep 30, 2024
6 of 9 checks passed
@avhz avhz deleted the dependabot/cargo/plotly-0.10.0 branch September 30, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant