Skip to content

Merge master to doc prod #4767

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 21 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7da372d
update geopandas version
LiamConnors Sep 9, 2024
c4f9cfa
update shapely version
LiamConnors Sep 9, 2024
e553d0d
change geopandas versions and specify version for fiona
LiamConnors Sep 9, 2024
4014d77
change geopandas versions and specify version for fiona py 3.8
LiamConnors Sep 9, 2024
735d43a
remove old python version tests
LiamConnors Sep 9, 2024
cae1f81
Update config.yml
LiamConnors Sep 9, 2024
8549715
Merge pull request #4755 from plotly/fix-failing-tests
LiamConnors Sep 9, 2024
2d6efec
Merge branch 'master' into update-master-with-docs-changes
LiamConnors Sep 9, 2024
e5333de
update plotly.js to 2.35.1
LiamConnors Sep 9, 2024
c72b77e
Update package-lock.json
LiamConnors Sep 9, 2024
85bad44
Merge pull request #4756 from plotly/update-master-with-docs-changes
LiamConnors Sep 9, 2024
31e1f8f
Merge branch 'master' into update-plotly-js-version-2-35-1
LiamConnors Sep 9, 2024
ef4eb44
Merge pull request #4757 from plotly/update-plotly-js-version-2-35-1
LiamConnors Sep 9, 2024
481a438
version changes for v5.24.1
LiamConnors Sep 9, 2024
d52f2a2
update plotly.js to 2.35.2
LiamConnors Sep 12, 2024
5182afd
Merge pull request #4765 from plotly/update-plotly-js-version-2-35-2
LiamConnors Sep 12, 2024
2cff569
Merge branch 'master' into release-5.24.1
LiamConnors Sep 12, 2024
5d79b80
update release date
LiamConnors Sep 12, 2024
7a0ab09
Merge pull request #4758 from plotly/release-5.24.1
LiamConnors Sep 12, 2024
1face04
update docs to new plotly.py
LiamConnors Sep 12, 2024
0d30d66
Merge pull request #4766 from plotly/update-docs-plotly-py-version
LiamConnors Sep 12, 2024
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
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -617,4 +617,3 @@ workflows:
- python_39_percy
- python_312_no_numpy
- build-doc

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [5.24.1] - 2024-09-12

### Updated

- Updated Plotly.js from version 2.35.0 to version 2.35.2. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2352----2024-09-10) for more information.

## [5.24.0] - 2024-08-29

### Added
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

## Quickstart

`pip install plotly==5.24.0`
`pip install plotly==5.24.1`

Inside [Jupyter](https://jupyter.org/install) (installable with `pip install "jupyterlab>=3" "ipywidgets>=7.6"`):

Expand Down Expand Up @@ -85,13 +85,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
plotly.py may be installed using pip...

```
pip install plotly==5.24.0
pip install plotly==5.24.1
```

or conda.

```
conda install -c plotly plotly=5.24.0
conda install -c plotly plotly=5.24.1
```

### JupyterLab Support
Expand All @@ -113,7 +113,7 @@ The instructions above apply to JupyterLab 3.x. **For JupyterLab 2 or earlier**,

```
# JupyterLab 2.x renderer support
jupyter labextension install [email protected].0 @jupyter-widgets/jupyterlab-manager
jupyter labextension install [email protected].1 @jupyter-widgets/jupyterlab-manager
```

Please check out our [Troubleshooting guide](https://plotly.com/python/troubleshooting/) if you run into any problems with JupyterLab.
Expand Down
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.24.0
plotly==5.24.1
jupyter
notebook
pandas==2.2.2
Expand Down
2 changes: 1 addition & 1 deletion doc/apidoc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "5.24.0"
release = "5.24.1"


# -- 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.24.0
$ pip install plotly==5.24.1
```

or `conda`:

```
$ conda install -c plotly plotly=5.24.0
$ conda install -c plotly plotly=5.24.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 [email protected].0 @jupyter-widgets/jupyterlab-manager
jupyter labextension install [email protected].1 @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.24.0
plotly==5.24.1
jupytext==1.1.1
ipywidgets==7.7.2
jupyter-client<7
Expand Down
Loading