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 +00:00
08000107baAccepting request 1188407 from devel:languages:python:numeric
Ana Guerrero
2024-07-19 13:28:15 +00:00
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 +00:00
3405997f49- Restrict numpy to < 2 for now.
Steve Kowalik
2024-07-17 04:01:16 +00:00
a3cc6ebad4Accepting request 1178364 from devel:languages:python:numeric
Ana Guerrero
2024-06-04 10:51:28 +00:00
a8b1c5659dAccepting request 1178183 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2024-06-03 16:21:01 +00:00
e8598d9970Accepting request 1177151 from devel:languages:python:numeric
Ana Guerrero
2024-05-28 15:29:00 +00:00
cf0e4013d1Accepting request 1176533 from home:bnavigator:branches:devel:languages:python:numericMatej Cepl2024-05-27 14:14:25 +00:00
0f87e7a7a4Accepting request 1156902 from devel:languages:python:numeric
Ana Guerrero
2024-03-11 14:34:54 +00:00
29d30957d3Accepting request 1154607 from devel:languages:python:numeric
Ana Guerrero
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 xarraysDirk Mueller2024-03-04 09:45:54 +00:00
feb75e5e37Accepting request 1154282 from home:bnavigator:branches:devel:languages:python:numericDirk Mueller2024-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.insertDirk Mueller2024-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 areDirk Mueller2024-03-01 10:06:06 +00:00