- Update to 0.12.40

* fix: remove numpy upper bound pin by @maartenbreddels in #1601
  * fix: background color of figure was not computed properly by
    @maartenbreddels in #1603
  * fix: axis formatting depended on initial values or changes
    #1541
  * fix: resize not always working by @mariobuikhuizen in #1598
  * Backport PR #1511 on branch 0.12.x (Fix missing interpolation
    options) by @meeseeksmachine in #1525
  * feature: custom axis labeling from kernel side (tick_labels).
    by @maartenbreddels in #1526
  * Backport PR #1506 on branch 0.12.x (Add +, x and . as markers)
    by @meeseeksmachine in #1529
  * Backport PR #1505 on branch 0.12.x (Plotting Widgets) by
    @meeseeksmachine in #1530
  * Backport PR #1539: fix: figure is not updating when margins
    change by @mariobuikhuizen in #1581
  * Backport resize observer PR #1531 by @martinRenou in #1593
  * fix: panning in a by CSS rotated plot doesn't work correctly by
    @mariobuikhuizen in #1585
  * Fix luminowidget error for ipywidgets 7 by @martinRenou in
    #1523
  * Exclude tests top-level package, add some JupyterLab trove
    classifiers by @meeseeksmachine in #1518
  * Fix processPhosphorMessage for ipywidgets 7 by @meeseeksmachine
    in #1522
  * ipywidgets 8 support by @martinRenou in #1517
  * fix: line label invisible in dark theme by @meeseeksmachine in
    #1472
  * Add default color CSS selectors to node text by

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=29
This commit is contained in:
2023-10-14 09:09:49 +00:00
committed by Git OBS Bridge
parent bb6d1fd10c
commit 24bdda3a28
6 changed files with 58 additions and 20 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sat Oct 14 09:06:04 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.12.40
* fix: remove numpy upper bound pin by @maartenbreddels in #1601
* fix: background color of figure was not computed properly by
@maartenbreddels in #1603
* fix: axis formatting depended on initial values or changes
#1541
* fix: resize not always working by @mariobuikhuizen in #1598
* Backport PR #1511 on branch 0.12.x (Fix missing interpolation
options) by @meeseeksmachine in #1525
* feature: custom axis labeling from kernel side (tick_labels).
by @maartenbreddels in #1526
* Backport PR #1506 on branch 0.12.x (Add +, x and . as markers)
by @meeseeksmachine in #1529
* Backport PR #1505 on branch 0.12.x (Plotting Widgets) by
@meeseeksmachine in #1530
* Backport PR #1539: fix: figure is not updating when margins
change by @mariobuikhuizen in #1581
* Backport resize observer PR #1531 by @martinRenou in #1593
* fix: panning in a by CSS rotated plot doesn't work correctly by
@mariobuikhuizen in #1585
* Fix luminowidget error for ipywidgets 7 by @martinRenou in
#1523
* Exclude tests top-level package, add some JupyterLab trove
classifiers by @meeseeksmachine in #1518
* Fix processPhosphorMessage for ipywidgets 7 by @meeseeksmachine
in #1522
* ipywidgets 8 support by @martinRenou in #1517
* fix: line label invisible in dark theme by @meeseeksmachine in
#1472
* Add default color CSS selectors to node text by
@meeseeksmachine in #1473
* feat: log scale support for ScatterGL Mark by @maartenbreddels
in #1424
* Backport PR #1426 on branch 0.12.x (Fix index selector jumping
back to 0) by @meeseeksmachine in #1427
-------------------------------------------------------------------
Sun Nov 14 20:04:07 UTC 2021 - Ben Greiner <code@bnavigator.de>