17
0

Accepting request 859992 from home:bnavigator:branches:devel:languages:python:numeric

- Update to version 1.14.1 -- #898
  * Patch Release 1.58.2
- Changes in 1.14.0 -- #889, #893
  * Upgraded Plotly.js to 1.58.1
    + Patch Release 1.58.1
    + Feature release of Plotly.js 1.58.0 which:
      - Add ticklabelposition attribute to cartesian axes and 
        colorbars #5275
      - Add "strict" autotypenumbers to axes and layout #5240
      - Add itemwidth to legends #5212
      - Add root.color attribute to sunburst and treemap traces
        #5232, #5245
      - Enable fast image rendering for all linear axes #5307
      - Rework matches and scaleanchor so they work together
        #5287
- Changes in 1.13.0
  * Added #871
    Add Julia syntax highlighting support for dcc.Markdown
  * Fixed #878 
    Fixed #751, a bug that causes dcc.Slider and 
    dcc.RangerSlider tooltips to be visible even if the 
    slider component isn't visible (e.g. overflow),
  * Updated #875
    - Upgraded Plotly.js to 1.57.1 (Patch release 1.57.1)
  * Feature release of Plotly.js 1.57.0 which:
    - Add "domain" axis references in layout images, shapes
      and annotations #5014
    - Add rotation attribute to sunburst traces #5171, #5201
    - Add computed margins in "full-json" export #5203
  * Feature release of Plotly.js 1.56.0 which:
    - Introduce period positioning attributes on date axes 
      in various cartesian traces #5074, #5175
    - Add minexponent attribute to improve control over SI 
      prefixes in axis tick labels #5121,
    - Add sort attribute to sunburst and treemap traces to 
      disable automatic sort #5164
    - Handle rgba colors in colorscale of surface traces #5166
  * Patch release 1.55.2
- Run simple test
- Remove dependency on dash itself (build dependency cycle)

OBS-URL: https://build.opensuse.org/request/show/859992
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-dash-core-components?expand=0&rev=8
This commit is contained in:
2021-01-03 23:06:25 +00:00
committed by Git OBS Bridge
parent 6c7f080161
commit 16390d2d38
4 changed files with 64 additions and 9 deletions

View File

@@ -1,3 +1,54 @@
-------------------------------------------------------------------
Sun Jan 3 17:42:34 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- Update to version 1.14.1 -- #898
* Patch Release 1.58.2
- Changes in 1.14.0 -- #889, #893
* Upgraded Plotly.js to 1.58.1
+ Patch Release 1.58.1
+ Feature release of Plotly.js 1.58.0 which:
- Add ticklabelposition attribute to cartesian axes and
colorbars #5275
- Add "strict" autotypenumbers to axes and layout #5240
- Add itemwidth to legends #5212
- Add root.color attribute to sunburst and treemap traces
#5232, #5245
- Enable fast image rendering for all linear axes #5307
- Rework matches and scaleanchor so they work together
#5287
- Changes in 1.13.0
* Added #871
Add Julia syntax highlighting support for dcc.Markdown
* Fixed #878
Fixed #751, a bug that causes dcc.Slider and
dcc.RangerSlider tooltips to be visible even if the
slider component isn't visible (e.g. overflow),
* Updated #875
- Upgraded Plotly.js to 1.57.1 (Patch release 1.57.1)
* Feature release of Plotly.js 1.57.0 which:
- Add "domain" axis references in layout images, shapes
and annotations #5014
- Add rotation attribute to sunburst traces #5171, #5201
- Add computed margins in "full-json" export #5203
* Feature release of Plotly.js 1.56.0 which:
- Introduce period positioning attributes on date axes
in various cartesian traces #5074, #5175
- Add minexponent attribute to improve control over SI
prefixes in axis tick labels #5121,
- Add sort attribute to sunburst and treemap traces to
disable automatic sort #5164
- Handle rgba colors in colorscale of surface traces #5166
* Patch release 1.55.2
- Run simple test
- Remove dependency on dash itself (build dependency cycle)
-------------------------------------------------------------------
Wed Nov 11 15:44:30 UTC 2020 - Marketa Calabkova <mmachova@suse.com>
- update to version 1.12.1
* Upgraded Plotly.js to 1.55.1
* Add new options
-------------------------------------------------------------------
Sat Apr 18 20:51:50 UTC 2020 - Arun Persaud <arun@gmx.de>