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:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-bqplot
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-bqplot
|
||||
Version: 0.12.1
|
||||
Version: 0.12.2
|
||||
Release: 0
|
||||
Summary: Interactive plotting package for the Jupyter notebook
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user