b22a92f46d- Update to 5.24.1 * Updated Plotly.js from version 2.35.0 to version 3.0.0-rc.0. See the plotly.js CHANGELOG for more information. - Release 5.24.0 ## Added * New px functions for maps: scatter_map, line_map, choropleth_map, and density_map. ## Updated * Updated Plotly.js from version 2.34.0 to version 2.35.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 new traces: scattermap, choroplethmap and densitymap and map subplots which use maplibre to render maps [#7015, #7060, #7085, #7088, #7090, #7092, #7094, #7134] - Deprecate mapbox traces and mapbox subplot [#7087] * Fixed a bug in integer validation of arrays that threw an error when an array contained a mix of strings and integers. * Fixed a bug in JupyterLab >= 4 and Jupyter Notebook >= 7 that caused latex to not render in plotly charts. * Use modern native ES6 import to load plotly.js bundle instead of requirejs which is no longer under active development - Release 5.23.0 ## Updated * Updated Plotly.js from version 2.32.0 to version 2.34.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 subtitle attribute to layout.title to enable adding subtitles to plots [#7012]Benjamin Greiner2024-11-27 12:38:13 +0000
08000107baAccepting request 1188407 from devel:languages:python:numeric
Ana Guerrero
2024-07-19 13:28:15 +0000
ef6bb54f84- Revert restriction. I created the patch for a reason. This one does not even require numpy for runtime.Markéta Machová2024-07-18 13:28:23 +0000
3405997f49- Restrict numpy to < 2 for now.
Steve Kowalik
2024-07-17 04:01:16 +0000
a3cc6ebad4Accepting request 1178364 from devel:languages:python:numeric
Ana Guerrero
2024-06-04 10:51:28 +0000
a8b1c5659dAccepting request 1178183 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2024-06-03 16:21:01 +0000
e8598d9970Accepting request 1177151 from devel:languages:python:numeric
Ana Guerrero
2024-05-28 15:29:00 +0000
cf0e4013d1Accepting request 1176533 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2024-05-27 14:14:25 +0000
0f87e7a7a4Accepting request 1156902 from devel:languages:python:numeric
Ana Guerrero
2024-03-11 14:34:54 +0000
29d30957d3Accepting request 1154607 from devel:languages:python:numeric
Ana Guerrero
2024-03-04 20:25:34 +0000
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 xarraysDirk Mueller2024-03-04 09:45:54 +0000
feb75e5e37Accepting request 1154282 from home:bnavigator:branches:devel:languages:python:numericDirk Mueller2024-03-04 09:22:24 +0000
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.insertDirk Mueller2024-03-01 10:08:03 +0000
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 areDirk Mueller2024-03-01 10:06:06 +0000
7c89e16b08Accepting request 1091744 from devel:languages:python:numeric
Dominique Leuenberger
2023-06-11 17:54:26 +0000
7fc6409913Accepting request 1091723 from home:bnavigator:branches:devel:languages:python:numeric
Steve Kowalik
2023-06-09 05:08:43 +0000
c8d44afad4Accepting request 1074796 from devel:languages:python:numeric
Dominique Leuenberger
2023-03-28 15:50:17 +0000
30474fb64dAccepting request 1074749 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2023-03-27 23:03:46 +0000
396aedd6dbAccepting request 1045230 from devel:languages:python:numeric
Dominique Leuenberger
2022-12-24 18:40:46 +0000
3ff6df948cAccepting request 1045226 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2022-12-24 16:22:24 +0000
b71a45e217Accepting request 995870 from devel:languages:python:numeric
Dominique Leuenberger
2022-08-16 15:07:54 +0000
f1cb1ff85aAccepting request 995161 from home:apersaud:branches:devel:languages:python:numericDirk Mueller2022-08-16 06:46:27 +0000
5e689674ecAccepting request 984880 from devel:languages:python:numeric
Dominique Leuenberger
2022-06-25 08:24:19 +0000
e393d82c2aAccepting request 984676 from home:apersaud:branches:devel:languages:python:numericMarkéta Machová2022-06-24 11:36:35 +0000
973aa21d89Accepting request 954167 from devel:languages:python:numeric
Dominique Leuenberger
2022-02-14 21:36:10 +0000
a6cfd0895aAccepting request 953983 from home:apersaud:branches:devel:languages:python:numericMatej Cepl2022-02-14 08:15:02 +0000
8264b9e0b4Accepting request 945911 from devel:languages:python:numeric
Dominique Leuenberger
2022-01-12 23:22:37 +0000
c650976f22Accepting request 945659 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2022-01-12 18:42:29 +0000
dc2f9ed558Accepting request 917711 from devel:languages:python:numeric
Dominique Leuenberger
2021-09-09 21:07:42 +0000
ece0d3ceddAccepting request 917149 from home:apersaud:branches:devel:languages:python:numericMatej Cepl2021-09-09 11:40:04 +0000
18bd09dab7Accepting request 915575 from devel:languages:python:numeric
Dominique Leuenberger
2021-09-02 21:20:12 +0000
6bd76f45cfAccepting request 915453 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2021-09-01 18:57:33 +0000
66cde053dbAccepting request 877580 from devel:languages:python:numeric
Dominique Leuenberger
2021-03-15 09:54:24 +0000
359b6edca3Accepting request 877431 from home:apersaud:branches:devel:languages:python:numericDirk Mueller2021-03-08 08:27:54 +0000
48b02445fdAccepting request 845472 from devel:languages:python:numeric
Dominique Leuenberger
2020-11-03 14:16:14 +0000
058f5e0b02Accepting request 845114 from home:apersaud:branches:devel:languages:python:numericMarkéta Machová2020-11-02 15:26:46 +0000
5e045568abAccepting request 841149 from devel:languages:python:numeric
Dominique Leuenberger
2020-10-25 17:06:52 +0000
b640271515Accepting request 840902 from home:apersaud:branches:devel:languages:python:numeric
Tomáš Chvátal
2020-10-12 07:04:07 +0000
c768a81dbdAccepting request 834240 from devel:languages:python:numeric
Dominique Leuenberger
2020-09-14 10:33:23 +0000
9f61dabb09Accepting request 834029 from home:apersaud:branches:devel:languages:python:numeric
Tomáš Chvátal
2020-09-14 08:09:34 +0000
f13eb3673bAccepting request 820513 from devel:languages:python:numeric
Dominique Leuenberger
2020-07-14 05:58:43 +0000
4646a4e25dAccepting request 820458 from home:apersaud:branches:devel:languages:python:numeric
Tomáš Chvátal
2020-07-12 06:40:12 +0000
c3ffc08188Accepting request 802286 from devel:languages:python:numeric
Dominique Leuenberger
2020-05-11 11:37:39 +0000
3068c7f918Accepting request 802267 from home:apersaud:branches:devel:languages:python:numeric
Tomáš Chvátal
2020-05-09 17:31:01 +0000
20e8e958afAccepting request 793280 from devel:languages:python:numeric
Dominique Leuenberger
2020-04-13 10:53:15 +0000
febeb04c10Accepting request 793263 from home:apersaud:branches:devel:languages:python:numeric
Tomáš Chvátal
2020-04-12 05:24:09 +0000
149aeb485dAccepting request 784523 from devel:languages:python:numeric
Dominique Leuenberger
2020-03-14 08:55:14 +0000