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

Update plotly requirement from 0.8 to 0.11 #27

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2024

Updates the requirements on plotly to permit the latest version.

Release notes

Sourced from plotly's releases.

0.11.0

What's Changed

New Contributors

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

Changelog

Sourced from plotly's changelog.

[0.11.0] - 2024-12-06

Changed

  • [#251] Expose image data as String with to_base64 and to_svg using Kaleido
  • [#245] Change Contours size to be f64 instead of usize
  • [#243] Made plotly_embed_js embed all JS scripts when enabled. Renamed use_cdn_plotly to use_cdn_js.

Fixed

  • [#248] Book recipes do not render graphs
  • [#247] Add function to export image (with Kaleido) as a b64 string
  • [#246] Expose pattern fill api for histograms and bar charts
  • [#244] Fix swapped x and y in the examples.
  • [#242] Disable request for tex-svg.js file
  • [#237] Add Categorical Axis ordering.

[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.9.1] - 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.

... (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.8.0...0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2025

Superseded by #32.

@dependabot dependabot bot closed this Jan 2, 2025
@dependabot dependabot bot deleted the dependabot/cargo/plotly-0.11 branch January 2, 2025 12:11
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.

0 participants