1
0
forked from pool/python-plotly
Commit Graph

78 Commits

Author SHA256 Message Date
Ana Guerrero
08000107ba Accepting request 1188407 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1188407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=42
2024-07-19 13:28:15 +00:00
Markéta Machová
ef6bb54f84 - Revert restriction. I created the patch for a reason. This one
does not even require numpy for runtime.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=68
2024-07-18 13:28:23 +00:00
Steve Kowalik
3405997f49 - Restrict numpy to < 2 for now.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=67
2024-07-17 04:01:16 +00:00
Ana Guerrero
a3cc6ebad4 Accepting request 1178364 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1178364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=41
2024-06-04 10:51:28 +00:00
a8b1c5659d Accepting request 1178183 from home:bnavigator:branches:devel:languages:python:numeric
- Build from github archive with obs-service-node_modules and
  local-npm-registry
- Add plotly-pr4622-np2.patch gh#plotly/plotly.py#4622

OBS-URL: https://build.opensuse.org/request/show/1178183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=65
2024-06-03 16:21:01 +00:00
Ana Guerrero
e8598d9970 Accepting request 1177151 from devel:languages:python:numeric
Forwarded request #1176533 from bnavigator

- Update to 5.22.0
    * Updated Plotly.js from version 2.31.1 to version 2.32.0. See
      the plotly.js CHANGELOG for more information. These changes are
      reflected in the auto-generated plotly.graph_objects module.
      Notable changes include:
    * Add "bold" weight, "italic" style and "small-caps" variant
      options to fonts [#6956]
    * Fix applying autotickangles on axes with showdividers as well
      as cases where tickson is set to "boundaries" [#6967], with
      thanks to @my-tien for the contribution!
    * Fix positioning of multi-line axis titles with standoff
      [#6970], with thanks to @my-tien for the contribution!
  - Release 5.21.0
    * Updated Plotly.js from version 2.30.0 to version 2.31.1. See
      the plotly.js CHANGELOG for more information. These changes are
      reflected in the auto-generated plotly.graph_objects module.
      Notable changes include:
    * Add zorder attribute to various cartesian traces for
      controlling stacking order of SVG traces drawn into a subplot
      [#6918, #6953], This feature was anonymously sponsored: thank
      you to our sponsor!
    * Add "between" option to shape layer for placing them above grid
      lines and below traces [#6927], with thanks to @my-tien for the
      contribution!
    * Add "raw" sizemode to cone trace [#6938]
    * Add layout.hoversubplots to enable hover effects across
      multiple cartesian suplots sharing one axis [#6947, #6950]
    * Fixed orjson loading issue [#4562]
  - Release 5.20.0
    * Updated Plotly.js from version 2.29.1 to version 2.30.0. See

OBS-URL: https://build.opensuse.org/request/show/1177151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=40
2024-05-28 15:29:00 +00:00
cf0e4013d1 Accepting request 1176533 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 5.22.0
  * Updated Plotly.js from version 2.31.1 to version 2.32.0. See
    the plotly.js CHANGELOG for more information. These changes are
    reflected in the auto-generated plotly.graph_objects module.
    Notable changes include:
  * Add "bold" weight, "italic" style and "small-caps" variant
    options to fonts [#6956]
  * Fix applying autotickangles on axes with showdividers as well
    as cases where tickson is set to "boundaries" [#6967], with
    thanks to @my-tien for the contribution!
  * Fix positioning of multi-line axis titles with standoff
    [#6970], with thanks to @my-tien for the contribution!
- Release 5.21.0
  * Updated Plotly.js from version 2.30.0 to version 2.31.1. See
    the plotly.js CHANGELOG for more information. These changes are
    reflected in the auto-generated plotly.graph_objects module.
    Notable changes include:
  * Add zorder attribute to various cartesian traces for
    controlling stacking order of SVG traces drawn into a subplot
    [#6918, #6953], This feature was anonymously sponsored: thank
    you to our sponsor!
  * Add "between" option to shape layer for placing them above grid
    lines and below traces [#6927], with thanks to @my-tien for the
    contribution!
  * Add "raw" sizemode to cone trace [#6938]
  * Add layout.hoversubplots to enable hover effects across
    multiple cartesian suplots sharing one axis [#6947, #6950]
  * Fixed orjson loading issue [#4562]
- Release 5.20.0
  * Updated Plotly.js from version 2.29.1 to version 2.30.0. See

OBS-URL: https://build.opensuse.org/request/show/1176533
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=63
2024-05-27 14:14:25 +00:00
Ana Guerrero
0f87e7a7a4 Accepting request 1156902 from devel:languages:python:numeric
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1156902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=39
2024-03-11 14:34:54 +00:00
Ana Guerrero
29d30957d3 Accepting request 1154607 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1154607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=38
2024-03-04 20:25:34 +00:00
2f6f41ed13 - update to 5.17.0:
* Improved json docstrings, added `BasePlotlyType.to_json()`
    method
  * Updated Plotly.js from version 2.25.2 to version 2.26.0. See
    the plotly.js CHANGELOG for more information. These changes
    are reflected in the auto-generated `plotly.graph_objects`
    module. Notable changes include:
  * Add "min", "max", "min reversed" and "max reversed" autorange
    options and handle partial ranges (i.e. one end being null),
    add `autorangeoptions` (`clipmin`, `clipmax`, `minallowed`,
    `maxallowed`, `include`) as well as `minallowed` and
    `maxallowed` to cartesian, gl3d and radial axes
  * Add [n]-sigma (std deviations) box plots as an alternative to
    quartiles
  * Add "top left" & "top center" side options to legend title
  * Add "false" option to `scaleanchor` to allow removing a
    constraint that is set by default
  * Fixed two issues with px.imshow: [#4330] when facet_col is an
    earlier dimension than animation_frame for xarrays and
    [#4329] when facet_col has string coordinates in xarrays

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=60
2024-03-04 09:45:54 +00:00
feb75e5e37 Accepting request 1154282 from home:bnavigator:branches:devel:languages:python:numeric
- Skip python39: no xarray anymore

OBS-URL: https://build.opensuse.org/request/show/1154282
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=59
2024-03-04 09:22:24 +00:00
613cb0c614 - update to 5.16.1:
* Fixed issue with necessary columns from complex arguments
    dropped when interchanging dataframes
  * Updated Plotly.js from version 2.24.1 to version 2.25.2. See
    the plotly.js CHANGELOG for more information. These changes
    are reflected in the auto-generated `plotly.graph_objects`
    module. Notable changes include:
  * Add "Equal Earth" projection to geo subplots [#6670],
  * Add options to include legends for shapes and `newshape`
  * `px` methods now accept data-frame-like objects that support
    a dataframe interchange protocol, such as polars, vaex, modin
    etc. This protocol has priority on `to_pandas` call, but will
    only be used if pandas>=2.0.2 is installed in the
    environment.
  * `px` methods now accept data-frame-like objects that support
    a `toPandas()` method, such as Spark DataFrames, or a
    `to_pandas_df()` method, such as Vaex DataFrames.
  * Fixed Pandas performance warning issue caused by multiple
    `frame.insert`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=58
2024-03-01 10:08:03 +00:00
fd6b1ca16f - update to 5.15.0:
* Updated Plotly.js from version 2.20.0 to version 2.24.1. See
    the plotly.js CHANGELOG for more information. Notable changes
    include:
  * Add pattern to pie, funnelarea, sunburst, icicle and treemap
    traces [#6601, #6619, #6622, #6626, #6627, #6628, #6629],
    with thanks to @thierryVergult for the contribution!
  * Add `texttemplate` to shape.label for parametric shapes i.e.
    line, rect and circle [#6527],
  * Add strict option to custom bundle command [#6557],
  * Add `legend` references to traces and `legend2`, `legend3`,
    etc. to layout,
  * also add `visible` to legend i.e. to allow positioning
    multiple legends on a graph [#6535],
  * Add `legend.xref` and `legend.yref` to enable container-
    referenced positioning of legends [#6589], with thanks to
    Gamma Technologies for sponsoring the related development.
  * Add `colorbar.xref` and `colorbar.yref` to enable container-
    referenced positioning of colorbars [#6593], with thanks to
    Gamma Technologies for sponsoring the related development.
  * `px` methods now accept data-frame-like objects that support
    a `to_pandas()` method, such as polars, cudf, vaex etc
  * Fixed another compatibility issue with Pandas 2.0, just
    affecting `px.*(line_close=True)`
  * Empty pandas dataframe with facet row/column set no longer
    fails
  * Added some rounding to the `make_subplots` function to handle
    situations where the user-input specs cause the domain to
    exceed 1 by small amounts
  * Sanitize JSON output to prevent an XSS vector when graphs are

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=57
2024-03-01 10:06:06 +00:00
Dominique Leuenberger
7c89e16b08 Accepting request 1091744 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1091744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=37
2023-06-11 17:54:26 +00:00
Steve Kowalik
7fc6409913 Accepting request 1091723 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 5.14.1
  * Fixed compatibility issue with Pandas 2.0 [#4103]
- Release 5.14.0
  * Updated Plotly.js from version 2.18.2 to version 2.20.0. See
    the plotly.js CHANGELOG for more information. Notable changes
    include:
  * Add title.automargin to enable automatic top and bottom
    margining for both container and paper referenced titles
    [#6428], with thanks to Gamma Technologies for sponsoring the
    related development.
  * Add label attribute to shapes [#6454], with thanks to the
    Volkswagen Center of Excellence for Battery Systems for
    sponsoring development!
  * Add labelalias to various axes namely cartesian, gl3d, polar,
    smith, ternary, carpet, indicator and colorbar [#6481], this
    feature was anonymously sponsored: thank you to our sponsor!
  * Key errors no longer precalculated when performing updates on
    plots [#4101]
  * Fixed an issue with characters displaying incorrectly, by
    adding charset="utf-8" to scripts in to_html [#4114]
  * Added packaging to install requirements, fixing a No module
    named 'packaging error on Python 3.6 [#4113]
  * Added option to allow passing a column name as a str in
    hover_data and custom_data in plotly.express [4083]

OBS-URL: https://build.opensuse.org/request/show/1091723
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=55
2023-06-09 05:08:43 +00:00
Dominique Leuenberger
c8d44afad4 Accepting request 1074796 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1074796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=36
2023-03-28 15:50:17 +00:00
30474fb64d Accepting request 1074749 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 5.13.1
  * Updated Plotly.js to from version 2.18.0 to version 2.18.2. See
    the plotly.js CHANGELOG for more information. These changes are
    reflected in the auto-generated plotly.graph_objects module.
  * Updated distutils.Version to packaging.Version #3897] and
    #4055]
- Release 5.13.0
  * Updated Plotly.js to from version 2.17.1 to version 2.18.0. See
    the plotly.js CHANGELOG for more information. Notable changes
    include:
  * Add sync tickmode option [#6356, #6443], with thanks to
    @filipesantiagoAM and @VictorBezak for the contribution!
  * Build process now uses Node 18.x and version 2 lockfile (should
    be an invisible change for users) [#4034]
  * write_html() now explicitly encodes output as UTF-8 because
    Plotly.js' bundle contains such characters [#4021] and [#4022]
  * fixed iframe renderer regression from 5.12 and also fixed error
    when this renderer was used in the very first cell in a
    notebook [#4036]
- Release 5.12.0
  * Support for ipywidgets 8 [#3930]
  * Updated Plotly.js to from version 2.16.1 to version 2.17.1. See
    the plotly.js CHANGELOG for more information. Notable changes
    include:
  * Add shift and autoshift to cartesian y axes to help avoid
    overlapping of multiple axes [#6334], with thanks to Gamma
    Technologies for sponsoring the related development!
  * Introduce group attributes for scatter trace i.e.
    alignmentgroup, offsetgroup, scattermode and scattergap
    [#6381], this feature was anonymously sponsored: thank you to
    our sponsor!
  * Add marker.cornerradius attribute to treemap trace [#6351]
  * Fixed the usage of some deprecated NumPy types which were
    removed in NumPy 1.24 [#3997]
  * Fixed bug for trendlines with datetime axes [#3683]
  * marker.angle attribute now accepts iterables where appropriate
    [#4013]
  * selector=0 now correctly returns the first trace in
    .select_traces() and related methods [#3817]
- Drop patches merged upstream
  * plotly-fix-sources-np1.24.patch
  * plotly-fix-tests-np1.24.patch

OBS-URL: https://build.opensuse.org/request/show/1074749
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=53
2023-03-27 23:03:46 +00:00
Dominique Leuenberger
396aedd6db Accepting request 1045230 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1045230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=35
2022-12-24 18:40:46 +00:00
3ff6df948c Accepting request 1045226 from home:bnavigator:branches:devel:languages:python:numeric
- Update to version 5.11.0
  * Add clustering options to scattermapbox [#5827], with thanks to
    @elben10 for the contribution!
  * Add bounds to mapbox suplots [6339]
  * Add angle, angleref and standoff to marker and add backoff to
    line; also introduce new arrow symbols to facilitate drawing
    networks [#6297]
  * Add minreducedwidth and minreducedheight to layout for
    increasing control over automargin [#6307]
  * Add entrywidth and entrywidthmode to legend [#6202, #6324]
- Add patches for compatibility with numpy 1.24
  * plotly-fix-sources-np1.24.patch
  * plotly-fix-tests-np1.24.patch

OBS-URL: https://build.opensuse.org/request/show/1045226
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=51
2022-12-24 16:22:24 +00:00
Dominique Leuenberger
b71a45e217 Accepting request 995870 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/995870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=34
2022-08-16 15:07:54 +00:00
f1cb1ff85a Accepting request 995161 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/995161
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=49
2022-08-16 06:46:27 +00:00
Dominique Leuenberger
5e689674ec Accepting request 984880 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/984880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=33
2022-06-25 08:24:19 +00:00
Markéta Machová
e393d82c2a Accepting request 984676 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/984676
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=47
2022-06-24 11:36:35 +00:00
Dominique Leuenberger
973aa21d89 Accepting request 954167 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/954167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=32
2022-02-14 21:36:10 +00:00
a6cfd0895a Accepting request 953983 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/953983
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=46
2022-02-14 08:15:02 +00:00
Dominique Leuenberger
8264b9e0b4 Accepting request 945911 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/945911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=31
2022-01-12 23:22:37 +00:00
c650976f22 Accepting request 945659 from home:bnavigator:branches:devel:languages:python:numeric
- Update to version 5.5.0
  * Added text_auto argument to px.bar, px.histogram,
    px.density_heatmap, px.imshow #3518
  * Deprecated ff.create_annotated_heatmap,
    ff.create_county_choropleth, ff.create_gantt #3518
  * Added div_id argument to pio.to_html, pio.write_html,
    fig.to_html and fig.write_html to optionally make its IDs
    deterministic #3487 with thanks to @Skn0tt
  * Fixed ValueError when ff.create_annotated_heatmap passes rgba()
    colors into to_rgb_color_list #3478 with thanks to @janosh
  * Updated Plotly.js to from version 2.6.3 to version 2.8.3. See
    the plotly.js CHANGELOG for more information. Notable changes
    include:
    - Horizontal color bars
    - texttemplate for histogram-like and heatmap-like traces
- Release notes for 5.4.0
  * Fixed error when serializing dict with mix of string and
    non-string keys #3380
  * The JSON serialization engines no longer sort their keys #3380
  * Updated Plotly.js to from version 2.4.2 to version 2.6.3. See
    the plotly.js CHANGELOG for more information. Notable changes
    include:
  * New subplot type smith that supports scattersmith trace types
    for visualizing data in the complex domain
  * Changes to Plotly.js packaging
- Clean python36 conditionals
- Don't wait on optional Shapely for python310: skip tests

OBS-URL: https://build.opensuse.org/request/show/945659
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=45
2022-01-12 18:42:29 +00:00
Dominique Leuenberger
dc2f9ed558 Accepting request 917711 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/917711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=30
2021-09-09 21:07:42 +00:00
ece0d3cedd Accepting request 917149 from home:apersaud:branches:devel:languages:python:numeric
- update to version 5.3.1:
  * Updated Plotly.js to from version 2.4.1 to version 2.4.2. See the
    plotly.js CHANGELOG for more information. These changes are
    reflected in the auto-generated plotly.graph_objects
    module. Notable changes include:
  * Bug fix for rendering unified hover labels in classic Jupyter
    Notebooks

OBS-URL: https://build.opensuse.org/request/show/917149
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=44
2021-09-09 11:40:04 +00:00
Dominique Leuenberger
18bd09dab7 Accepting request 915575 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/915575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=29
2021-09-02 21:20:12 +00:00
6bd76f45cf Accepting request 915453 from home:bnavigator:branches:devel:languages:python:numeric
- Update to version 5.3.0
  * Added legend.groupclick options
  * Provide bbox of hover items in event data
- Release 5.0.0
  * Updated/Changed:
    Items in this section may be considered backwards-incompatible
    changes for the purposes of Semantic Versioning but we expect
    the vast majority of users to be able to upgrade to version
    5.0 without encountering any issues.
  * Dropped support for Python older than 3.6 #3160
  * Updated Plotly.js to from version 1.58.4 to version 2.1.0. See
    the plotly.js CHANGELOG for more information. These changes
    are reflected in the auto-generated plotly.graph_objects
    module. Notable changes include:
  * dropped support for IE9 and IE10
  * dropped support for long-deprecated graph_objects like area
    traces and scatter.(t|r) and layout.(radial|angular)axis
    attributes
  * modebar no longer has hovermode or spikeline buttons by
    default (can be added back with fig.update_layout(modebar_add=
    ["v1hovermode", "toggleSpikeLines"]))
  * "Aa" text no longer appears on legend items unless mode="text"
  * In bar traces, textposition now defaults to "auto"
  * Font size for legend and colorbar titles now matches axis
    title font size (slightly bigger)
  * deprecated heatmapgl, pointcloud traces as well as all
    transform attributes
  * Combined plotlywidget into jupyterlab-plotly and packaged them
    as a federated extension #3142 with massive thanks to
    @fcollonval for the contribution
  * In addition to this change, large Plotly.js bundles are now
    lazily loaded on-demand by JupyterLab
  * Plotly.js CDN url will now be versioned by default for HTML
    exports using include_plotlyjs='cdn' and for "connected"
    renderers. #2961 with thanks to @adehad for the contribution
  * Recommending Kaleido by default over Orca #3094
  * Replaced retrying dependency with tenacity #2911 with thanks
    to @jmsmdy for the contribution
  * Plotly Express now always takes into account every value in c
    category_orders when computing discrete mappings (color,
    symbol, line-dash, pattern-shapes) as well as facets, even
    those values which are absent in the data #3247
- Fix rpmlint errors: touch __init__.py mtime before deduplicating
  the compile cache files
- Enable tests:
  * core test suite for all flavores
  * optional requirements test suite for all except python36 flavor
    -- many optional requirements are not available

OBS-URL: https://build.opensuse.org/request/show/915453
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=43
2021-09-01 18:57:33 +00:00
Dominique Leuenberger
66cde053db Accepting request 877580 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/877580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=28
2021-03-15 09:54:24 +00:00
359b6edca3 Accepting request 877431 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/877431
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=41
2021-03-08 08:27:54 +00:00
Dominique Leuenberger
48b02445fd Accepting request 845472 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/845472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=27
2020-11-03 14:16:14 +00:00
Markéta Machová
058f5e0b02 Accepting request 845114 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/845114
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=39
2020-11-02 15:26:46 +00:00
Dominique Leuenberger
5e045568ab Accepting request 841149 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/841149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=26
2020-10-25 17:06:52 +00:00
Tomáš Chvátal
b640271515 Accepting request 840902 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/840902
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=37
2020-10-12 07:04:07 +00:00
Dominique Leuenberger
c768a81dbd Accepting request 834240 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/834240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=25
2020-09-14 10:33:23 +00:00
Tomáš Chvátal
9f61dabb09 Accepting request 834029 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/834029
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=35
2020-09-14 08:09:34 +00:00
Dominique Leuenberger
f13eb3673b Accepting request 820513 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/820513
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=24
2020-07-14 05:58:43 +00:00
Tomáš Chvátal
4646a4e25d Accepting request 820458 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/820458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=33
2020-07-12 06:40:12 +00:00
Dominique Leuenberger
c3ffc08188 Accepting request 802286 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/802286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=23
2020-05-11 11:37:39 +00:00
Tomáš Chvátal
3068c7f918 Accepting request 802267 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/802267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=31
2020-05-09 17:31:01 +00:00
Dominique Leuenberger
20e8e958af Accepting request 793280 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/793280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=22
2020-04-13 10:53:15 +00:00
Tomáš Chvátal
febeb04c10 Accepting request 793263 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/793263
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=29
2020-04-12 05:24:09 +00:00
Dominique Leuenberger
149aeb485d Accepting request 784523 from devel:languages:python:numeric
- update to version 4.5.4:
  * Updated
    + The documentation of the API
      https://plot.ly/python-api-reference/ now documents the full API
      #2243
    + New documentation examples for facets #2235, legend #2227,
      subplots #2226, axes #2234 and histograms #2242. Thanks to
      @SylwiaOliwia2 for all these great examples!
  * Fixed
    + Jupyterlab extension now compatible with both Jupyterlab 1.2 and
      2.0 #2261 with thanks to @consideRatio for the contribution!
    + Fixed a bug when using boolean values for the color argument of
      px functions #2127
    + Corrected import bug which was occuring with old versions of
      ipywidgets #2265
    + Fixed python 3.8 syntax warning #2262, with thanks to @sgn for
      the contribution!
- changes from version 4.5.3:
  * Updated
    + Removed development dependency on nose testing framework #2217
  * Fixed
    + JupyterLab extension now compatible with JupyterLab 2.0 #2245
      with thanks to @consideRatio for the contribution!
- changes from version 4.5.2:
  * Fixed
    + Fix build errors in JupyterLab extension by pinning version of
      @types/plotly.js #2223

OBS-URL: https://build.opensuse.org/request/show/784523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=21
2020-03-14 08:55:14 +00:00
Tomáš Chvátal
a2bb5c7a20 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=27 2020-03-13 07:14:11 +00:00
Tomáš Chvátal
ab080001d4 Accepting request 784425 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/784425
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=26
2020-03-13 07:12:23 +00:00
Dominique Leuenberger
605b48ef0d Accepting request 778509 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/778509
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plotly?expand=0&rev=20
2020-02-24 14:52:28 +00:00
Tomáš Chvátal
0f6321b497 Accepting request 778458 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/778458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-plotly?expand=0&rev=24
2020-02-23 07:52:31 +00:00