Bokeh

Latest version: v3.7.2

Safety actively analyzes 723929 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 15

2.2

--------------------
* bugfixes:
- 5589 Some WebGL not working on Safari
- 6775 [component: bokehjs] SVG backend not correctly coloring glyphs in legends
- 7707 [component: bokehjs] Linking the ranges of plots will break the LODEnd event
- 8046 [component: bokehjs] Extra whitespace with SVG export
- 8446 [component: bokehjs] SVG not displaying scatter output
- 8744 [component: bokehjs] Plots containing arrows fail to render correctly with svg output backend.
- 9001 [component: bokehjs] hatch_pattern and svg
- 9213 [component: bokehjs] Svg backend cannot draw annular_wedge correctly [BUG]
- 9436 [component: bokehjs] [BUG] Arrow glyph does not update
- 9551 [component: bokehjs] [BUG] export_svg shifting x-axis upward and overlapping with ticks in Bokeh v1.4
- 9927 [component: bokehjs] [BUG] MultiChoice displayed value is not updating
- 10002 [component: bokehjs] Bokeh not rendering, stuck on Loading BokehJS [BUG]
- 10108 webdriver failing to find installed firefox/geckodriver
- 10146 [BUG] `js_on_event` doesn't work when used in a callback
- 10147 [component: bokehjs] [BUG] `TileRenderer` ignores the `visible` property
- 10153 [component: bokehjs] [BUG] Typed Arrays returned as dicts
- 10164 custom latex examples do not run
- 10174 [BUG] Incorrect type of `Select.options`
- 10191 [component: bokehjs] [BUG] Tools in toolbar flickering and occasionally ignores clicks when HoverTool and hover glyph used
- 10193 [component: bokehjs] [BUG] `GeoJSONDataSource` incorrectly processes `MultiPolygon` geometry type
- 10195 [component: bokehjs] [BUG] visual glitch on empty plots with a second y-axis
- 10215 [component: bokehjs] [BUG] Band is not updated when the model is changed
- 10219 [component: bokehjs] [BUG] Misplaced Rects when using incomplete categorical ranges
- 10233 [component: bokehjs] [BUG] bokeh js v2.x legacy libraries
- 10246 [component: bokehjs] [BUG] wegbl and gridplot with a visible=False element
- 10249 [component: bokehjs] [BUG] SaveTool generates smaller image than plot
- 10251 [component: bokehjs] [BUG] DataTable column sort not working with NaNs
- 10273 [BUG] export_svgs() function creats two files (one is empty)
- 10281 [component: bokehjs] [BUG] line selection is broken
- 10301 [component: bokehjs] bokehjs' version has duplicated dev suffix
- 10302 [component: bokehjs] [BUG] Slider values increment by 2x steps
- 10305 [component: bokehjs] SVG backend doesn't respect NaN/non-finite values
- 10319 [component: bokehjs] [BUG] $name not being passed to hovertool for image plots
- 10320 [component: bokehjs] Plotting with transforms behavior change
- 10324 [component: bokehjs] Image Hover is broken
- 10334 [component: bokehjs] Chrome 84 breaks toolbar rendering
- 10336 [BUG] bokeh.embed.components outputs escaped javascript
- 10358 [component: bokehjs] [BUG] slickgrid import has syntax error
- 10361 [component: bokehjs] Autoload with widgets fails if earlier autoload does not specify widgets
- 10362 [component: bokehjs] [BUG] If axis label is added/removed, the layout is not changed right away
- 10365 [component: bokehjs] Tooltip chooses wrong side in grid plots
- 10367 [component: bokehjs] [BUG] NumericInput and Spinner several bugs
- 10370 [component: bokehjs] ImageURL doesn't respect anchor property when computing bounds
- 10394 [component: bokehjs] [BUG] Can't add tabs after closing a tab
- 10409 [component: examples] Spectrogram is broken
- 10412 [component: bokehjs] [BUG] server_session is completely broken
- 10238 [component: docs] Fix windows docs build issues
- 10244 [component: bokehjs] Handle type="module" w/o entry point packages
- 10271 fix over-quoting by components
- 10378 [component: bokehjs] Distinguish raw strings from HTML in replace_placeholders()

