File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ to the best of both worlds.
44
44
:maxdepth: 3
45
45
46
46
install
47
+ whatsnew
47
48
getting-started
48
49
workflows
49
50
binary-vs-rest
Original file line number Diff line number Diff line change
1
+
2
+ .. Copyright SAS Institute
3
+
4
+ .. _whatsnew :
5
+
6
+ **********
7
+ What's New
8
+ **********
9
+
10
+ This document outlines features and improvements from each release.
11
+
12
+ v1.1.0 (March 21, 2017)
13
+ =======================
14
+
15
+ - Add support for Python 3.6 (Linux extension)
16
+ - Implement `sample ` method on `CASTable `
17
+ - Add sampling support to plotting methods
18
+ - `cas.dataset.max_rows_fetched ` increased to 10,000
19
+ - Add `terminate ` method to `CAS ` object to end session and close connection
20
+ - Implement `fillna `, `replace `, and `dropna ` methods on `CASTable `
21
+ - Add `apply_labels ` method on `SASDataFrame ` to set column labels as column names
22
+
23
+ v1.0.0 (September 9, 2016)
24
+ ==========================
25
+
26
+ - Initial Release
You can’t perform that action at this time.
0 commit comments