Releases: sassoftware/python-swat
SWAT v1.15.0
SWAT v1.14.0
Highlights include:
- Add support for Proof Key for Code Exchange (PKCE)
- Update TK subsystem
- Wheel and Conda files for Python releases < 3.7 are no longer created
To install the SWAT v1.14.0 package, use the pip
command as follows::
pip install swat
Or, if you are using Anaconda::
conda install -c sas-institute swat
SWAT v1.13.3
Highlights include:
- add wheel files for macosx_11_0_arm64
To install the SWAT v1.13.3 package, use the pip
command as follows::
pip install swat
Or, if you are using Anaconda::
conda install -c sas-institute swat
SWAT v1.13.2
Highlights include:
- Add CASTable.rename() to rename the columns of a table
- Add biomedical image filetypes to the Image Data Message Handler
To install the SWAT v1.13.2 package, use the pip
command as follows::
pip install swat
Or, if you are using Anaconda::
conda install -c sas-institute swat
SWAT v1.13.1
Highlights include:
- Add nunique method for CASTable
- Add drop_duplicates method for CASTable
- Add new testcases to swat/tests/test_dataframe.py and swat/tests/cas/test_table.py
To install the SWAT v1.13.1 package, use the pip
command as follows::
pip install swat
Or, if you are using Anaconda::
conda install -c sas-institute swat
SWAT v1.13.0
Highlights include:
- Add Python 3.11 support
- Update TK subsystem
To install the SWAT v1.13.0 package, use the pip
command as follows::
pip install swat
Or, if you are using Anaconda::
conda install -c sas-institute swat
SWAT v1.12.2
Highlights include:
- updates to swat/tests/cas/test_imstat.py for benchmark changes
- updates to swat/tests/cas/test_builtins.py for benchmark changes
- cleanup deprecation warning messages
- improve error message when on, onleft, onright merge parameters contain a list rather than a string
To install the SWAT v1.12.2 package, use the pip
command as follows::
pip install swat
Or, if you are using Anaconda::
conda install -c sas-institute swat
SWAT v1.12.1
Highlights include:
- Update Authentication documentation
To install the SWAT v1.12.1 package, use the pip
command as follows::
pip install swat
Or, if you are using Anaconda::
conda install -c sas-institute swat
SWAT v1.12.0
Highlights include:
- New Image CASDataMsgHandler to allow easy uploading of client-side images to a CAS table
- Update TK subsystem
To install the SWAT v1.12.0 package, use the pip
command as follows::
pip install swat
Or, if you are using Anaconda::
conda install -c sas-institute swat
SWAT v1.11.1-snapshot
(Development snapshot)