* features:
- 3653 [component: server] Use a different error for "can't open socket" vs "404"
- 6864 [component: bokehjs] DataTable autoEdit expose
- 8595 [component: bokehjs] [Feature request] Allow DataTable to take its natural height
- 8924 [component: bokehjs] Allow to derive ColorBar's low/high from data
- 9169 [FEATURE] SVG export for gridplot
- 9654 [FEATURE] Iterate over submodels of a model and draw submodel graph
- 9956 [component: bokehjs] [FEATURE] varea_stack support in bokehjs
- 10179 [component: bokehjs] [FEATURE] Allow any number in spinner using step=None
- 10265 [FEATURE] Add a DocumentReady event
- 10374 [FEATURE] Allow defining custom format for NaNs in DataTable NumberFormatter
- 10066 [component: bokehjs] Add support for copying canvas to clipboard
- 10353 Enhancements for DataTable

* tasks:
- 10083 [component: bokehjs] bokehjs needs a better assertion framework
- 10086 [component: tests] Restore BokehJS linting
- 10089 [component: bokehjs] Simplify/refactor filters in bokehjs
- 10207 Need to run CI on release branches
- 10209 [component: bokehjs] Naming for new coordinate systems
- 10213 [component: build] Issues / Changelog script will need update
- 10234 [component: bokehjs] Improve responsiveness when hovering over many points
- 10252 Deprecate Oval?
- 10282 [component: docs] Update blog links on all websites to point to Medium
- 10283 [component: docs] Contributing guide needs updating wrt. BEP 6
- 10284 [component: tests] [BUG] Housekeeping: remove documentation references to py.test
- 10289 Housekeeping: Update python idioms
- 10306 [BUG] cElementTree has been deprecated and will be removed in favor of ElementTree
- 10310 [component: docs] [BUG] Link in docs is not working for fill color property
- 10329 [component: bokehjs] Change NumberArray to Float32Array?
- 10344 [component: docs] Documentation and examples updates for 2.2 release
- 10347 [component: docs] Adding links to BEP 6 and BEP landing page to developer docs
- 10397 [component: docs] Color site for OpenURL no longer exists
- 10161 [component: bokehjs] Redefine min()/max() and introduce minmax() function
- 10162 [component: bokehjs] Reduce memory footprint of data indexing
- 10163 [component: bokehjs] Don't sort indices by distance in _hit_point()
- 10176 [component: bokehjs] Ensure typed arrays are used for storing numerical data
- 10185 [component: bokehjs] Fill in the gaps in bokehjs' property definitions
- 10187 [component: docs] Fix typo in docs.
- 10200 [component: bokehjs] PlotLayout -> core.layout.BorderLayout
- 10201 [component: bokehjs] Drop layout's computed variables in favour of bbox
- 10202 [component: bokehjs] A basis for sub-coordinate systems
- 10208 [component: bokehjs] Rewrite gloo in TypeScript and add it to bokehjs
- 10222 [component: build] Fixes for sphinx 3.1.1
- 10225 [component: bokehjs] Improve performance by replacing _build_discontinuous_regions()
- 10226 [component: bokehjs] Optimize `HasProps.setv(attrs, {silent: true})`
- 10227 Forward merge from 2.1.1
- 10229 [component: bokehjs] Redesign the implementation of CDSView's filters
- 10235 [component: bokehjs] Redesign "materialization" of data specs
- 10239 [component: build] Release Automation (pt 1)
- 10240 [component: bokehjs] Corrected EqHistColorMapper with inverted colormap edge transform
- 10241 [component: bokehjs] Allow to resize images in visual tests
- 10257 [component: docs] Misc warnings cleanup
- 10260 [component: docs] 8448 Fix typo "do no yet work" -> "do not yet work" in bokeh/sphinx/source/docs/user_guide/interaction/legends.rst
- 10262 [component: bokehjs] Bump electron from 1.8.8 to 9.1.0 in /bokehjs/examples/electron
- 10269 [component: docs] Fix typos in User Guide
- 10272 [component: bokehjs] Improve performance of selections
- 10275 [component: docs] Fix minor typos
- 10277 [component: docs] Docs change anaconda install source
- 10298 Add bokeh logo palette; remove rogue double-quote from template
- 10304 [component: docs] Add note about nginx large_client_header_buffers to docs
- 10315 [component: bokehjs] Bump lodash from 4.17.15 to 4.17.19 in /bokehjs
- 10316 [component: server] Require auth on WSHandler
- 10330 [component: bokehjs] Initial webgl cleanup
- 10337 [component: docs] Fix typos in Dev Guide
- 10338 [component: bokehjs] Replace for-in loop with for-of and keys()/values()/entries()
- 10342 [component: bokehjs] Update bokehjs/package.json
- 10346 [component: tests] Perform eslint checks on codebase tests
- 10348 [component: bokehjs] Upgrade to SlickGrid 2.4.27
- 10350 [component: bokehjs] Fix bokehjs' legacy bundles
- 10352 Rev pillow version for sec advisory
- 10354 [component: bokehjs] Code dupe experiements
- 10357 [component: docs] Update out of date HoverTool docstring
- 10363 [component: bokehjs] Modernized DataTable styling
- 10393 [component: tests] Mark webdriver's tests as flaky
- 10402 [component: bokehjs] Redesign SVG backen

