Revisions of python-plotly
buildservice-autocommit
accepted
request 1188407
from
Markéta Machová (mcalabkova)
(revision 69)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 1188353
from
Benjamin Greiner (bnavigator)
(revision 68)
- Revert restriction. I created the patch for a reason. This one does not even require numpy for runtime.
Steve Kowalik (StevenK)
committed
(revision 67)
- Restrict numpy to < 2 for now.
buildservice-autocommit
accepted
request 1178364
from
Matej Cepl (mcepl)
(revision 66)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 1178183
from
Benjamin Greiner (bnavigator)
(revision 65)
- Build from github archive with obs-service-node_modules and local-npm-registry - Add plotly-pr4622-np2.patch gh#plotly/plotly.py#4622
buildservice-autocommit
accepted
request 1177151
from
Matej Cepl (mcepl)
(revision 64)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 1176533
from
Benjamin Greiner (bnavigator)
(revision 63)
- 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
buildservice-autocommit
accepted
request 1156902
from
Factory Maintainer (factory-maintainer)
(revision 62)
baserev update by copy to link target
buildservice-autocommit
accepted
request 1154607
from
Dirk Mueller (dirkmueller)
(revision 61)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 60)
- 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
Dirk Mueller (dirkmueller)
accepted
request 1154282
from
Benjamin Greiner (bnavigator)
(revision 59)
- Skip python39: no xarray anymore
Dirk Mueller (dirkmueller)
committed
(revision 58)
- 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`
Dirk Mueller (dirkmueller)
committed
(revision 57)
- 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
buildservice-autocommit
accepted
request 1091744
from
Steve Kowalik (StevenK)
(revision 56)
baserev update by copy to link target
Steve Kowalik (StevenK)
accepted
request 1091723
from
Benjamin Greiner (bnavigator)
(revision 55)
- 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]
buildservice-autocommit
accepted
request 1074796
from
Matej Cepl (mcepl)
(revision 54)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 1074749
from
Benjamin Greiner (bnavigator)
(revision 53)
- 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
buildservice-autocommit
accepted
request 1045230
from
Matej Cepl (mcepl)
(revision 52)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 1045226
from
Benjamin Greiner (bnavigator)
(revision 51)
- 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
buildservice-autocommit
accepted
request 995870
from
Dirk Mueller (dirkmueller)
(revision 50)
baserev update by copy to link target
Displaying revisions 1 - 20 of 69