Skip to content

Commit 3153237

Browse files
committed
update CHANGELOG and optional requirements for tests
1 parent 2d3456e commit 3153237

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.12.3] - 2016-06-30
6+
### Updated
7+
- Updated `plotly.min.js` from 1.13.0 to 1.14.1
8+
- Numerous additions and changes where made to the mapbox layout layers attributes
9+
- Attribute line.color in scatter3d traces now support color scales
10+
- Layout shapes can now be moved and resized (except for 'path' shapes) in editable contexts
11+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1141----2016-06-28) for additional information regarding the updates
12+
- Added `update_offline` in makefile in order to automate updating `plotly.min.js` for offline mode
13+
- Updated the package dependencies used by `graph_widgets.py` to use `ipywidgets`
14+
- Updated `default-schema`
15+
516
## [1.12.2] - 2016-06-20
617
### Updated
718
- Updated plotly.min.js so the offline mode is using plotly.js v1.13.0

optional-requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ pandas
2222

2323
## scipy deps for some FigureFactory functions ##
2424
scipy
25+
26+
## ipywidgets for IPython widgets ##
27+
ipywidgets
28+
29+
## traitlets also used with IPython Widgets ##
30+
traitlets

0 commit comments

Comments
 (0)