2.1.1

Not secure

2.1.0

Not secure
--------------------
* bugfixes:
- 7296 [component: bokehjs] Fix orient == 0 case in sidepanel.apply_label_text_heuristic()
- 9218 [component: bokehjs] [bug] shared columndatasource issues in js callback (uncaught typeerror: cannot read property 'connect' of undefined)
- 9230 [component: bokehjs] [bug] webgl + cdsview seems to use incorrect marker fill colours
- 9515 [layout] [bug] layout engine much slower on chrome
- 9856 [component: bokehjs] [component: build] [bug] bokehjs build does not abort on compilation error
- 9871 [component: bokehjs] [bug] tablecolumn doesn't use `field` when `title` is not set
- 9909 [component: bokehjs] Bad toolbar highlight in "dark" modes
- 9915 [component: docs] [bug] the footer on the documentation website extends past its visible area
- 9924 [component: server] [regression] [bug] django server resources are not working
- 9953 [component: bokehjs] [bug] race condition between legend and glyph when using `legend_label`
- 9959 [component: bokehjs] [bug]the hover tool is not disaplyed when the mouse is directly over text
- 9965 [component: docs] [typo] `cumsum()` transform function docstring mistake
- 9987 [component: docs] [bug] `factorrange`'s `start` property's help string references `end`
- 10022 [component: bokehjs] [widgets] [bug] datepicker.disabled doesn't always work
- 10040 [component: bokehjs] [feature] allow named columns to be used in edittools
- 10042 [component: bokehjs] [bug] bad label rendering with hbar / subgroup_label_orientation
- 10072 [component: bokehjs] Bokehjs leak a lots style tag in head tag cause a slow performance
- 10088 [component: build] Only use local bokeh package in tests
- 10103 [component: docs] [bug] using anchors in the api reference hides the anchored element under the header
- 10105 [component: docs] [bug] `cd sphinx; make serve` doesn't work
- 10107 [component: bokehjs] Settable active state of toolproxys in gridplot
- 10114 [component: bokehjs] [svg] Resolve issues with resizing and clearing svg canvas
- 10123 [component: bokehjs] [layout] [regression] Canvas doesn't repaint after layout resize
- 10126 [component: bokehjs] [bug] model.serializable_attributes method removed in bokeh master
- 10128 [bug] resource warning unclosed file... _sri.json possible resource leak
- 10140 [notebook] Fixed typo when registering google colab comms
* features:
- 2326 [component: bokehjs] Toggle selection of objects with shift+click
- 4567 [component: bokehjs] Make tools active state updateable
- 9863 [component: bokehjs] [feature] add "dot" marker variants
- 9890 [component: bokehjs] Some new markers
- 9922 [component: bokehjs] Autocompleteinput has no case insensitive option
- 9963 [feature] add a lineedittool
- 10021 [component: bokehjs] Add support for document event batching
- 10132 [API: models] [feature] edittool.empty_value should support
* tasks:
- 5744 [component: bokehjs] Use only one of global.isnan and isstrictnan
- 5800 [component: tests] Hard pass/fail test of some kind of basic glyph drawing
- 8572 [component: tests] Transforms.py is missing property unit tests
- 8741 [component: docs] Elevate our code of conduct
- 9302 [component: bokehjs] [notebook] Push_notebook does not work in google colaboratory
- 9704 [component: docs] [component: examples] [feature] need to add tile provider demo
- 9813 [component: server] [feature] compose bokeh server with other tornado http servers
- 9844 [component: bokehjs] Upgrade nouislider
- 9913 [component: bokehjs] Use selection() instead of hittest helpers
- 9941 [component: bokehjs] Deprecate css rendering modes for annotations
- 9952 [component: docs] [infra] Bust caching of versions.json
- 9971 [bug] warn about using the same layout element (here: plot) multiple times
- 9972 [component: bokehjs] [widgets] Select widget un-focuses after selection
- 9973 Bump jquery from 3.4.1 to 3.5.0 in /bokehjs
- 9976 [component: bokehjs] [component: build] Update bokehjs' dependencies
- 9977 [component: build] [infra] Use system installed google chrome in ci
- 9978 [bug] cannot apply patch to [id] which is not in the document anymore
- 9982 [component: docs] Bokehjs user guide section not using sri hashes
- 9990 [component: docs] [bug] elaborate on how the margin attribute works in documentation
- 9996 [component: tests] Drop support for s3 upload in examples' tests
- 10000 [component: bokehjs] [component: tests] Add visuals tests for marker glyphs
- 10001 [component: bokehjs] Clean up type situation around buffer handling
- 10004 [component: bokehjs] Clean separation between models' and properties' responsibilities
- 10006 [component: bokehjs] [performance] Speed up setting up of visuals
- 10008 [component: bokehjs] [svg] Incorporate svgrenderingcontext2d into bokehjs
- 10012 [component: bokehjs] Use map<k, v> or set<v> instead of {[key: string]: v}
- 10016 [component: docs] Added ':' before execution command
- 10026 [component: bokehjs] [typescript] Make show(), build_views(), etc. produce most specific types
- 10030 [component: docs] Add google api key requirements into documentation dev guide
- 10035 Miscellaneous changes
- 10036 [component: bokehjs] Refactor implementation of image and imagergba glyphs
- 10050 [component: build] Install channels from conda forge
- 10053 Revert "spanset"
- 10054 [component: bokehjs] Use map instead of {} as view storage
- 10061 [component: bokehjs] Drop usage of our set type in favour of the native set
- 10068 [component: bokehjs] Reduce usage of for-in loop an in operator
- 10069 [component: bokehjs] Improve support for ndarray serialization
- 10074 [component: docs] Fixed 10038 (tornado, ui/ux, search feature improvement)
- 10077 Resolve f541 after upgrading to flake8 >=3.8
- 10084 [component: bokehjs] More usage of map<k, v> and set<v>
- 10085 [component: bokehjs] Make menus usable with tool proxies
- 10091 [component: docs] Update 2.1.0.rst
- 10096 Revert "add support for versioned bokehjs script tags and cdn urls"
- 10101 [component: tests] Drop examples' baseline and image testing
- 10116 [component: bokehjs] [component: tests] Chrome 83 breaks image diff tests
- 10119 [component: docs] Fix a typo in docs
- 10129 [component: examples] [component: tests] Restore examples' images and upload as an artifact
- 10130 2.1 updates
- 10142 [component: docs] [bug] weather_example_scipy
- 10159 Prefer inclusive language

