File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
## [ Unreleased]
8
+ None yet.
8
9
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 )
14
16
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.
17
19
18
20
## v0.5.1
19
21
### Added
@@ -32,3 +34,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
32
34
- Table.column_labels renamed to labels
33
35
- Table.values renamed to column
34
36
- 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
+
You can’t perform that action at this time.
0 commit comments