Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: plotly/plotly.rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.0
Choose a base ref
...
head repository: plotly/plotly.rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.0
Choose a head ref
  • 11 commits
  • 52 files changed
  • 4 contributors

Commits on Dec 6, 2024

  1. add examples on building responsive plots and custom HTML pages (#257)

    Fixes #175
    Closes #228
    
    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    1405731 View commit details
    Browse the repository at this point in the history
  2. update readmes (#258)

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    ca4560f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Make i, j, k optional in Mesh3d::new() (#260)

    * Make i, j, k optional
    * Update example to work with optional i,j,k
    tylerhawkes authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    29736fe View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Configuration menu
    Copy the full SHA
    48bc816 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. fix hyperlinks (#263)

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    ea8d95c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. allow users to set Kaleido path via envionment variable (#262)

    * allow users to set Kaleido path via envionment variable
    
     - introduced a new feature to allow users to download Kaleido at
       compile time when the applications are targeted for the host machine
     - this can be overriden by the runtime environment variable
    
    * add no-sanbox arg to Kaleido process
     - something fishy is happening in the CI, without this argument
       empty files are generated because of chromium security issues
     - print stderr of Kaleido to console
    
    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    b6155ab View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. add Pie Chart trace (#265)

    * add Pie Chart trace
    
     - add examples
     - add section in mdBook
    
    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    
    * fix cargo doc warnings
    
    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    
    * add pie unittests and fix docs
    
    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    cc64d6f View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Update itertools requirement from >=0.10, <0.14 to >=0.10, <0.15 (#268)

    Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
    - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
    - [Commits](rust-itertools/itertools@v0.10.0...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: itertools
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    2ef28a2 View commit details
    Browse the repository at this point in the history
  2. implement deserialize to NamedColor, Rgb, Rgba and bump plotly versio…

    …n for next release (#267)
    
    * implement deserialize to NamedColor, Rgb, Rgba
    
     - remove prefix test_ from all unittest function names
     - bump crate version to 0.12
    
    Fixes #264
    
    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    db69b35 View commit details
    Browse the repository at this point in the history
  3. bypass circular dependency on same version when publishing (#269)

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    38608b9 View commit details
    Browse the repository at this point in the history
  4. add separate workflow files for publishing sub-packages

    Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
    andrei-ng committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    a4e11fc View commit details
    Browse the repository at this point in the history
Loading