Skip to content

Commit 95e3a3c

Browse files
chart-studio v1.1.0
1 parent e2294c1 commit 95e3a3c

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Diff for: packages/python/chart-studio/CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
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-
## [1.0.0] - ???
5+
## [1.1.0] - 2020-01-4-01
6+
7+
### Updated
8+
- The default URLs have been changed from `plot.ly` to `plotly.com` to match the changes to Chart Studio Cloud.
9+
10+
## [1.0.0] - 2019-07-16
611

712
The initial release of the stand-alone `chart-studio` package. This package contains utilities for interfacing with Plotly's Chart Studio service (both Chart Studio cloud and Chart Studio On-Prem). Prior to plotly.py version 4, This functionality was included in the `plotly` package under the `plotly.plotly` module. As part of plotly.py version 4, the Chart Studio functionality was removed from the `plotly` package and released in this `chart-studio` package.
813

@@ -12,7 +17,7 @@ The initial release of the stand-alone `chart-studio` package. This package con
1217
- The `chart_studio.plotly.plot`/`iplot` functions now support uploading figures that contain frames. This makes the legacy `chart_studio.plotly.create_animations`/`icreate_animations` functions unnecessary, though they are still included for backward compatibility.
1318

1419
### Fixed
15-
- Fixed iframe warning resulting from `chart_studio.plotly.iplot`
16-
20+
- Fixed iframe warning resulting from `chart_studio.plotly.iplot`
21+
1722
### Removed
1823
- The `fileopt` argument to `chart_studio.plotly.plot`/`iplot` was deprecated in plotly.py version 3.9.0 and has been removed in this initial release of the `chart-studio` package.

Diff for: packages/python/chart-studio/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def readme():
1010

1111
setup(
1212
name="chart-studio",
13-
version="1.0.0",
13+
version="1.1.0",
1414
author="Chris P",
1515
author_email="[email protected]",
1616
maintainer="Jon Mease",

0 commit comments

Comments
 (0)