2.0.2

Not secure
--------------------
* bugfixes:
- 8862 [component: bokehjs] [layout] [regression] [bug] fig.add_layout doesn't update the figure
- 9864 [component: bokehjs] Fixed palettes bug
- 9869 [component: docs] [bug] minor typos in validation error output for factorrange and cdsview
- 9875 [component: bokehjs] [component: tests] Starting headless chrome on macos is unreliable
- 9877 [component: bokehjs] [bug] boxannotation doesn't respect fill_color=none
- 9879 [component: bokehjs] [bug] impossible to change factorrange to a lower dimension with different number of factors
- 9900 Bundling and serving precompiled extensions in broken on windows
- 9931 [component: build] Installation of bokeh>=2.0.0 adds `release` directory to site-packages
- 9938 [component: server] [bug] timezone bug in generate_jwt_token
* features:
- 9339 [API: models] [feature] add broader themes
- 9812 [component: bokehjs] Load multiple versions of bokeh into a single web page
- 9872 [API: models] [feature] allow hiding tooltips for muted glyphs
* tasks:
- 6840 Use px as the default font size unit of measurement
- 9771 [component: tests] Recent changes that require visual testing
- 9772 [component: examples] Ipywidgets examples
- 9861 [component: bokehjs] [notebook] Relax elementid check in autoload.js
- 9865 Change array.length issue in filters
- 9866 Refactored unused vars to _
- 9880 [component: docs] Sphinx 3.0 compat
- 9881 Remove pointless util function
- 9883 [component: bokehjs] [component: build] Match compilation and minification targets
- 9885 Update stamen urls for ssl links
- 9888 Broken link to colorcet repo in palettes.py
- 9892 [notebook] [bug] saving bokeh example notebooks causes notebook validation errors
- 9895 [component: build] Ci build is broken (suddenly using python 2)
- 9903 Suppress gridspec warning
- 9904 Minor import cleanup
- 9906 Make auth method overrides explicit
- 9908 [component: docs] Missing 2.0.1 release notes + typos
- 9914 [component: bokehjs] Prefer ** operator in bokehjs codebase
- 9916 [component: bokehjs] Don't duplicate parent's code in oval._map_data()
- 9942 [component: build] Prep for 2.0.2 release
- 9944 [component: docs] Improve tile provider docs
- 9945 [component: build] Release build first steps

