Skip to content

Commit 81315f7

Browse files
authored
Merge pull request plotly#620 from plotly/changelog-update
Update changelog
2 parents 9dca743 + 7349e7a commit 81315f7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
7+
## [1.12.10] - 2016-11-28
68
### Updated
79
- `FF.create_violin` and `FF.create_scatterplotmatrix` now by default do not print subplot grid information in output
10+
- Removed alert that occured when downloading plot images offline. Please note: for higher resolution images and more export options, consider making requests to our image servers. See: `help(py.image)` for more details.
811

912
### Added
10-
- Plot configuration options for offline plots. See the list of [configuration options](https://github.com/Rikorose/plotly.py/blob/master/plotly/offline/offline.py#L189) and [examples](https://plot.ly/javascript/configuration-options/) for more information.
13+
- Plot configuration options for offline plots. See the list of [configuration options](https://github.com/Rikorose/plotly.py/blob/master/plotly/offline/offline.py#L189) and [examples](https://plot.ly/javascript/configuration-options/) for more information.
1114
- Please note that these configuration options are for offline plots ONLY. For configuration options when embedding online plots please see our [embed tutorial](http://help.plot.ly/embed-graphs-in-websites/#step-8-customize-the-iframe).
1215
- `colors.py` file which contains functions for manipulating and validating colors and arrays of colors
1316
- 'scale' param in `FF.create_trisurf` which now can set the interpolation on the colorscales
@@ -45,7 +48,7 @@ c1 = Column([6, 6, 6, 5], 'column 1')
4548
c2 = Column(['a', 'b', 'c', 'd'], 'column 2')
4649
g = Grid([c1, c2])
4750
48-
# Upload the grid
51+
# Upload the grid
4952
py.grid_ops.upload(g, 'my-grid', auto_open=False)
5053
5154
# Make a graph that with data that is referenced from that grid
@@ -59,17 +62,17 @@ Then, whenever you update the data in `'my-grid'`, the associated plot will upda
5962
- the colorbar in `.create_trisurf` now displays properly in `offline mode`.
6063

6164
### Updated
62-
- the colorbar in `.create_trisurf` now displays the appropriate max and min values on the ends of the bar which corresponding to the coloring metric of the figure
65+
- the colorbar in `.create_trisurf` now displays the appropriate max and min values on the ends of the bar which corresponding to the coloring metric of the figure
6366
- `edges_color` is now a param in `.create_trisurf` which only takes `rgb` values at the moment
6467

6568
## [1.12.8] - 2016-08-18
6669
### Fixed
67-
- Fixed color bug with trisurf plots where certain triangles were colored strangely. The coordinates of `rgb(...)` are now rounded to their nearest integer (using Python3 method of rounding), then placed in the color string to fix the issue.
70+
- Fixed color bug with trisurf plots where certain triangles were colored strangely. The coordinates of `rgb(...)` are now rounded to their nearest integer (using Python3 method of rounding), then placed in the color string to fix the issue.
6871

6972
## [1.12.7] - 2016-08-17
7073
### Fixed
7174
- Edited `plotly.min.js` due to issue using `iplot` to plot offline in Jupyter Notebooks
72-
- Please note that `plotly.min.js` may be cached in your Jupyter Notebook. Therefore, if you continue to experience this issue after upgrading the Plotly package please open a new notebook or clear the cache to ensure the correct `plotly.min.js` is referenced.
75+
- Please note that `plotly.min.js` may be cached in your Jupyter Notebook. Therefore, if you continue to experience this issue after upgrading the Plotly package please open a new notebook or clear the cache to ensure the correct `plotly.min.js` is referenced.
7376

7477
## [1.12.6] - 2016-08-09
7578
### Updated

0 commit comments

Comments
 (0)