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

Bump bokeh from 3.4.2 to 3.6.0 #435

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps bokeh from 3.4.2 to 3.6.0.

Changelog

Sourced from bokeh's changelog.

2024-09-26 3.6:

  • bugfixes:

    • #4951 ModelExtensions - all resources from a whole module are loaded
    • #7524 GroupFilter only accepts strings
    • #13827 [component: bokehjs] [BUG] Lack of range expansion when there remains unbounded directions, even when maintain_focus=False
    • #13886 [component: bokehjs] [BUG] NPM package has types (*.d.ts) in incorrect location
    • #13957 [component: bokehjs] Explicit selection glyph example broken
    • #13959 [BUG] Reset Tool Error in Bokeh Gridplot with Single Plot
    • #13964 [component: bokehjs] [BUG] page won't render if CustomJS args has a dict with key "constructor"
    • #13965 [component: bokehjs] [BUG] CategoricalSlider shows ‘undefined’ value and skip that value
    • #13972 BOKEH_MINIFIED not working
    • #13984 [component: tests] [BUG] Deprecation warning treated as error in pytest hook
    • #14014 [component: bokehjs] [BUG] StringFormatter nan_format seems broken
    • #14054 [component: bokehjs] [BUG] Custom hover tooltip on image plot shows all the image data.
    • #14058 [component: bokehjs] [BUG] Clearing selection with ESC only works on first selection tool
    • #14068 [component: bokehjs] [BUG] Unable to change figures displayed by altering children attribute of gridplot (or other layout classes) in JS callback
    • #14072 [component: bokehjs] [BUG] Spinner input not responding to wheel event
    • #13968 [component: docs] fix indentation in offset parameter for Title
    • #14038 [component: bokehjs] Allow is_equal(0, -0) to be true to match ===
    • #14055 [component: docs] fix some typos
    • #14065 [component: build] Generate correct *.d.ts files for CSS modules
  • features:

    • #601 [component: bokehjs] Add support for click events on categorical axes
    • #11104 [component: bokehjs] [FEATURE] Option for DataTable column sorting to place NaNs last
    • #13130 [component: bokehjs] Add CustomJSTicker
    • #13893 [component: bokehjs] [FEATURE] Custom sorting of columns in a table
    • #13905 [component: bokehjs] [FEATURE] triangle relative size by data units
    • #13921 [FEATURE] Attach ScaleBar to subplot range
    • #14035 [component: bokehjs] Add WebGL implementation for Ngon glyph
    • #14031 [component: bokehjs] Add "open image in a new tab" mode to save tool
    • #14033 Add support for click-style pan tools
  • tasks:

    • #12303 [FEATURE] Improved error message on token expiry
    • #13835 [FEATURE] NumPy 2.0 support
    • #13960 [component: docs] Remove sampledata download in contributing guide
    • #13963 [FEATURE] Add a conda channel for rc releases
    • #13969 [component: bokehjs] [BUG] Plots fail in Firefox 115.12.0esr (64-bit)
    • #13946 [component: build] Upgrade to TypeScript 5.5
    • #13977 [component: bokehjs] Make GlyphRenderer generic in glyph type and remove a lot of any types
    • #13992 Remove docker and old integration tests cruft
    • #14019 [component: docs] Python docstring argument fixes
    • #14021 [component: docs] Fix HTML/CSS warning for palette group detail
    • #14023 [component: docs] Remove outdated known issues list from BokehJS docs
    • #14024 [component: docs] Update setup and testing docs dev guide
    • #14037 [component: bokehjs] Clean up factor range and add factor method
    • #14048 [component: bokehjs] Add missing abstract modifier to classes
    • #14051 [component: bokehjs] Use pseudo type members to avoid casting

... (truncated)

Commits
  • ab39633 Deployment updates for release 3.6.0
  • 849599f Merge deployment staging branch staging-3.6.0rc2
  • bba0ad5 Deployment updates for release 3.6.0rc2
  • bd79030 Add release notes for bokeh 3.6.0 (#14075)
  • 302c11a Fix image hover values in custom hover templates (#14076)
  • 62ace62 Bring 3.5.x point release notes to 3.6.0 (#14074)
  • 53d6e8a Merge deployment staging branch staging-3.6.0rc1
  • 2272b24 Deployment updates for release 3.6.0rc1
  • d6c0dc5 Fix handling of wheel events in Spinner wiget (#14073)
  • ce94261 Improvements to ScaleBar positioning and sizing (#14005)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 Oct 1, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/bokeh-3.6.0 branch 3 times, most recently from 131b4b9 to 60ff2e0 Compare October 8, 2024 09:16
Bumps [bokeh](https://github.com/bokeh/bokeh) from 3.4.2 to 3.6.0.
- [Changelog](https://github.com/bokeh/bokeh/blob/branch-3.7/docs/CHANGELOG)
- [Commits](bokeh/bokeh@3.4.2...3.6.0)

---
updated-dependencies:
- dependency-name: bokeh
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/bokeh-3.6.0 branch from 60ff2e0 to 213bfdc Compare October 14, 2024 12:38
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