Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6fb1052

Browse filesBrowse files
authored
Release 4.4.1 (plotly#1994)
* 4.4.1 CHANGELOG, README, requirements.txt updates
1 parent cce9781 commit 6fb1052
Copy full SHA for 6fb1052

File tree

Expand file treeCollapse file tree

5 files changed

+12
-7
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+12
-7
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [4.4.1] - 2019-12-10
6+
7+
### Fixed
8+
- Fixed improper JSON encoding exception when the `pillow` module not installed [#1993](https://github.com/plotly/plotly.py/pull/1993)
9+
510
## [4.4.0] - 2019-12-10
611

712
### Updated

‎README.md

Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
## Quickstart
2828

29-
`pip install plotly==4.4.0`
29+
`pip install plotly==4.4.1`
3030

3131
Inside [Jupyter notebook](https://jupyter.org/install) (installable with `pip install "notebook>=5.3" "ipywidgets>=7.2"`):
3232
```python
@@ -72,12 +72,12 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
7272

7373
plotly.py may be installed using pip...
7474
```
75-
pip install plotly==4.4.0
75+
pip install plotly==4.4.1
7676
```
7777

7878
or conda.
7979
```
80-
conda install -c plotly plotly=4.4.0
80+
conda install -c plotly plotly=4.4.1
8181
```
8282

8383
### Jupyter Notebook Support

‎binder/requirements.txt

Copy file name to clipboardExpand all lines: binder/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
jupytext
2-
plotly==4.3.0
2+
plotly==4.4.1
33
jupyter
44
notebook
55
pandas==0.23.0

‎doc/python/getting-started.md

Copy file name to clipboardExpand all lines: doc/python/getting-started.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image
4646
plotly.py may be installed using pip...
4747

4848
```
49-
$ pip install plotly==4.4.0
49+
$ pip install plotly==4.4.1
5050
```
5151
or conda.
5252

5353
```
54-
$ conda install -c plotly plotly=4.4.0
54+
$ conda install -c plotly plotly=4.4.1
5555
```
5656
This package contains everything you need to write figures to standalone HTML files.
5757

‎doc/requirements.txt

Copy file name to clipboardExpand all lines: doc/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plotly==4.3.0
1+
plotly==4.4.1
22
jupytext==1.1.1
33
jupyter
44
notebook

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.