Skip to content

Update docs to version 5.17 #4360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 39 commits into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
d79add7
remove duplicate example
LiamConnors Jul 21, 2023
092e8ba
Update to_plotly_json docstring, and implement helper method to creat…
itsluketwist Jul 28, 2023
07b4593
Method rename and removal to ensure consistency.
itsluketwist Aug 2, 2023
d56abff
add examples for new autorangeoptions and
LiamConnors Aug 2, 2023
3fe31cf
format code
LiamConnors Aug 2, 2023
31034e3
Update 3d-axes.md
LiamConnors Aug 2, 2023
eae0c14
Merge branch 'master' into feature/update-json-funcs
itsluketwist Aug 11, 2023
831be15
Fix facet_col and animation_frame in px.imshow for xarrays.
Karl-Krauth Aug 17, 2023
b35dc73
Add changelog entry.
Karl-Krauth Aug 17, 2023
7ef805c
Use faster plotly.io serialization.
itsluketwist Aug 18, 2023
76be0e9
Merge branch 'master' into feature/update-json-funcs
itsluketwist Aug 18, 2023
b750692
Move changelog entry to unreleased section.
Karl-Krauth Aug 19, 2023
d833fd5
Update CHANGELOG.md
alexcjohnson Aug 19, 2023
9b904c5
Clean up imports and docstrings for consistency.
itsluketwist Aug 21, 2023
43d0432
Update `to_plotly_json` docstrings, add to CHANGELOG.md.
itsluketwist Aug 22, 2023
c838fec
Merge pull request #4331 from Karl-Krauth/imshow-xarray-bugfixes
alexcjohnson Aug 22, 2023
01bbae9
Merge branch 'master' into feature/update-json-funcs
alexcjohnson Aug 22, 2023
b4e307c
Merge pull request #4301 from itsluketwist/feature/update-json-funcs
alexcjohnson Aug 22, 2023
c757d28
Corrected minor type in heading ('RBG' -> 'RGB')
mwcoleman Aug 24, 2023
975a704
Merge pull request #4339 from mwcoleman/imshow-docs-typo
alexcjohnson Aug 24, 2023
9b3b592
Merge branch 'master' into autorange-bounds
LiamConnors Sep 8, 2023
f782065
Update Plotly.js version to 2.26.0
LiamConnors Sep 8, 2023
b51748c
Update axes.md
LiamConnors Sep 8, 2023
5b7874c
fix version number
LiamConnors Sep 8, 2023
9047c62
Update config.yml
LiamConnors Sep 8, 2023
11b4936
Merge pull request #4350 from plotly/upgrade-browsertools
LiamConnors Sep 8, 2023
a52af48
Merge branch 'master' into autorange-bounds
LiamConnors Sep 11, 2023
22681bc
Update CHANGELOG.md
LiamConnors Sep 12, 2023
581b753
add example with "max reversed"
LiamConnors Sep 12, 2023
40101cb
Update 3d-axes.md
LiamConnors Sep 12, 2023
871d065
Update 3d-axes.md
LiamConnors Sep 12, 2023
b2ebf8b
Merge pull request #4307 from plotly/autorange-bounds
LiamConnors Sep 15, 2023
bce8845
version changes for v5.17.0
LiamConnors Sep 15, 2023
7d005be
Merge pull request #4356 from plotly/release-5.17.0
alexcjohnson Sep 15, 2023
dae12d0
update versions to 5.17.0
LiamConnors Sep 15, 2023
d9d89e3
Merge pull request #4358 from plotly/update-docs-5-17
alexcjohnson Sep 15, 2023
f620d79
Update getting-started.md
LiamConnors Sep 15, 2023
e1b2d29
Merge branch 'master' into update-docs-5-17
LiamConnors Sep 15, 2023
59cdd99
Merge pull request #4359 from plotly/update-docs-5-17
alexcjohnson Sep 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jupytext
plotly==5.16.1
plotly==5.17.0
jupyter
notebook
pandas==1.0.3
Expand Down
2 changes: 1 addition & 1 deletion doc/apidoc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "5.16.1"
release = "5.17.0"


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions doc/python/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ We also encourage you to join the [Plotly Community Forum](http://community.plot
`plotly` may be installed using `pip`:

```
$ pip install plotly==5.16.1
$ pip install plotly==5.17.0
```

or `conda`:

```
$ conda install -c plotly plotly=5.16.1
$ conda install -c plotly plotly=5.17.1
```
This package contains everything you need to write figures to standalone HTML files.

Expand Down Expand Up @@ -152,7 +152,7 @@ The instructions above apply to JupyterLab 3.x. **For JupyterLab 2 or earlier**,

```
# JupyterLab 2.x renderer support
jupyter labextension install jupyterlab-plotly@5.16.1 @jupyter-widgets/jupyterlab-manager
jupyter labextension install jupyterlab-plotly@5.17.0 @jupyter-widgets/jupyterlab-manager
```

Please check out our [Troubleshooting guide](/python/troubleshooting/) if you run into any problems with JupyterLab, particularly if you are using multiple python environments inside Jupyter.
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plotly==5.16.1
plotly==5.17.0
jupytext==1.1.1
ipywidgets==7.7.2
jupyter-client<7
Expand Down