- 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`
    not reset all figures
      full text search for MultiChoice and  auto complete input
  * tested with all packages with an active %check from
    - #10457 [component: bokehjs] [BUG]Reverse Y axis range with circle

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=79
This commit is contained in:
Dirk Mueller 2023-11-29 13:10:43 +00:00 committed by Git OBS Bridge
parent 0eba3a524b
commit f97c3b418b
6 changed files with 78 additions and 48 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29a2b0c53a90538e686130092ddad7f87982366f19420ec8dbcab2fcc87492b3
size 43020599

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cdbe268f842c139ba8fa0fb43c0c55c172c8215ec5a69a2629482c63c9d4039c
size 6235439

3
bokeh-3.3.1-gh.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77b0cdf25ebe1ff75cfe4aacdf11f8a33387b9a36ef3b96eb7a4ca8caf6d6e92
size 43160647

3
bokeh-3.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a7b3702d7e9f03ef4cd801b02b7380196c70cff2773859bcb84fa565218955c
size 6237542

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Wed Nov 29 13:09:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 02:12:58 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -1,5 +1,5 @@
#
# spec file for package python-bokeh
# spec file
#
# Copyright (c) 2023 SUSE LLC
#
@ -29,7 +29,7 @@
%bcond_with testexamples
Name: python-bokeh%{psuffix}
Version: 3.3.0
Version: 3.3.1
Release: 0
Summary: Statistical interactive HTML plots for Python
License: BSD-3-Clause