glidernet / ogn-python

A gateway with built-in database for the Open Glider Network (OGN)
http://glidernet.org
GNU Affero General Public License v3.0
17 stars 4 forks source link

Bump bokeh from 2.3.2 to 2.4.1 #107

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps bokeh from 2.3.2 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)