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

- Update to 0.12.3
  * Add versions lookup table in the README
  * Axis: Fix axis side validation 
  * Binary Serializers: Add support for pandas.Timestamp array
  * DOC: Fix a few Sphinx warnings
  * GridHeatMap: Add tests
  * GridHeatmap: Fix selection
  * MarketMap: Fix text style at creation
  * Pie: Add tests
  * Pie: Fix Labels and data update
  * Remove unused function 
  * Update tests 
  * added a tutorial for building compound widgets 
  * cleaned up notebook metadata hence reducing the size of the file
  * cleared metadata thereby reducing file size significantly
  * cleared metadata, fixed image path and url link to image documentation
  * cleared output cells, used pyplot to reduce code and removed redundant widgets

OBS-URL: https://build.opensuse.org/request/show/773167
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-bqplot?expand=0&rev=15
This commit is contained in:
Todd R
2020-02-10 16:42:58 +00:00
committed by Git OBS Bridge
parent b4fad542b0
commit d6e4b6d464
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Feb 10 16:15:20 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 0.12.3
* Add versions lookup table in the README
* Axis: Fix axis side validation
* Binary Serializers: Add support for pandas.Timestamp array
* DOC: Fix a few Sphinx warnings
* GridHeatMap: Add tests
* GridHeatmap: Fix selection
* MarketMap: Fix text style at creation
* Pie: Add tests
* Pie: Fix Labels and data update
* Remove unused function
* Update tests
* added a tutorial for building compound widgets
* cleaned up notebook metadata hence reducing the size of the file
* cleared metadata thereby reducing file size significantly
* cleared metadata, fixed image path and url link to image documentation
* cleared output cells, used pyplot to reduce code and removed redundant widgets
-------------------------------------------------------------------
Wed Jan 15 15:57:38 UTC 2020 - Todd R <toddrme2178@gmail.com>