Skip to content

Commit

Permalink
Toyplot version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead2 committed Feb 18, 2016
1 parent 10cee28 commit e9d4742
Show file tree
Hide file tree
Showing 21 changed files with 714 additions and 690 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.

160 changes: 80 additions & 80 deletions docs/color-mapping.rst

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/colors.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.

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.

24 changes: 24 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@
Release Notes
=============

Toyplot 0.11.0 - February 18, 2016
----------------------------------

* Added more complex indexing / slicing options to toyplot.data.Table.
* Deprecated `toyplot.data.Table.rows()` and `toyplot.data.Table.columns()`.
* Removed support for custom markers.
* `-toyplot-anchor-shift` didn't work correctly with rotated text.
* Documented text alignment behavior for rotated text.
* Added `location` parameter for axis labels.
* Improved text alignment defaults for rotated and unrotated axis labels.
* Don't alter the axis domain if tick labels aren't visible.
* Change the default linear color map to a diverging blue-red palette.
* Pandas data frames with duplicate column names can be converted to `toyplot.data.Table`.
* Allow callers to suppress NaNs in table visualization cells.
* Render color arrays as swatches in Jupyter notebooks.
* Added `toyplot.color.brewer.palette()`, `toyplot.color.brewer.map()`, and `toyplot.color.diverging.map()`.
* Deprecated `toyplot.color.brewer()` and `toyplot.color.diverging()`.
* `toyplot.color.LinearMap` color stops can be explicitly positioned.
* Added `toyplot.color.linear.map()` with "Blackbody", "ExtendedBlackbody", "Kindlmann" and "ExtendedKindlmann" color maps.
* Deprecated implicit conversions from color palettes to color maps during color mapping.
* Split color-related documentation into separate "Color" and "Color Mapping" sections of the user guide.
* Improved debugging output when a regression test fails.
* Many code coverage improvements.

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

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.

90 changes: 45 additions & 45 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.

312 changes: 156 additions & 156 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 e9d4742

Please sign in to comment.