Skip to content

Commit fa3ed76

Browse files
committed
Initial CHANGELOG for 3.7.0
1 parent dc53911 commit fa3ed76

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Diff for: CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
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+
6+
## [3.7.0] - ???
7+
8+
### Updated
9+
- Updated Plotly.js to version 1.45.1. See the
10+
[plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1451----2019-03-05)
11+
for more information.
12+
13+
### Added
14+
- Added new `auto_play` argument to offline `plot` and `iplot` to control
15+
whether figures with frames are automatically animated when the figure is
16+
loaded
17+
([#1447](https://github.com/plotly/plotly.py/pull/1447))
18+
- Added support for uploading "offline" animations (those with inline data
19+
arrays rather than grid references) to Chart Studio using `plotly.plotly.create_animations`
20+
([#1432](https://github.com/plotly/plotly.py/pull/1432))
21+
22+
### Updated
23+
- Updated implementation of the `ternary_contour` figure factory that was
24+
added in 3.6.0. The new implementation uses the native plotly.js ternary axes
25+
and provides ILR transform support.
26+
([#1418](https://github.com/plotly/plotly.py/pull/1418))
27+
28+
### Fixed
29+
- Fix validation for 0-dimensional numpy arrays
30+
([#1444](https://github.com/plotly/plotly.py/pull/1444)). Special thanks to
31+
[@ankokumoyashi](https://github.com/ankokumoyashi) for this contribution!
32+
533
## [3.6.1] - 2019-02-08
634

735
### Updated

0 commit comments

Comments
 (0)