2.0.1

Not secure
--------------------
* bugfixes:
- 9522 [component: bokehjs] [bug] arrow lines do not render completely if figure is placed below some div
- 9703 [component: bokehjs] [bug] image_url combined anchor and angle options generated unexpected results
- 9724 [component: bokehjs] [bug] behaviour of automated padding for ranges is inconsistent
- 9773 [infra] [bug] potential chrome cors problem with local output
- 9778 [component: docs] Incorrect guidance on installing additional dependencies for export() functions
- 9784 [component: bokehjs] [bug] `selectiongeometry` has incomplete type of `geometry`
- 9793 [component: docs] Wrong links in bokeh embed example readme
- 9796 [notebook] Autoload js in notebook broken after pr 9777
- 9820 Deprecation warnings after pr 9807
- 9821 [component: docs] [bug] version 2.0 release notes date
- 9834 [regression] [bug] cannot update datepicker display value from python
- 9837 [component: bokehjs] [webgl] [bug] lines with empty data breaks plot with webgl renderer
- 9852 [component: build] Bryanv/correct js version full release
* features:
- 9727 [component: bokehjs] [widgets] [feature] add multi-file selection to fileinput widget
- 9783 [feature] expose `_known_tools` and `_tool_from_string` to allow reuse
- 9799 [component: server] Allow to serve extensions' bundles and related resources
- 9814 [bug] 'bokeh.server.django' ignores &bokeh-session-id url parameter
- 9819 Allow to send binary buffers by messagesent
* tasks:
- 9458 [component: bokehjs] [bug] hovertool in 'vline' mode doesn't work with vertical segments
- 9581 Update dockertools
- 9692 [component: bokehjs] [typescript] Upgrade to typescript 3.8
- 9750 [component: bokehjs] [component: build] [feature] improve bokehjs dependency and project management
- 9758 [component: bokehjs] Deprecate bokehjs package and suggest bokeh/bokehjs
- 9766 [component: docs] Doc: add missing '' in hovertool.formatters example
- 9775 [component: server] [bug] always setting asyncio event loop policy
- 9791 [component: server] Allow subclasses of serve subcommand to modify server_kwargs
- 9794 [component: bokehjs] Add support for bokeh.loader["bokehjs/module/name"]
- 9797 [component: tests] Configure codebase tests with `git ls-files`
- 9801 [component: bokehjs] Update deps and resolve audit warnings
- 9802 [component: bokehjs] [component: build] Drop tslint in favor of typescript/eslint
- 9805 [component: docs] Dev_guide update
- 9816 [component: docs] [documentation] the developers guide uses old syntax for py.test in pre-commit hook
- 9823 [component: docs] [bug] clarify that bokeh 2.0.0 no longer accepts a `selected` argument in cds constructor
- 9831 [component: server] [bug] unhandled exceptions in functionhandler cause hang/blank screen
- 9839 [component: docs] Fixed some minor docstring typos
- 9848 [component: docs] Minor typo in bokeh.transform reference docs

