Accepting request 764786 from home:TheBlackCat:branches:devel:languages:python:jupyter

- Update to 0.12.2
  * Tests: Use DOM element API for fetching the fill style
  * Hist: Add tests 
  * Hist: Add support for selected_style and unselected_style in Hist
  * Hist: Remove unused method
  * Hist: Respect the 'colors' attribute when coloring the bars
  * Hist: Use same default colors value as in Bars
  * test: background color changed due to css fix
  * test: tests should include css
  * fix: screenshot CSS was missing CSS variables
  * Refactor Figure sizing logic 
  * Cleaning Heatmap implementation
  * fix: make pan and zoom work with Logscale
  * fix: use z-index:0 for all layers to not overlap with higher z-index …
  * fix: avoids CORS error when building css for svg screenshot
  * fix: ColorScale can miss events because render does not return a Promise
  * add event listeners and classes to render tooltip for OHLC mark 
  * add labels to bar mark
  * Add TypeScript annotations, refactoring, setters/getters
  * Bump lodash from 4.17.11 to 4.17.15 in /js
  * Bump mixin-deep from 1.3.1 to 1.3.2 in /js
  * Bump js-yaml from 3.7.0 to 3.13.1 in /js

OBS-URL: https://build.opensuse.org/request/show/764786
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=13
This commit is contained in:
Todd R
2020-01-15 19:12:01 +00:00
committed by Git OBS Bridge
parent 4d4120bfd7
commit b4fad542b0
4 changed files with 31 additions and 5 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jan 15 15:57:38 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 0.12.2
* Tests: Use DOM element API for fetching the fill style
* Hist: Add tests
* Hist: Add support for selected_style and unselected_style in Hist
* Hist: Remove unused method
* Hist: Respect the 'colors' attribute when coloring the bars
* Hist: Use same default colors value as in Bars
* test: background color changed due to css fix
* test: tests should include css
* fix: screenshot CSS was missing CSS variables
* Refactor Figure sizing logic
* Cleaning Heatmap implementation
* fix: make pan and zoom work with Logscale
* fix: use z-index:0 for all layers to not overlap with higher z-index …
* fix: avoids CORS error when building css for svg screenshot
* fix: ColorScale can miss events because render does not return a Promise
* add event listeners and classes to render tooltip for OHLC mark
* add labels to bar mark
* Add TypeScript annotations, refactoring, setters/getters
* Bump lodash from 4.17.11 to 4.17.15 in /js
* Bump mixin-deep from 1.3.1 to 1.3.2 in /js
* Bump js-yaml from 3.7.0 to 3.13.1 in /js
-------------------------------------------------------------------
Mon Nov 18 16:07:09 UTC 2019 - Todd R <toddrme2178@gmail.com>