Skip to content

Commit

Permalink
Merge 617d800 into 33f7a8b
Browse files Browse the repository at this point in the history
  • Loading branch information
papajohn committed Feb 1, 2016
2 parents 33f7a8b + 617d800 commit 5c9550a
Show file tree
Hide file tree
Showing 6 changed files with 415 additions and 394 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).

[rtd]: http://datascience.readthedocs.org/en/latest/index.html
[table_apply]: https://github.com/data-8/datascience/blob/f7c11b5132299dab0c75a5862cdab9c5b619c7e5/datascience/util.py#L62-L82

## v0.5.1
### Added
- New Table interface: with_columns, labels, column, relabeled

### Changed
- Table.__init__ takes labels as its first argument

### Deprecated
- Two-argument Table.__init__
- Table.empty
- Table.from_rows
- Table.from_columns_dict
- Table.__getattr__
- Table.points
- Table.column_labels renamed to labels
- Table.values renamed to column
- Table.with_relabeling renamed to relabeled
Loading

0 comments on commit 5c9550a

Please sign in to comment.