diff --git a/CHANGELOG b/CHANGELOG index 3d2cb14..bf3f2fa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +2024-12-03 3.6.2: +-------------------- + * bugfixes: + - #14082 [BUG] p.circle(..) can't be added as renderer to PointDrawTool since 3.6 + - #14153 [component: bokehjs] `ScaleBar` positioning doesn't work correctly + - #14160 [component: docs] Search box on start page has no surrounding line + - #14168 [component: bokehjs] [BUG] using add_tile to add multiple layers causes error on JScript side + + * tasks: + - #14088 [component: docs] [BUG] Missing radius parameter in code example + - #14086 Update links to sponsor page + - #14155 Backports for 3.6.2 + 2024-11-06 3.6.1: -------------------- * bugfixes: diff --git a/bokeh-3.6.1-gh.tar.gz b/bokeh-3.6.1-gh.tar.gz deleted file mode 100644 index 7e987ed..0000000 --- a/bokeh-3.6.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb1dd296c05a88eafaa176b88af7ecef55741279858f911c970e8ed55f5bae92 -size 45544139 diff --git a/bokeh-3.6.1.tar.gz b/bokeh-3.6.1.tar.gz deleted file mode 100644 index 60cfe83..0000000 --- a/bokeh-3.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04d3fb5fac871423f38e4535838164cd90c3d32e707bcb74c8bf991ed28878fc -size 6246963 diff --git a/bokeh-3.6.2-gh.tar.gz b/bokeh-3.6.2-gh.tar.gz new file mode 100644 index 0000000..dd0995a --- /dev/null +++ b/bokeh-3.6.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c84e66254e21e6653a0e76d5cc9ef68f9a75a36de979cbba2f3982a65301f6 +size 45624298 diff --git a/bokeh-3.6.2.tar.gz b/bokeh-3.6.2.tar.gz new file mode 100644 index 0000000..fe76bd7 --- /dev/null +++ b/bokeh-3.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3043d9ecb3d5dc2e8c0ebf8ad55727617188d4e534f3e7208b36357e352396 +size 6247610 diff --git a/python-bokeh.changes b/python-bokeh.changes index 448eaa7..2c291b8 100644 --- a/python-bokeh.changes +++ b/python-bokeh.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Dec 5 14:52:37 UTC 2024 - Dirk Müller + +- update to 3.6.2: + * #14082 [BUG] p.circle(..) can't be added as renderer to + PointDrawTool since 3.6 + * #14153 [component: bokehjs] `ScaleBar` positioning + doesn't work correctly + * #14160 [component: docs] Search box on start page has + no surrounding line + * #14168 [component: bokehjs] [BUG] using add_tile to add + multiple layers causes error on JScript side + * #14088 [component: docs] [BUG] Missing radius parameter + in code example + * #14086 Update links to sponsor page + * #14155 Backports for 3.6.2 + ------------------------------------------------------------------- Wed Nov 27 16:37:34 UTC 2024 - Ben Greiner @@ -34,7 +51,7 @@ Wed Nov 27 16:37:34 UTC 2024 - Ben Greiner * #13984 [component: tests] [BUG] Deprecation warning treated as error in pytest hook * #14014 [component: bokehjs] [BUG] StringFormatter `nan_format` - seems broken + seems broken * #14054 [component: bokehjs] [BUG] Custom hover tooltip on image plot shows all the image data. * #14058 [component: bokehjs] [BUG] Clearing selection with ESC @@ -72,7 +89,7 @@ Wed Nov 27 16:37:34 UTC 2024 - Ben Greiner * #13835 [FEATURE] NumPy 2.0 support * #13960 [component: docs] Remove sampledata download in contributing guide - * #13963 [FEATURE] Add a conda channel for rc releases + * #13963 [FEATURE] Add a conda channel for rc releases * #13969 [component: bokehjs] [BUG] Plots fail in Firefox 115.12.0esr (64-bit) * #13946 [component: build] Upgrade to TypeScript 5.5 diff --git a/python-bokeh.spec b/python-bokeh.spec index 7eeef89..97fa204 100644 --- a/python-bokeh.spec +++ b/python-bokeh.spec @@ -30,7 +30,7 @@ %{?sle15_python_module_pythons} Name: python-bokeh%{psuffix} -Version: 3.6.1 +Version: 3.6.2 Release: 0 Summary: Interactive plots and applications in the browser from Python License: BSD-3-Clause