Skip to content

Commit 5d512aa

Browse files
committed
Update changelog to v0.5.3
1 parent cf8e30b commit 5d512aa

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
None yet.
89

9-
## v0.4.0
10-
### Added
11-
- This CHANGELOG file!
12-
- Docs are now up on [readthedocs][rtd].
13-
- [`util.table_apply` function][table_apply]
10+
## v0.5.3
11+
### Changed
12+
- Allow charting methods to select particular columns and default to
13+
`overlay=True` (#193)
14+
- Make the `values` arg for `pivot` optional. Counting is the default behavior.
15+
(#191)
1416

15-
[rtd]: http://datascience.readthedocs.org/en/latest/index.html
16-
[table_apply]: https://github.com/data-8/datascience/blob/f7c11b5132299dab0c75a5862cdab9c5b619c7e5/datascience/util.py#L62-L82
17+
### Removed
18+
- The query manager (`Q` class) is removed since no one used it, ever.
1719

1820
## v0.5.1
1921
### Added
@@ -32,3 +34,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3234
- Table.column_labels renamed to labels
3335
- Table.values renamed to column
3436
- Table.with_relabeling renamed to relabeled
37+
38+
## v0.4.0
39+
### Added
40+
- This CHANGELOG file!
41+
- Docs are now up on [readthedocs][rtd].
42+
- [`util.table_apply` function][table_apply]
43+
44+
[rtd]: http://datascience.readthedocs.org/en/latest/index.html
45+
[table_apply]: https://github.com/data-8/datascience/blob/f7c11b5132299dab0c75a5862cdab9c5b619c7e5/datascience/util.py#L62-L82
46+

0 commit comments

Comments
 (0)