Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2025

Updates the requirements on plotly to permit the latest version.

Release notes

Sourced from plotly's releases.

0.12.1

  • fix publishing to crates.io issues

Full Changelog: plotly/plotly.rs@0.12.0...0.12.1

Changelog

Sourced from plotly's changelog.

[0.12.1] - 2025-01-02

Fixed

  • [#269] Fix publishing to crates.io issue

[0.12.0] - 2025-01-02

Changed

  • [#256] Bump Cargo.toml edition to 2021
  • [#261] Updated code of conduct

Fixed

  • [#265] Add Pie Chart trace
  • [#264] Derive Deserialize on NamedColor, Rgb and Rgba
  • [#216] Opt out of downloading Kaleido binaries and allow users to set Kaleido path via environment variable
  • [#259] Mesh3d::new() has wrong signature
  • [#175] Put multiple subplots in the same html - added an example using build_html crate.
  • [#228] Redraw function seems to be broken - added example on generating responsive plots.

[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

... (truncated)

Commits
  • 306db43 bump plotly derive version
  • 41f50cc bump version
  • 38608b9 bypass circular dependency on same version when publishing (#269)
  • db69b35 implement deserialize to NamedColor, Rgb, Rgba and bump plotly version for ne...
  • 2ef28a2 Update itertools requirement from >=0.10, <0.14 to >=0.10, <0.15 (#268)
  • cc64d6f add Pie Chart trace (#265)
  • b6155ab allow users to set Kaleido path via envionment variable (#262)
  • ea8d95c fix hyperlinks (#263)
  • 48bc816 adding code of conduct (#261)
  • 29736fe Make i, j, k optional in Mesh3d::new() (#260)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 19, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/plotly-0.12 branch from 58334c3 to 8663955 Compare February 22, 2025 11:33
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.12.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/plotly-0.12 branch from 8663955 to d0f1112 Compare March 3, 2025 07:33
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