------------------------
* Implemented __repr__ for Table, TableSet, Column and Row. (261)
* Row.index property added.
* Column constructor no longer takes a data_type argument.
* Column.index and Column.name properties added.
* Table.counts implemented. (271)
* Table.bins implemented. (267, 227)
* Table.join now raises ColumnDoesNotExistError. (264)
* Table.select now raises ColumnDoesNotExistError.
* computations.ZScores moved into agate-stats.
* computations.Rank cmp argument renamed comparer.
* aggregations.MaxPrecision added. (265)
* Table.print_bars added.
* Table.pretty_print renamed Table.print_table.
* Reimplement Table method proxying via allow_tableset_proxy decorator. (263)
* Add agate-stats references to docs.
* Move stdev_outliers, mad_outliers and pearson_correlation into agate-stats. (260)
* Prevent issues with applying patches multiple times. (258)