Skip to content

Releases: sassoftware/python-swat

SWAT v1.8.0

13 Jan 17:57
Compare
Choose a tag to compare

Highlights include:

  • Use ssl module's CA list as default
  • Improve initial connection performance
  • Fix OAuth authentication in REST connections
  • Fix log truncation with messages >1000 characters

To install the SWAT v1.8.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.7.1

29 Sep 21:11
Compare
Choose a tag to compare

Highlights include:

  • Add ability to apply SAS formats to columns in a SASDataFrame
  • Support timezones in data uploaded and downloaded from CAS tables
  • Fix issue with TK path on Windows when using flask

To install the SWAT v1.7.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.7.0

19 Aug 18:10
Compare
Choose a tag to compare

Highlights include:

  • Add Python 3.8 support
  • Improve connection parameter handling (add CAS_URL= connection variable)
  • Improve connection protocol auto-detection

To install the SWAT package, you use the pip command as follows::

pip install swat

Or, if you are using Anaconda::

conda install -c sas-institute swat

SWAT v1.6.1

10 Feb 17:34
Compare
Choose a tag to compare

Highlights include:

  • Support for pandas v1.0.0

To install the SWAT package, you use the pip command as follows::

pip install swat

Or, if you are using Anaconda::

conda install -c sas-institute swat

SWAT v1.6.0

21 Nov 19:25
Compare
Choose a tag to compare

Highlights include:

  • Fix letter-casing in has_action and has_actionset methods
  • Remove usage of deprecated ix accessor
  • Explicitly specify column and line delimiters and locale in uploaded CSV files
  • Fix TKPATH issues in Windows and PPC

To install the SWAT package, you use the pip command as follows::

pip install swat

Or, if you are using Anaconda::

conda install -c sas-institute swat

SWAT v1.5.2

09 Sep 15:24
Compare
Choose a tag to compare

Highlights include:

  • Fix issue with nulls in REST parameters
  • Add fallback default configuration for SSL
  • Add CASTable.get method

To install the SWAT package, you use a command as follows::

pip install python-swat-X.X.X-platform.tar.gz

Where X.X.X is the version number and platform is the platform you are
installing on.

SWAT v1.5.1

01 Mar 19:56
Compare
Choose a tag to compare

Highlights include:

  • Fix Authinfo matching when using base URLs in REST interface
  • Fix compatibility with pandas 0.24
  • Fix blob parameters in REST interface
  • Add CASTable.last_modified_date, CASTable.last_accessed_date, and CASTable.created_date properties
  • Add reverse operator methods to CASColumn

To install the SWAT package, you use a command as follows::

pip install python-swat-X.X.X-platform.tar.gz

Where X.X.X is the version number and platform is the platform you are
installing on.

SWAT v1.5.0

18 Sep 18:52
Compare
Choose a tag to compare

Highlights include:

  • Windows support for binary CAS protocol
  • Added with_params method to CASTable to create one-off parameter object
  • Set appropriate column data types when uploading a DataFrame

To install the SWAT package, you use a command as follows::

pip install python-swat-X.X.X-platform.tar.gz

Where X.X.X is the version number and platform is the platform you are
installing on.

SWAT v1.4.0

25 Jul 19:29
Compare
Choose a tag to compare

Highlights include:

  • 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

To install the SWAT package, you use a command as follows::

pip install python-swat-X.X.X-platform.tar.gz

Where X.X.X is the version number and platform is the platform you are
installing on.

SWAT v1.3.1

04 Jun 20:00
Compare
Choose a tag to compare

Highlights include:

  • 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 and CASTable objects

To install the SWAT package, you use a command as follows::

pip install python-swat-X.X.X-platform.tar.gz

Where X.X.X is the version number and platform is the platform you are
installing on.