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

chore(deps): bump bokeh from 2.1.1 to 2.4.1 in /services/IBF-pipeline/pipeline #97

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 18, 2021

Bumps bokeh from 2.1.1 to 2.4.1.

Changelog

Sourced from bokeh's changelog.

2021-09-15 2.4:

  • bugfixes:
    • #7217 [component: bokehjs] Including both log and linear axis types not working
    • #10756 [component: bokehjs] [BUG] Jitter caching too aggressively
    • #10806 Date validation is too lax
    • #10876 [component: bokehjs] [BUG] 'dashed' line style not working properly when using webgl
    • #10898 [component: bokehjs] [BUG] Tabs widget disabled property has no effect
    • #10927 [component: docs] Inconsistent information about _units property in reference guide
    • #11016 [component: bokehjs] [BUG] Figure name passed to renderer.glyph.name but not renderer.name
    • #11025 [component: bokehjs] Line and MultiLine produce inconsistent data bbox with trailing NaNs
    • #11035 [component: bokehjs] [BUG] Bokeh.Widgets objects missing tools, required by Bokeh.Plotting.gridplot()
    • #11037 [component: bokehjs] [BUG] Using sizing_mode in gridplot layouts requires explicit assignment
    • #11038 [component: bokehjs] [BUG] Calling figure({title:"some title"}) replaces Title object with string, prevents subsequent updates to title text
    • #11045 [component: bokehjs] Hatch patterns are lost with SVG backend after interaction
    • #11058 [component: bokehjs] [BUG] SVG backend does not support line dash offset
    • #11071 [component: examples] [BUG] Use of np.int is deprecated in numpy 1.20
    • #11139 [BUG] Image.transform does not handle data:image/PNG;base64 string images
    • #11149 [component: bokehjs] [BUG] Inconsistent hatch rotation
    • #11154 [BUG] Non-selected hatching not grayed out
    • #11162 [component: bokehjs] [BUG] Do not make room for invisible tick labels
    • #11178 [component: examples] Broken example: Olympic Sprinters
    • #11197 [component: tests] [BUG] Correct missleading classname in BokehJS unit Test for LogTickFormatter
    • #11216 [BUG] Toolbar properties non-nullable
    • #11217 [BUG] WebGL regressions when setting alpha as an iterable
    • #11276 [component: bokehjs] [BUG] FileInput filename not returning the filenames after upgrading to v2.3.2
    • #11288 [component: bokehjs] [BUG] WebGL non-circle markers revert to canvas when selected
    • #11319 [component: tests] examples' tests fail in CI
    • #11367 [component: bokehjs] [BUG] Ellipse glyph does not render properly in figure legend
    • #11374 [component: bokehjs] [BUG] RadioButtonGroup orientation doesn't have expected effect
    • #11378 [component: bokehjs] [BUG] multi_line with logScale
    • #11402 [component: bokehjs] [BUG] SVGRenderingContext2D.arc() differs from Canvas specification, it breaks if used without calling beginPath() beforehand
    • #11413 [component: bokehjs] Changing tile provider does not remove attribution
    • #11437 [component: bokehjs] [BUG] HoverTool ignores IndexFilter in CDSView
    • #11444 [component: tests] [BUG] license-related codebase tests on Win10 fail
    • #11446 [component: bokehjs] [BUG] Hover glyphs permanently rendered with vline/hline mode in 2.4.0dev
    • #11457 [component: tests] MathText integration tests are not robust
    • #11460 [component: tests] Bokeh-CI unit export tests failing
    • #11474 [component: bokehjs] [BUG] graph_renderer.layout_provider changes via JS code are not displayed on plots
    • #11477 [component: server] [BUG] Increasing memory consumption of bokeh server (part 2)
    • #11479 [component: bokehjs] [BUG] MathText axis labels do not all render in multi-figure layouts
    • #11487 [component: tests] OpenURL's unit tests open popup windows
    • #11508 [component: bokehjs] [BUG] Log auto-scaling not showing all data
    • #11520 [BUG] The update() method is not equivalent to changing widget properties directly
    • #11551 [component: bokehjs] SVGRenderingContext2D.drawImage() doesn't respect clipping region
    • #11579 [BUG] Inconsistent handling of Title Text attributes
    • #11587 [component: bokehjs] Clip region is not applied to text in SVG backend
    • #11609 [component: examples] [BUG] Surface3d example is broken
    • #11610 [component: examples] [BUG] Server embed notebook issue
    • #11297 [component: bokehjs] Correctly initialize WebGL non-base marker/scatter glyphs

... (truncated)

Commits

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 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)

Bumps [bokeh](https://github.com/bokeh/bokeh) from 2.1.1 to 2.4.1.
- [Release notes](https://github.com/bokeh/bokeh/releases)
- [Changelog](https://github.com/bokeh/bokeh/blob/branch-3.0/CHANGELOG)
- [Commits](bokeh/bokeh@2.1.1...2.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 18, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 29, 2021

Superseded by #109.

@dependabot dependabot bot closed this Nov 29, 2021
@dependabot dependabot bot deleted the dependabot/pip/services/IBF-pipeline/pipeline/bokeh-2.4.1 branch November 29, 2021 03:08
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants