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: tensorflow/tensorboard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.12.0
Choose a base ref
...
head repository: tensorflow/tensorboard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.12
Choose a head ref
  • 12 commits
  • 23 files changed
  • 4 contributors

Commits on Mar 31, 2023

  1. Adds a --locked flag to cargo install command, to force to instal…

    …l with dependencies specified by Cargo.lock files of the installed package.
    arcra committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8bb04a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e82d729 View commit details
    Browse the repository at this point in the history
  3. Bumps google-auth-oauthlib dependency restriction to support up to ve…

    …rsion 1.0 (#6246)
    
    * Motivation for features / changes
    As requested and noted in #6197, we can bump this restriction, which is
    currently affecting compatibility of TB with dependency requirements
    from other packages. After the OOB auth flow migration, this should be
    possible.
    
    * Technical description of changes
    Just bump the restriction for `google-auth-oauthlib` in our
    `requirements.txt` file, to support newer versions.
    
    * Detailed steps to verify changes work correctly (as executed by you)
    Executed the auth flows (both the console-only one, and the one that
    uses a browser in the same machine), and validated that they work as
    before with the newer version.
    arcra committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    2115f39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50189fd View commit details
    Browse the repository at this point in the history
  5. TensorBoard 2.12.1

    arcra committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e03778d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Fix safari chart rendering issues. (#6303)

    * Motivation for features / changes
    
    I found a couple of problems with scalar line chart rendering in Safari
    while investigating
    #6280.
    
    * Safari 16.4 introduced limited OffscreenCanvas support. Notably it
    does not include 'webgl2' support. We have to be a bit more strict with
    our OffscreenCanvas feature detection to check for 'webgl2' support.
    * Scalar line charts still would not render in either canvas or svg mode
    until the charts were resized manually. We have to adjust our CSS in
    order to convince WebKit to render the line chart with the space
    available to it. We use 'flex' for this.
    
    * Testing
    
      I tested in both Safari and Chrome that Canvas/Three.js and SVG
    rendering work (using forceSVG=false and forceSVG=true, respectively).
    
      I imported the changes internally and ran internal presubmits.
    
      I did not write any more tests because (1) utils.ts is currently not
    covered by tests and (2) this is a Safari problem which only has best
    effort support.
    bmd3k committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e99a784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c786350 View commit details
    Browse the repository at this point in the history
  3. TensorBoard 2.12.2

    bmd3k committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    96ac55f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    dd86491 View commit details
    Browse the repository at this point in the history
  2. Pin to a more recent docs repo to stop the pip 23.1 error message as …

    …part of the nightly build (#6332)
    
    * Motivation for features / changes
     Nightly Build broken after the pip 23.0->23.1 release
    
    * Technical description of changes
    Found a newer version of the docs repo that doesn't exhibit the error
    and pinned to that version of the repo.
    
    * Screenshots of UI changes
    none
    * Detailed steps to verify changes work correctly (as executed by you)
    Creating the PR and seeing if it triggers the new workflow, in flight.
    
    * Alternate designs / implementations considered
    none
    ericdnielsen authored and groszewn committed May 2, 2023
    Configuration menu
    Copy the full SHA
    b4bdd6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af7449e View commit details
    Browse the repository at this point in the history
  4. TensorBoard 2.12.3

    groszewn committed May 2, 2023
    Configuration menu
    Copy the full SHA
    82c5eee View commit details
    Browse the repository at this point in the history
Loading