Skip to content

Commit 0367bd5

Browse files
author
Kevin D Smith
committed
Add What's New section
1 parent 9ad2842 commit 0367bd5

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

doc/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ to the best of both worlds.
4444
:maxdepth: 3
4545

4646
install
47+
whatsnew
4748
getting-started
4849
workflows
4950
binary-vs-rest

doc/source/whatsnew.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

0 commit comments

Comments
 (0)