2.0.0

Not secure
--------------------
* bugfixes:
- 6490 [component: docs] [notebook] [webgl] Webgl was requested and is supported, but bokeh-gl(.min).js is not available, falling back to 2d rendering
- 6728 [component: bokehjs] [component: server] Datepicker not updating enabled/disabled
- 8724 [component: bokehjs] Logcolormapper maps to wrong values
- 9108 [component: bokehjs] [layout] [bug] incorrect initialization when loading out of focus
- 9187 [component: bokehjs] [regression] [bug] pinch zoom and panning not working correctly
- 9245 [bug] "set_select" and "select" are not working well with layouts
- 9369 [component: build] Add missing typing_extensions dependency
- 9392 [component: bokehjs] [bug] inferno3 palette in bokehjs is incorrect
- 9395 [component: server] [regression] Bokeh_resources does not work with server
- 9429 Typeerror: symbol.asynciterator is not defined
- 9435 [component: bokehjs] [component: server] [bug] network latency results in orphaned embedded divs for bokeh server
- 9446 Misname/copypasta: login_hander?
- 9455 [component: tests] Isort's test is called test_flake8
- 9466 [component: docs] [fix] hover icon - documentation
- 9474 [component: bokehjs] [bug] helptool duplicates in bokehjs
- 9479 [regression] `nonselection_color` (etc.) doesn't apply after pr 9153
- 9483 [component: bokehjs] [regression] Fix rendering on high dpi displays
- 9485 [widgets] Disable option in fileinput not working [bug]
- 9494 [widgets] [bug] datepicker display off-by-one in non-gmt timezone after upgrade to 1.4.0
- 9514 [regression] Can't override settings using environmental variables
- 9562 [bug] impossible to create a custom model while extending and existing one and using javascript
- 9579 [bug] stdin transmitted in subprocess
- 9607 [component: bokehjs] [widgets] [bug] slider direction, orientation, tooltips and show_value properties not connected
- 9621 [component: bokehjs] [bug] bad document json data leads to a dangling promise returned by `pull_session`
- 9622 [bug] calling `doc.clear()` can lead to unknown model exceptions
- 9639 [regression] Export fails on osx
- 9642 [bug] a typo in bokeh/server/tornado.py
- 9650 Terminate firefox after usage in io.export
- 9667 [component: bokehjs] [component: tests] [regression] Defaults tests are not running
- 9672 [component: bokehjs] [widgets] [bug] spinner error for steps <= 1e-7
- 9676 [regression] [bug] selenium required to build extensions
- 9681 [component: examples] [documentation] typo in texas.py
- 9699 [component: bokehjs] [bug] toolbar activation breaks if models are specified in certain order
- 9702 [component: bokehjs] [regression] [widgets] [bug] daterangeslider is broken
- 9717 [component: bokehjs] [bug] hover tooltip stretches badly to the left
- 9734 Only check resource passed-in args
- 9737 [component: bokehjs] [notebook] [regression] [bug] push_notebook broken in jupyter-lab 1.2.6
* features:
- 3458 [component: server] Use session tokens in the auth header
- 4820 [API: plotting] Hover line width
- 8561 [API: models] [API: plotting] [component: bokehjs] Fixed tick locations do not affect grid line locations
- 8893 [API: plotting] Provide selection_line_width and nonselection_line_width
- 8917 [component: bokehjs] [widgets] [feature] optional valid values list attribute for datepicker
- 9074 [component: server] Support expiration for session creation
- 9304 [component: bokehjs] [widgets] [feature] scientific notation for numberformatter
- 9469 [component: bokehjs] [widgets] [feature]add scientific notation to supported number formats
- 9505 [component: bokehjs] [component: server] Overhaul session expiry and generalize token
- 9524 [component: bokehjs] [feature] bokehjs embed_item should return a reference to the plot.
- 9532 [component: bokehjs] [widgets] Please replace multiselect widget with something more compact, effective and nicer looking
- 9545 [component: server] Allow package relative imports for directory style apps
- 9560 Add tile providers for openstreetmap and esri imagery
- 9571 [API: plotting] Allow setting graph node_marker [feature]
- 9690 Link to discourse from github issues
- 9706 [component: bokehjs] [feature] js_link attr indexing
* tasks:
- 4966 [component: docs] Reference docs don't show inherited properties
- 8176 Switch the default driver for export_png to chromedriver
- 8208 [component: docs] Update/refresh notebook user guide chapter
- 8397 Using subresource integrity with cdn urls
- 8666 Changes right at 2.0 release
- 8801 [component: bokehjs] [component: build] Investigate esm support in bokehjs' build
- 8998 [component: build] Update conda recipe for 2.0
- 9076 [component: build] Strip sourcemappingurl from published js files
- 9098 [component: server] Move from tornado.gen to native coroutines ?
- 9122 [component: docs] Collapse bokeh.models docs
- 9125 [component: build] Remove old conda free channel for version 2.0
- 9146 [bug] push_notebook should raise an error if a handle is passed instead of a document
- 9238 [component: docs] [bug] gridlines are rendered under image plot
- 9248 [feature] make the palettes module ide-friendly
- 9334 Deprecate widgetbox
- 9362 [component: docs] Docs report "no title"
- 9365 Landing 2.0
- 9366 [component: tests] Flake8 shouldn't descend into node_modules
- 9367 [component: build] Use `npm ci` to force usage of the lock file
- 9374 [component: build] Revert "exclude landing-2.0 issues from changelog for now"
- 9377 [component: bokehjs] [typescript] Upgrade to typescript 3.7
- 9379 Remove last python 2 compatibility bits
- 9385 Include step in the list of glyphs that hovertool does not work with
- 9386 [API: models] Replace metaclasses with `__init_subclass__`
- 9388 Explicitly warn that cdsview is unsupported on line glyphs
- 9394 [component: docs] Readmes for all the app examples
- 9396 Move from_networkx function
- 9403 [component: build] Intergrate isort into ci process
- 9406 [component: docs] Glyph method "other parameters" still shows "legend"
- 9409 Update funding.yml
- 9410 Update to cdn.bokeh.org
- 9413 [component: build] [component: docs] Misc dependency changes
- 9419 [component: build] Remove errant pscript dep
- 9427 [component: docs] Server embed examples need updates
- 9432 Remove f-strings from docstrings
- 9437 [component: docs] Temp disable windows builds for gh ci
- 9442 [component: build] Bryanv/more gh ci
- 9444 [component: bokehjs] Conversion from _pop_colors_and_alpha to _pop_visuals missing bokehjs
- 9449 [component: bokehjs] Rewrite bokehjs' connection tests using async/await
- 9451 Docs: correct the gh-actions badge in readme
- 9452 [component: build] Force trigger gh-actions on pull_request
- 9453 [component: build] Minimal tests issue on forked prs
- 9454 [component: tests] Isort error message unhelpful
- 9457 [component: docs] Bokeh.palettes refguide page header mis-renders
- 9463 [bug] fixing spell mistakes
- 9476 [component: examples] [bug] non-daemon worker thread prevents gunicorn from shutting down cleanly
- 9480 [component: build] Expose sri hashes
- 9482 [component: build] Resolve ipython 7.9 pin
- 9484 [component: docs] Update twitter handle in docs
- 9490 Improve sampledata downloading
- 9500 [component: docs] Use new nf verbiage
- 9502 [component: docs] [bug] fix simple typo: ther -> the
- 9507 [component: server] [bug] blank error message when starting bokeh server with python 3.8 on windows
- 9513 [component: build] Switch to gh ci
- 9517 [component: docs] Update bokeh developer documentation
- 9519 [component: docs] Remove pivot app example from readme since it's not supported anymore
- 9521 [component: docs] Describe google api key usage and embedding
- 9525 [component: docs] User guide documentation errors
- 9531 [component: docs] Adding dedicated subsection to docs on bokeh server jinja templating
- 9533 [component: build] [task] coverage tool breaking change affects bokeh tests
- 9541 Misc fixes
- 9543 [component: bokehjs] Bryanv/more misc
- 9544 [component: build] [component: tests] Flaky selenium tests
- 9547 More misc repo work
- 9548 [component: bokehjs] Remove old ad-hoc callback properties
- 9555 [component: docs] Typos and text improvements
- 9565 Fix circular import between glyphs and markers
- 9578 [component: bokehjs] [component: build] Allow to publish dev bokehjs packages
- 9590 [component: docs] Add ipywidgets_bokeh documentation
- 9598 [component: tests] Add ci python version check
- 9606 [component: bokehjs] Make glyph._hit_* methods statically typed
- 9609 [mypy] Add -> none to all test_ functions
- 9610 Update license and copyright dates
- 9623 [component: docs] Add link to jupyter chapter from installation chapter
- 9635 [component: tests] Don't rely on test markers
- 9637 [component: docs] Update docstring with missing argument 'template'
- 9638 [component: bokehjs] Clarify scales hierarchy
- 9645 [component: docs] Fix two typos in docstrings
- 9651 [component: docs] [bug] undocumented api removals in 2.0
- 9658 [component: server] [bug] unable to use async callbacks in `add_next_tick_callback` and the like
- 9662 [component: tests] Implicitly apply pytest.mark.asyncio to async defs
- 9665 [component: docs] Typo fix in annotations documentation
- 9678 Delete custom.md
- 9680 Remove bad super usage
- 9686 [component: tests] Force srgb color profile on chrome
- 9687 [bug] bokeh (html|png|svg) commands all broken
- 9701 [component: tests] Try to improve passability of tests
- 9713 Rename bokeh_version
- 9723 [component: docs] Modified theme documentation to reflect handling of null/none
- 9726 [component: build] Reduce sdist size
- 9733 [component: docs] Fix spelling mistakes in documentation
- 9738 [component: examples] Minor 2.0 fixes
- 9745 [component: build] Legacy issues should not be in a subdirectory
- 9754 [component: build] Allow sdist to --install-js

Page 5 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.