SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python312-bokeh-3.4.1-1.1.noarch.rpm :

* Mon Apr 22 2024 Todd R - Update to version 3.4.1:
* Fixed configuration of secondary glyphs in GraphRendererView
* Allowed to update the order of LayoutDOM.children
* Allowed to update InputWidget.{title,description}
* Allowed DataRange1d to respect min_interval and max_interval
* Fixed WebGL scaling of anti-aliasing by pixel ratio
* Enabled RUF001 to lint confusable characters
* Removed references to Twitter from documentation
* Enabled documentation build on Windows
* Various fixes to documentation and docstrings- Add additional test dependencies to fix tests
* Fri Apr 19 2024 Matej Cepl - Fix URL for CHANGELOG.
* Thu Apr 04 2024 Atri Bhattacharya - Update to version 3.4.0:
* Too many changes to list, see %{_docdir}/python3-bokeh/CHANGELOG.- Add CHANGELOG file as Source; it is missing from PyPI tarballs.- Drop bokeh-sampledata.tar.xz as tarball cannot be checked against upstream (it is generated locally by the packager and liable to be compromised); delete or disable tests depending on sampledata.- Drop python-nbconvert requirement for test flavour on `%ix86`, where it is unavailable.
* Mon Mar 04 2024 Ben Greiner - Update to 3.3.4 [#]# bugfixes: - #13594 [component: docs] New glyphs are missing from TOCs, indexes - #13654 [component: server] [BUG] Tornado client sometimes not correctly cleaned up leading to continuous keep alive ping failures - #13656 [component: tests] Tests fail due to pandas\' deprecation warning - #13660 [component: bokehjs] [BUG] BooleanFilter doesn\'t work with np.array - #13659 [component: docs] Fix missing User Guide sidebars [#]# tasks: - #13502 [component: bokehjs] [FEATURE] Assist in measuring display and interaction latency - #13587 [component: docs] [BUG] Update link to Jinja project in server documentation - #13568 [component: examples] Add Metadata for airports_graph.py and geojson_source.py - #13626 Force import line wrap by count and line length - #13647 [component: docs] Update CoC to use reporting form - #13664 [component: docs] Address missing image thumbnail- Requires pytest-asyncio 0.21.x
* Sat Jan 20 2024 Dirk Müller - update to 3.3.3:
* [BUG] Updating span in figure does not update display
* [BUG] (Global)ImportedStyleSheet URL not being treated correctly
* [BUG] AutocompleteInput: Arrow up/down skips 2 options, not one by one
* Sat Dec 16 2023 Atri Bhattacharya - Update to version 3.3.2:
* [BUG] BoxAnnotation don\'t show up if not all lrbt-bounds are set [gh#bokeh/bokeh#13432].- Delete a bunch of 0 sized files.- Re-create bokeh-sampledata.tar.xz.- Disable a couple more tests:
* test_vermin: vermin not packaged for openSUSE.
* test__use_provided_session_header_autoload: network use.
* Wed Nov 29 2023 Dirk Müller - update to 3.3.1:
* [BUG] Spinner in float mode with int step will increment to int
* [BUG] Incorrectly formatted ticks with %f format when time is older than the Epoch
* [BUG] Running the docs\' \"Specialized Axis Ticking\" example fails due to Node compilation error
* [component: bokehjs] [BUG] Issue with adding DataTable to a new tab from a callback
* [component: docs] Empty bullet points above collapsible blocks in documentation
* [component: bokehjs] Updating button icon does not work on the first click[BUG]
* [component: bokehjs] p.rect and possible others in combination with factor_cmap no longer handles NaN values
* [component: bokehjs] [BUG] HoverTools not correctly located in Notebook
* [BUG] daylight_warsaw_2013 emits a warning
* 13452 [component: bokehjs] [BUG] ImageStack hover tooltip shows incorrect numbers
* [component: bokehjs] RangeTool not working in Jupyter notebook
* [component: bokehjs] [BUG] DateRangePicker selects individual dates by default
* [component: bokehjs] [BUG] {v,h}strip not showing when values are large and width/height is small on WebGL
* Convert value of `BOKEH_DEFAULT_SERVER_PORT` to `int`
* Fri Oct 13 2023 Atri Bhattacharya - Update to verion 3.3.0:
* Too many changes, see https://github.com/bokeh/bokeh/blob/3.3.0/docs/CHANGELOG for a full list and https://blog.bokeh.org/introducing-bokeh-3-3-f58edeac70ec for an overview.
* Sun Sep 17 2023 Atri Bhattacharya - Update to version 3.2.2:
* Bug fixes: - (gh#bokeh/bokeh#13265) Merging tools in `gridplot` leads to wrong active state next to tool icon - (gh#bokeh/bokeh#13288) construct_color_bar does not support ImageStack glyph - (gh#bokeh/bokeh#13307) Incorrect file docstrings in tests/support/plugins directory - (gh#bokeh/bokeh#13314) CDS stream broken for larger rollover
* Mon Jul 03 2023 Atri Bhattacharya - Update to version 3.2.0:
* Too many changes to list, see online https://github.com/bokeh/bokeh/blob/3.2.0/docs/CHANGELOG.- Re-generate bokeh-sampledata.tar.xz for update.- BuildRequires: python-pytest-timeout, python-ipython needed for tests.- Disable a few more tests without necessary data files.
* Thu May 18 2023 Dirk Müller - update to 3.1.1:
* [BUG] Division element id of components can be invalid for CSS
* [component: server] [BUG] Domain is not resolved correctly when using BOKEH_RESOURCES=server
* `load_notebook()` uses non-unique DOM element IDs
* [component: bokehjs] [BUG] Artifacts on the signal when using WebGL to plot
* [component: build] bokehjs\' build fails on Windows 10 due to creating symlinks
* [component: examples] `autocompleteinput.py` example doesn\'t work with pandas 2.0
* [component: docs] `README.md` in `examples/` doesn\'t reflect the contents of the directory
* [component: bokehjs] [BUG] Incorrect behaviour of Slider control on Safari (macOS)
* [component: bokehjs] Heavy `lazy_initialize()` can result in a race condition
* [BUG] Fix broken link to tools guide
* Fix bokeh.sphinxext.util after PR #13041
* [component: server] Fix `MultiRootStaticHandler` after PR #13041
* [component: docs] fix broken docs refs
* [component: bokehjs] Fix race conditions related to layout resize and updates
* [component: bokehjs] accent are sorted last in sorted Tablecolumn
* [component: bokehjs] Investigate duplicated `ctx.stroke()` in various hatch patterns
* [component: build] Display a list of installed dependencies and related software in CI
* [component: bokehjs] [FEATURE] Propagate Name attribute to js for all Models
* [component: docs] [BUG] [docs] Serializer cannot serialize decimal.Decimal
* [component: tests] Complete unit tests for BokehJS mathematical array functions
* [component: build] Check for existence of git tags early on in build process
* [component: docs] dev guide has incorrect links to executables in the github
* Disable miniconda-setup Post step on Windows
* Prune latest docs properly
* [component: docs] Carriage returns error on Windows systems. [BUG]
* [FEATURE] Set `Cross-Origin-Resource-Policy: cross-origin`
* [component: docs] add ref
* [component: tests] Temporarily disable docker_from_wheel test in CI
* [component: docs] Fix tiny error in doc code- block
* [component: docs] Added metadata to line_on_off.py
* [component: docs] Add dropdowns to contributor docs troubleshooting
* [component: docs] Tile source metadata
* Increase the number of iterations in CSS safe ID generator
* [component: docs] Update In-kind sponsors list
* [component: build] Allow `static/` symlinks in `BOKEHJS_ACTION=install pip install -e .`
* [component: docs] Update first_steps_1.rst
* Backports for 3.1.1
* [component: bokehjs] PolySelectTool area remains the same at all zoom levels
* \"Slider\" widget: omitting a required argument does not produce error message
* [component: bokehjs] HoverTool not working with RangeTool
* [component: bokehjs] [BUG] Can\'t interact with multiple RangeTools
* [component: bokehjs] [BUG] range_tool broken on inverted axes
* [component: bokehjs] [BUG] Hover tool not working correctly for rotated rectangles
* [component: bokehjs] [BUG] Plaintext copy-pasted from DataTable has a different order
* [component: bokehjs] [BUG] Dates in DataTables appear as zero-epoch
* [BUG] TypeError when customizing tools icon using PIL Image
* [component: bokehjs] [BUG] Replacing filter of CDSView does not trigger update of DataTable
* [component: bokehjs] [BUG] DataTable rendering behaves inconsistently for different indices of an IndexFilter
* [BUG] Allow reset of DatePicker to empty date
* [component: bokehjs] [BUG] ColumnDataSource does not work with NumPy floating-point scalars
* [component: bokehjs] [FEATURE] enable linebreaks in legend labels
* Figure out why `HexTile` with `pointytop` orientation and `aspect_scale=0.5` fails
* [component: bokehjs] Hover tool can point to data outside of the frame
* Handle Datetime values consistently in annotations
* [component: docs] [BUG] `bokeh.core.json_encoder.serialize_json` doesn\'t work as shown in example
* [component: bokehjs] [BUG] MultiChoice dropdown and autocomplete
* [component: bokehjs] Rect hit testing on circles is overzealous, at least by the default
* light_minimal theme is missing
* [component: bokehjs] [BUG] sizing_mode=\'stretch_both\' broken in gridplot (bokeh 3.0.2)
* [BUG] bokeh v3 ColumnDataSource.selected.indices no longer works with ndarray
* [BUG] Performance differences between v2 and v3
* [component: docs] Ref guide autoclasstoc links are missing
* [component: bokehjs] [BUG] tooltips disappear when range of image is reversed
* [component: bokehjs] ReGL initialization is excessively and unnecessarily slow in tests
* [component: bokehjs] [BUG] DatePicker kills layout
* [component: docs] [BUG] CheckboxGroup minimal example in the documentation (Widgets and DOM elements 3.0.3) does not work properly
* [component: bokehjs] [BUG] Updating DatePicker css_classes from callbacks not working
* Type check errors due to updated `pandas-stubs`
* [component: docs] [BUG] No such file: examples/plotting/marker_map.py
* [component: bokehjs] [BUG] Possible regression: pinching not working with wheelzoomtool
* [component: bokehjs] [BUG] hatching scales differently on different displays
* [component: examples] Custom tooltip example mis-renders
* [component: bokehjs] Custom extension examples do not work
* [component: docs] [BUG] No module named \'bokeh.server.tests\'
* [component: bokehjs] [BUG] DataTable does not output true/false for numpy arrays
* [component: bokehjs] `RangesUpdate` is not emitted for linked plots
* [component: bokehjs] [BUG] HasProps does not record references for models declared inside Map objects
* [component: bokehjs] [BUG] BokehJS interpolate doesn\'t handle length-1 arrays
* [component: bokehjs] [BUG] Streaming broken when switching from Array to TypedArray
* [component: bokehjs] There are dots in HTML class names
* [BUG] Time to add glyph with legend label grows exponentially with number of existing glyphs
* [BUG] Serialization of new models breaks with Document.hold()
* [BUG] Cannot serialize pd.NA
* [BUG] Cannot serialize pandas numeric arrays
* [component: docs] Update Docs for GlyphRenderer
* [component: docs] Missing title in docs for glyphs
* [component: docs] [BUG] Example in \"Setting up a development environment\" doesn\'t exist anymore
* [BUG] GridPlot sizing mode not respected
* [BUG] GridPlot does not combine tools with different renderers
* [component: bokehjs] Unnecessary scrollbars can toggle back and forth in layouts
* [component: bokehjs] Editable `BoxAnnotation` doesn\'t respect symbolic coordinates
* [component: bokehjs] css_classes example not working
* [BUG] Pandas series encoding can fail with pyarrow dtypes
* [component: bokehjs] Layout collapses when using `FullscreenTool` in Chromium
* [component: server] [BUG] Server does not allow websocket connection on unix socket
* [component: bokehjs] Candlestick chart broken
* [component: docs] Thumbnails not being rendered in docs gallery
* [component: docs] Fix typo.
* [component: bokehjs] Refactor `qbb()` and `cbb()` and fix usage of `cbb()`
* [component: bokehjs] Update Tabler icon CSS URL
* [component: bokehjs] Fix svg rotated ellipses
* [component: bokehjs] Consider margins when using `100%` width with `max` policy
* [component: tests] Resolve issues with headless Chromium 110
* [component: bokehjs] Build bokehjs\' examples in CI and fix errors
* Fix alignment in `_templates/file.html`
* Add support for persistent selection overlays
* ncol and nrow in Legend object
* Hook for callback upon document init
* Allow models.Span.location to accept categorical values
* [component: bokehjs] [FEATURE]Change date format of DatePicker
* [component: bokehjs] [FEATURE] Add fill properties to slope
* [component: bokehjs] [FEATURE] Add JS event on Websocket disconnect
* [component: bokehjs] Add rounded corners for rect/quad glyphs
* [component: bokehjs] [FEATURE] MultiChoice: allow flag for the options menu to be closed after an item is selected or not
* [BUG] Sparse DataFrame can\'t be plotted without transformation to CDS
* Add support for background, border, padding, etc. to `Text` glyph
* [FEATURE] Add visual separation for legend items with multiline text
* [FEATURE] Add method to construct a ColorBar
* [FEATURE] Add transform.eqhist_cmap
* [component: bokehjs] Add configurable option for invoking callback when pressing enter for TextInput
* [BUG] Cannot plot `pandas.DataFrame` with columns of type string
* Categorical colormapping of 3D arrays
* Expose stylesheet model API publicly
* [component: bokehjs] Implement varying_alpha_palette in BokehJS
* [component: bokehjs] Add interp_palette function
* Allow to clone `HasProps` instances
* tasks:
* [component: tests] Test that bokehjs is npm- installable
* [component: tests] Test for `MultiChoice` widget
* Rename `select_every_mousemove` to `continuous`
* [component: build] Raise min numpy to 1.16
* [component: tests] Server tests use deprecated API
* [component: build] [BUG] Runtime error of incorrect option name crashes webapp (Angular)
* [component: docs] [FEATURE] Add ``text_outline_color`` to docs
* [component: docs] [BUG] First steps 2 doc figures have low contrast
* [component: docs] User guide section for CSS stying
* [component: docs] Docs on load balancing with Apache can be improved
* [BUG] numpy.bool8 is deprecated
* [BUG] EncodingWarning in bokeh.resources and bokeh.themes.Theme(...)
* Codecov not skipping sphinxext
* [component: docs] [DOCS] rect glyph shouldn\'t be used on log axes
* [component: docs] Built-in widgets docs page does not include DateSlider
* [component: examples] Improve examples\' color handling
* [component: docs] Dev setup docs needs to ensure repo tags
* Activate bugbear checks in ruff
* [component: docs] Update docs for release
* [component: docs] Gallery thumbnails for image examples need updating
* [component: docs] Date picker gallery thumbnail broken
* Forward ports for 3.0.1
* Forward ports from 3.0.2
* [component: build] Upgrade to TypeScript 4.9
* [component: bokehjs] Remove legacy `CanvasRenderingContext2D` polyfills
* [component: build] Add support for CSS modules to extensions\' compiler
* [component: docs] Promote note to warning in docs
* [component: docs] Fix tooltip ug entry
* Update copyright statements to 2023
* [component: bokehjs] Remove legacy CSS styles
* [component: build] Switch to isolated modules in TypeScript
* [component: build] Switch to ES2022 tsc compilation target
* Upgrade `actions/{checkout,cache,...}` to `v3`
* [component: examples] Added metadata to examples
* Fix a few typos
* Update ruff / f-string cleanup
* [component: bokehjs] Upgrade bokehjs dependencies and refresh `package-lock.json`
* [component: docs] spelling mistake
* `DatePicker` improvements and new types of pickers
* [component: examples] 11765 metadata custom tooltips
* [component: examples] Added metadata to hover.py
* Reuse object traversal result when bundling
* [component: bokehjs] Enable strict boolean expressions lint rule
* Use ubuntu-latest and nodejs 18.x in CI
* [component: bokehjs] Don\'t re-render when `css_classes` or `stylesheets` change
* Resolve issues with testing on MacOS in CI
* [component: bokehjs] Enable `switch- exhaustiveness-checks` lint rule
* Upgrade to ruff 0.0.252
* [component: build] Check for package-lock.json v3 in release scripts
* [component: bokehjs] Make `publish = true` the default for `BokehEvent`
* Thu May 18 2023 Dirk Müller - switch to default npm
* Wed Jan 04 2023 Ben Greiner - Update to version 3.0.3
* Bokeh Version 3.0.3 (Dec 2022) is a point release that addresses layout issues affecting downstream projects, as well as other small regressions and bugfixes.
* Fix export with fractional CSS lengths (#12611)
* Fix layout propagation in nested mixed layouts (#12583)
* Fix application of UI element styles in Firefox (#12633)
* Add default styles to FILE template (#12627)
* Ensure change callback manipulation is threadsafe (#12623)
* Sat Nov 19 2022 Ben Greiner - Update to version 3.0.2 [#]# bugfixes
* #4930 interaction between tooltips and gridplots
* #12429 [component: bokehjs] [BUG] Line selection does not render the unselected end line segments
* #12531 [component: bokehjs] [BUG] latex in titles - upright characters that should be italic
* #12551 [component: tests] bokehjs\' unit tests fail on chromium 107
* #12554 [component: docs] Custom.js needs update for switcher
* #12578 [component: bokehjs] [BUG] gridplot reset button does not reset all figures
* #12585 [component: bokehjs] [BUG] line_policy=\'none\' for HoverTool does not generate any tooltip
* #12587 [component: server] [BUG] Don\'t delete importlib.metadata in __init__.py
* #12593 [BUG] Guard numpy.typing.ArrayType with `if TYPE_CHECKING` [#]# tasks
* #12557 [component: docs] Need automation for updating switcher.json
* #12560 [FEATURE] remove mock
* #12562 [BUG] Tests: \"python\" is not a guaranteed executable
* #12566 [component: docs] Fix dates and typo in release docs for 3.0.0/3.0.1
* #12569 [component: build] Add Python 3.11 to CI
* #12571 [component: tests] Remove flaky from integration tests
* #12573 [component: tests] Add a regression test for issue #4888
* #12579 Upgrade to mypy 0.990
* #12581 Disable Selenium integration tests for now
* #12597 Backports for 3.0.2
* #12600 Updates for 3.0.2- Remove bokeh-remove-mock.patch gh#bokeh/bokeh#12561: upstream- Remove bokeh-sys-executable.patch gh#bokeh/bokeh#12563: upstream
* Fri Nov 04 2022 Ben Greiner - Update to version 3.0.1
* point release that addresses an issue with runtime dependencies- Add patches for test suite:
* bokeh-remove-mock.patch gh#bokeh/bokeh#12561
* bokeh-sys-executable.patch gh#bokeh/bokeh#12563
* Mon Oct 31 2022 Ben Greiner - Update to version 3.0.0
* Bokeh Version 3.0.0 is a major milestone of Bokeh project. [#]# Major changes
* Support for legacy web browser (e.g. IE, non-ES6 compliant) was removed
* Official support for Python 3.7 was removed and for 3.10 added
* Layout and CSS interoperability was redesigned and greatly improved
* Serialization protocol was redesigned and vastly improved
* CSS was modularized and all UI components are now Web components
* Django integration was moved to https://github.com/bokeh/bokeh-django [#]# Minor changes
* Support added for favicon.ico files
* Initial import times reduced
* Support added for new selection policy NodesAndAdjacentNodes
* Plot.remove_tools() function added- Drop bokeh-pr12218-Pillow9.2.patch
* Thu Jul 07 2022 Ben Greiner - Add bokeh-pr12218-Pillow9.2.patch for fixing failures with Pillow 9.2
* gh#bokeh/bokeh#12216
* gh#bokeh/bokeh#12218
* Sun May 29 2022 Atri Bhattacharya - Update to version 2.4.3:
* Bugfixes: - gh#bokeh/bokeh#7390 [component: bokehjs] Tap events respond outside plot area. - gh#bokeh/bokeh#11744 [component: docs] BokehJS example in docs is broken. - gh#bokeh/bokeh#11832 [component: bokehjs] [BUG] Zoom-in failing with the `xzoom_in` tool. - gh#bokeh/bokeh#11965 [component: bokehjs] [BUG] Table formatting causes layout crash/collapse. - gh#bokeh/bokeh#11987 [component: docs] Docs: extra whitespace on non-sidebar pages. - gh#bokeh/bokeh#11995 [component: docs] [Docs] his must be replaced by This. - gh#bokeh/bokeh#12058 [BUG] webgl backend results in dashed lines. - gh#bokeh/bokeh#12070 [component: bokehjs] [BUG] Wedge/AnnularWedge hit testing cuts off top/bottom. - gh#bokeh/bokeh#12096 Missing `f` prefix on f-strings. - gh#bokeh/bokeh#11819 [component: bokehjs] Correctly handle odd-length dash patterns in WebGL. - gh#bokeh/bokeh#11829 [component: bokehjs] Fix webgl line NaN handling. - gh#bokeh/bokeh#12051 [component: docs] Fixed typo: s/server/serve/ - gh#bokeh/bokeh#12106 Fix typo in git.py.
* Features: - gh#bokeh/bokeh#9182 [component: bokehjs] Add hover tooltip support for Patch, HArea, and VArea. - gh#bokeh/bokeh#10525 [component: bokehjs] [Feature] Support full text search for MultiChoice and auto complete input - gh#bokeh/bokeh#11840 [component: bokehjs] Support multiple marker types in WebGL scatter. - gh#bokeh/bokeh#12034 Add DatetimeRangeSlider. - gh#bokeh/bokeh#12121 Support rescale_discrete_levels in EqHistColorMapper.- Refresh conftest.py from github sources.
* Wed Dec 08 2021 Atri Bhattacharya - Update to version 2.4.2:
* [gh#bokeh/bokeh#11422] [component: bokehjs] [BUG] `DeserializationError` when trying to change a `DataTable`\'s columns with `CustomJS`
* [gh#bokeh/bokeh#11800] [BUG] DeserializationError when plotting graphs
* [gh#bokeh/bokeh#11801] [component: bokehjs] [BUG] Log axis figures don\'t render if they\'re not visible at start
* [gh#bokeh/bokeh#11807] [component: bokehjs] Work around issues with initialization-time change discovery
* [gh#bokeh/bokeh#11808] Don\'t unnecessarily update node/edge renderers in graphs
* [gh#bokeh/bokeh#11613] [component: docs] Cache-bust custom.css for docs
* [gh#bokeh/bokeh#11791] [component: docs] Update issue template to use new GH forms
* [gh#bokeh/bokeh#11761] [component: docs] Clarify use of color in first steps guide
* [gh#bokeh/bokeh#11762] [component: docs] Replace slash with backslash for PS commands
* [gh#bokeh/bokeh#11767] [component: bokehjs] Upgrade jquery-ui to resolve security concerns
* [gh#bokeh/bokeh#11781] [component: examples] fix transform jitter example
* [gh#bokeh/bokeh#11786] bokeh 2.4.2 backports
* [gh#bokeh/bokeh#11790] [component: build] Bryanv/pin sphinx 42
* [gh#bokeh/bokeh#11797] Add OS to bokeh info
* [gh#bokeh/bokeh#11805] More 3.0 -> 2.4.2 backports
* [gh#bokeh/bokeh#11810] [component: docs] Update docs for new issue forms
* Wed Oct 13 2021 Michael Ströder - Update to version 2.4.1:
* Long list, see https://github.com/bokeh/bokeh/blob/2.4.1/CHANGELOG
* Thu Sep 23 2021 Ben Greiner - Bokeh requires Python >= 3.7: disable failing Leap builds- Reactivate test suite (at least the unit tests packaged in the sdist) by adding conftest.py from the github archive
* Thu Sep 23 2021 Matej Cepl - updates-alternatives actions should be in postun, not preun
* Sat Sep 18 2021 Atri Bhattacharya - Update to version 2.4.0:
* Long list, see https://github.com/bokeh/bokeh/blob/2.4.0/CHANGELOG- Drop bokeh-pr11218-figure-toolbar-active-properties.patch, upstream PR merged.
* Tue Jul 20 2021 Ben Greiner - Remove URL for rebased patch bokeh-pr11218-figure-toolbar-active-properties.patch
* Mon Jul 19 2021 Ben Greiner - Revert to version 2.3.3
* stay on a stable version. 2.4.0.dev1 broke distributed- Add bokeh-pr11218-figure-toolbar-active-properties.patch
* fix for gh#spotify/chartify/issues/128
* is a rebased version of gh#bokeh/bokeh#11218
* tested with all packages with an active %check from `osc whatdependson openSUSE:Factory python-bokeh standard x86_64`
* Mon Jul 12 2021 Markéta Machová - Update to version 2.4.0.dev1 in 2.3.3:
* JupyterLab 3 dynamic extension loading
* Deprecate broken HSL objects
* Simplify rendering of Line and MultiLine glyphs
* Replace jinja2.Markup deprecated with Jinja 3.1
* Upgrade to Chrome 91 and fix failing examples\' tests
* Fix data access layout SpatialIndex.bounds()
* Restore support for relative font size units just in dev1:
* Unify {Figure,Toolbar}.active_
* properties
* Update to isort 5.8
* Add support for polar coordinates
* Sat Jun 05 2021 Matej Cepl - Test suite complete useless.
* Sat Feb 27 2021 Michael Ströder - Update to version 2.3.0
* bugfixes: - #1426 Mixins have vectorized properties which doesn\'t make sense outside glyphs - #6781 HoverTool.renderers accept List(Renderer) but supports only List(GlyphRenderer) - #8489 [component: bokehjs] Graphical bugs with webgl and time series data with NaN points - #9951 [BUG] Impossible to use tuples as colors - #10136 [component: bokehjs] Arrows - \'white background\' under the arrow - #10218 [component: server] [BUG] Periodic callback don\'t stop in Django - #10339 [component: tests] examples\' tests fail because headless browser doesn\'t start in time - #10407 [component: bokehjs] [BUG] Select is not updated upon setting value after changing the options - #10411 [component: examples] [BUG] issues with latex_example_full - #10452 [component: bokehjs] [BUG] MultiChoice disabled attribute is not working - #10454 [component: bokehjs] LabelSet does not display with categorical coordinates - #10457 [component: bokehjs] [BUG]Reverse Y axis range with circle - #10458 [component: bokehjs] [BUG]multi_line doesn\'t support hover. - #10468 [component: bokehjs] [BUG] `DateSlider` and `DateRangeSlider` ignore `format` set to an instance of `TickFormatter` - #10481 [component: bokehjs] [BUG] Unable to use CustomJS callback on HoverTool with GraphRenderer - #10484 [component: docs] Typo in https://docs.bokeh.org/en/latest/docs/user_guide/embed.html#autoload-scripts - #10498 [component: bokehjs] [BUG] GridBox not rebuilt when changing cols or rows attributes - #10506 [component: bokehjs] [FEATURE] Hiding hex number from color swatch in hover tool - #10507 [component: bokehjs] [BUG] Cannot disable MultiSelect in 2.2.1 - #10536 [component: server] Bad `super` call in \"contexts.py\" - #10541 [component: bokehjs] [BUG]Slope annotation is not drawn with gradient of 0 - #10559 [component: bokehjs] [BUG] Modifying a tooltip may result in errors - #10575 [component: bokehjs] [BUG] Whiskers do not appear in categorical plots? - #10581 [component: docs] [BUG] Outdated example for CustomJSHover - #10589 [component: bokehjs] [BUG] multi_line is rendered incorrectly when used with a view with filters - #10594 [component: bokehjs] [BUG] Whiskers `base` have reduced precision - #10595 [component: docs] [BUG] Minor Typo in Gallery documentation. - #10603 [component: build] [BUG] 2.3.0dev2 introduced an erroneous dependency on \"python_abi 3.9.
*
*_cp39\" - #10604 [component: bokehjs] quote (\') from networkx index node are translated to (') - #10611 [component: bokehjs] bokehjs\' unit tests fail after recent changes - #10613 [component: docs] Add TOC to reference doc - #10643 [component: bokehjs] [BUG] 2.3.0dev5 - Using a widget as a parameter in its own js callback throws \'Maximum call stack size exceeded\' on JS side - #10666 [component: bokehjs] [BUG] Webgl perf regressions in branch-2.3 - #10668 [BUG] Warnings about integrity checks when using CDN resources with extension - #10670 [component: bokehjs] [BUG] PolyEditTool vertices are not redrawn on data source update - #10675 [component: bokehjs] [BUG] ScientificFormatter shows 0 as 0.000e+00 - #10695 [component: bokehjs] [BUG] MultiChoice options covered up by DataTable - #10697 [component: bokehjs] [BUG] ScientificFormatter error formatting negative numbers - #10702 [component: bokehjs] [BUG] TextAreaInput value_input no change event detected - #10721 [component: build] CI is failing with ModuleNotFoundError: No module named \'bokeh\' - #10725 [component: bokehjs] [BUG] SVG backend mirrors image in plot - #10738 [component: bokehjs] [BUG] MultiLine datetime precision loss - #10754 [component: bokehjs] [BUG] Hover indices broken - #10755 [component: bokehjs] Unequal length columns cause size mismatch error - #10784 [component: bokehjs] [FEATURE] Differential re-rendering of updated plots - #10809 [component: bokehjs] [BUG]figure labels missing after updating the CDS - #10819 [component: docs] [BUG] Example in LabelSet documentation doesn\'t seem to be correct - #10826 [component: bokehjs] SVG canvas doesn\'t implement `ctx.fill(fill_rule)` - #10837 [component: bokehjs] Public style/
*
*/
*.d.ts are not robust enough for path mapping - #10841 [BUG] Ensure non-nullable properties in JS are validated in Python - #10851 [BUG] Layout regressions - #10852 [component: bokehjs] [BUG] Lasso tool does not render - #10853 [component: bokehjs] [BUG] Ajax and Server sent examples broken - #10855 [component: bokehjs] Only main glyphs has signals connected in `GlyphRenderer` - #10875 [component: docs] [BUG] Marker docs require updating - #10879 [component: docs] [BUG] Link to export_svg() in export.rst is broken - #10880 [BUG] ProxyToolbar.logo: expected a value of type str, got None - #10913 [BUG] Error while testing 2.3.0dev13 with Dask - #10924 [component: docs] [BUG]Custom Widget Example fails to load (2.3.0rc2) - #10647 [component: bokehjs] [Spinner] Avoid twice incrementation with laptop pad - #10701 Fix backwards compatibility alias for InspectTool - #10760 [component: tests] Manually quote arguments to npx - #10860 [component: bokehjs] Resolve IE compatibility issues
* features: - #2230 [component: bokehjs] expose tap and hover tool hit radius - #3674 Add DataModel base class - #5618 [component: bokehjs] CategoricalColorMapper ColorBar - #5676 [component: bokehjs] Encode colors as 32 bit integers by default - #6835 [component: bokehjs] Vectorized Arrow Heads - #7845 Allow both tap and doubletap gestures with TapTool - #8169 [component: bokehjs] Line break in categorical axis labels - #8954 [component: bokehjs] Adding support for superscript exponents - #9169 [FEATURE] SVG export for gridplot - #9847 [component: bokehjs] Add support for ES module entrypoint - #9929 [component: bokehjs] Add hatch rendering to Box Annotation - #10203 [component: bokehjs] [FEATURE] line_dash vectorizable where appropriate - #10295 [component: bokehjs] [FEATURE] Let AutocompleteInput accept input not present in completion list - #10472 [component: bokehjs] [FEATURE] Auto-ranging in network graphs - #10505 [component: bokehjs] Add button_type with no border - #10576 [FEATURE] \'transparent\' as an alias for `rgba(0, 0, 0, 0)` - #10599 [component: bokehjs] [BUG] BokehJS minimal example is not working - #10612 [component: bokehjs] Hovertool does not work for dynamically added glyphs - #10637 [component: bokehjs] Need \"Edges\" only inspected policy for graphs - #10662 [component: bokehjs] [FEATURE]Allow naming (title) of Tools - #10798 [component: server] [FEATURE] Support Tornado WebSocket compression on server - #10824 [component: bokehjs] Add Hatch Patterns for Glyphs - #10836 [component: bokehjs] [FEATURE] Add new star marker - #10323 [component: bokehjs] Add support for smooth curve glyphs - #10493 Accurate color bar ticking with eqhist mapping - #10624 [component: bokehjs] Auto-generate index.ts based on tsconfig\'s input patterns - #10640 Implement grad and turn CSS-based angle units - #10734 [component: bokehjs] Add support for Less/CSS to extensions - #10847 [component: bokehjs] Add star marker - webgl extension
* many more tasks
* Sun Feb 21 2021 Ben Greiner - Skip python36 build: With NumPy 1.20, python36-numpy is no longer available in Tumbleweed (NEP 29)- The downside of not testing: This was only detected by packages depending on bokeh. As a mitigation move the runtime requirements to unconditional BuildRequires.
 
ICM