Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2024

Updates the requirements on plotly to permit the latest version.

Release notes

Sourced from plotly's releases.

0.9.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from plotly's changelog.

[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

  • [#113] Refactored the structure of the examples to make them more accessible, whilst adding more examples e.g. for wasm.
  • [#115] Simplify the function signature of Plot.to_inline_html() so that it just takes Option<&str> as an argument.

[0.8.1] - 2022-09-25

Added

  • Button support (i.e. updatemenus) contibuted by @​sreenathkrishnan. Details and examples in this well written PR #99.
  • Internally, there is now a plotly-derive crate which defines a FieldSetter procedural macro. This massively cuts down the amount of code duplication by generating the setter methods based on the struct fields. Again thanks to @​sreenathkrishnan for this effort.

[0.8.0] - 2022-08-26

Version 0.8.0 represents a significant release which refactors a lot of the codebase and tries to provide a cleaner API: there are several breaking changes listed below. On the whole, if migrating from v0.7.0, start by following any new compiler errors and, if you're still stuck, open an issue on the issue tracker and we can help out.

Added

  • impl Clone, Serialize and PartialEq for Plot
  • impl Clone +/- Copy for color types
  • Support for configuration options
  • Support for layout templates and pre-defined themes
  • Support for WASM environments

... (truncated)

Commits
  • 2ab92bf update Cargo.toml version for release (#214)
  • 2fe4b1b Merge pull request #212 from plotly/update-license
  • 5ca0375 Merge branch 'main' into update-license
  • 13a8971 Improve ergonomics of Title and LegendGroupTitle structs (#154)
  • a6302ea changed the expected type for HeatMap.z from Option\<Vec<Z>> to `Option<Ve...
  • 0071831 Impl Color for f64 (+ f32, i64, i32, ...) (#155)
  • 8713ad2 Add Table trace (#207)
  • 4815df7 Fix setter for Axis::matches to take string arg (#178)
  • eff2ed0 Merge branch 'main' into update-license
  • 5d32eb3 update changelog (#208)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 24, 2024
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.4...0.9.0)

---
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.9.0 branch from 9036505 to c793f2c Compare August 30, 2024 20:25
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 6, 2024

Superseded by #23.

@dependabot dependabot bot closed this Sep 6, 2024
@dependabot dependabot bot deleted the dependabot/cargo/plotly-0.9.0 branch September 6, 2024 13:04
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