Skip to content

Commit eddf255

Browse files
committed
Toyplot version 0.15.1
1 parent 88ecca9 commit eddf255

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

docs/release-notes.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ Release Notes
1010
Toyplot 0.15.0 - July 27, 2017
1111
------------------------------
1212

13-
Markers can be embedded in any text, including tick marks, legends, labels, and table contents.
14-
Hyperlinks can be embedded in any text using the <a href="..."> tag.
15-
Legends are implemented using table coordinates, so legends can be customized using any table feature.
16-
Started a new documentation section for case-studies, with graph community and neural network examples.
17-
Started a new section in the documentation for projects using Toyplot.
18-
Callers can define their own custom marks, and modify rendering for existing marks, using the new rendering API.
19-
Defined a new API for embedding Javascript in HTML markup, for use with custom marks.
20-
Graph visualizations can export vertex and edge data as CSV tables.
21-
Added support for head, middle, and tail markers on graph edges.
22-
Added an `offset` property for Cartesian axis labels.
23-
Toyplot colors are allowed as style property values.
24-
Per-series and per-datum colors can be specified using Python sequences as well as numpy arrays.
25-
Error messages specify which CSS properties are allowed.
26-
Deprecated the `gutter` parameter in favor of `margin`, which can specify separate left / right / top / bottom margins, if desired.
27-
Added `toyplot.html.tostring()` to simplify generating HTML.
28-
Added a style option to `toyplot.html.render()` and `toyplot.html.tostring()`.
29-
Added a `palette` argument to override the default series palette when creating axes.
30-
Text markup didn't include units for font-size, causing incorrect results on Firefox.
13+
* Markers can be embedded in any text, including tick marks, legends, labels, and table contents.
14+
* Hyperlinks can be embedded in any text using the <a href="..."> tag.
15+
* Legends are implemented using table coordinates, so legends can be customized using any table feature.
16+
* Started a new documentation section for case-studies, with graph community and neural network examples.
17+
* Started a new section in the documentation for projects using Toyplot.
18+
* Callers can define their own custom marks, and modify rendering for existing marks, using the new rendering API.
19+
* Defined a new API for embedding Javascript in HTML markup, for use with custom marks.
20+
* Graph visualizations can export vertex and edge data as CSV tables.
21+
* Added support for head, middle, and tail markers on graph edges.
22+
* Added an `offset` property for Cartesian axis labels.
23+
* Toyplot colors are allowed as style property values.
24+
* Per-series and per-datum colors can be specified using Python sequences as well as numpy arrays.
25+
* Error messages specify which CSS properties are allowed.
26+
* Deprecated the `gutter` parameter in favor of `margin`, which can specify separate left / right / top / bottom margins, if desired.
27+
* Added `toyplot.html.tostring()` to simplify generating HTML.
28+
* Added a style option to `toyplot.html.render()` and `toyplot.html.tostring()`.
29+
* Added a `palette` argument to override the default series palette when creating axes.
30+
* Text markup didn't include units for font-size, causing incorrect results on Firefox.
3131

3232
Toyplot 0.14.0 - April 17, 2017
3333
-------------------------------

toyplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from toyplot.canvas import Canvas
1414

15-
__version__ = "0.15.0"
15+
__version__ = "0.15.1"
1616

1717
log = logging.getLogger(__name__)
1818
log.setLevel(logging.WARNING)

0 commit comments

Comments
 (0)