Skip to content

Commit

Permalink
Toyplot 0.10.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead2 committed Jan 12, 2016
1 parent a079353 commit 2065757
Show file tree
Hide file tree
Showing 21 changed files with 688 additions and 663 deletions.
60 changes: 30 additions & 30 deletions docs/canvas-layout.rst

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/cartesian-axes.rst

Large diffs are not rendered by default.

120 changes: 60 additions & 60 deletions docs/color.rst

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions docs/convenience-api.rst

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/data-tables.rst

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/features.rst
Expand Up @@ -8,7 +8,7 @@ Features
========

* Plot types: bar plots, filled region plots, graph visualizations, line plots, matrix plots, scatter plots, tabular plots, text plots.
* Styling: standard CSS.
* Styling: standard CSS, rich text with HTML markup.
* Integrates with Jupyter without any need for plugins, magics, etc.
* Interaction types: display interactive mouse coordinates, export figure data to CSV.
* Interactive output formats: Embeddable, self-contained HTML.
Expand Down
56 changes: 28 additions & 28 deletions docs/graph-visualization.rst

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/interaction.rst

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions docs/labels-and-legends.rst

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions docs/log-scales.rst

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions docs/markers.rst

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions docs/matrix-visualization.rst

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions docs/null-data.rst

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions docs/number-lines.rst

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions docs/release-notes.rst
Expand Up @@ -7,6 +7,31 @@
Release Notes
=============

Toyplot 0.10.0 - January 12, 2016
---------------------------------

* Added rich text support, using a limited subset of HTML markup.
* Added a tick locator for displaying timestamp data with properly formatted times.
* Created a new, pure-Python PDF backend using ReportLab.
* Created a new PNG backend that renders by rasterizing PDFs with Ghostscript.
* Removed deprecated PDF and PNG backends.
* Added numberline axes, for displaying one-dimensional data.
* Refactored the scatterplot mark to support data with any number of dimensions.
* Added one-dimensional scatterplot support to numberlines.
* Completely redesigned the color scale implementation to use numberlines.
* Added API for easily adding color scales to axes and matrix visualizations.
* Provided both size and area parameters to specify marker sizes.
* Moved log scales to a dedicated section of the user guide.
* Optimized graph layout when every vertex already has a position.
* Removed the GraphViz graph layout strategy.
* Use consistent naming for matrix visualization parameters.
* toyplot.data.read_csv() can optionally convert string values to numeric values.
* Replaced toyplot.color.lighten() with toyplot.color.spread(), which is more flexible.
* Display toyplot color values as swatches in Jupyter notebooks.
* Expanded the color documentation in the user guide.
* Reduced regression test boilerplate code.
* Test coverage improvements.

Toyplot 0.9.0 - November 22, 2015
---------------------------------

Expand Down
8 changes: 4 additions & 4 deletions docs/rendering.rst

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions docs/table-axes.rst

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions docs/text.rst

Large diffs are not rendered by default.

132 changes: 66 additions & 66 deletions docs/tick-locators.rst

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions docs/tutorial.rst

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions docs/units.rst

Large diffs are not rendered by default.

0 comments on commit 2065757

Please sign in to comment.