Skip to content

Commit 1218ea2

Browse files
committed
Merge pull request #189 from data-8/docs
Update docstrings, doctests, tutorial, & implementations to new interface
2 parents 33f7a8b + ea21eb0 commit 1218ea2

File tree

6 files changed

+420
-399
lines changed

6 files changed

+420
-399
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1414

1515
[rtd]: http://datascience.readthedocs.org/en/latest/index.html
1616
[table_apply]: https://github.com/data-8/datascience/blob/f7c11b5132299dab0c75a5862cdab9c5b619c7e5/datascience/util.py#L62-L82
17+
18+
## v0.5.1
19+
### Added
20+
- New Table interface: with_columns, labels, column, relabeled
21+
22+
### Changed
23+
- Table.__init__ takes labels as its first argument
24+
25+
### Deprecated
26+
- Two-argument Table.__init__
27+
- Table.empty
28+
- Table.from_rows
29+
- Table.from_columns_dict
30+
- Table.__getattr__
31+
- Table.points
32+
- Table.column_labels renamed to labels
33+
- Table.values renamed to column
34+
- Table.with_relabeling renamed to relabeled

0 commit comments

Comments
 (0)