- Windows support for binary CAS protocol
- Added
with_params
method toCASTable
to create one-off parameter object - Set appropriate column data types when uploading a
DataFrame
- Automatic CAS table creation when large number of By groups are generated in some DataFrame methods
- Debugging options for REST interface
- Python 3.7 support
- Increase compatibility with older and newer versions of pandas
- Automatically convert columns with SAS date/time formats to Python date/time objects
- Improve
CASTable.merge
algorithm - Fix autocompletion on
CAS
andCASTable
objects
- Add new summary statistics for new version of CAS
- Improve missing value support in
CASTable
describe
method - Add controller failover support
- Improve encrypted communication support
- Add
add
,any
,all
,merge
, andappend
methods toCASTable
- Add
merge
andconcat
functions withCASTable
support
- Better support for binary data in table uploads and parameters
- Add integer missing value support
- Allow list parameters to also be sets
- Improve connection protocol detection
- Add
eval
method toCASTable
- Use
upload
action rather thanaddtable
forread_*
methods. - Add basic Zeppelin notebook support (
from swat.notebook.zeppelin import show
)
- Add support for Python 3.6 (Linux extension)
- Implement
sample
method onCASTable
- Add sampling support to plotting methods
cas.dataset.max_rows_fetched
increased to 10,000- Add
terminate
method toCAS
object to end session and close connection - Implement
fillna
,replace
, anddropna
methods onCASTable
- Add
apply_labels
method onSASDataFrame
to set column labels as column names
- Initial Release