Skip to content

Releases: sassoftware/saspy

V2.1.5

09 May 19:55

Choose a tag to compare

This release matches the latest version on PyPI; 2.1.5. It includes all enhancements and fixes since the initial v2.1.0 release. Most of the enhancements have to do with the IOM access method, though you can see the commits that were made between v2.1.0 and v2.1.5. There were bug fixes and cleanups too.

the Real saspy

20 Mar 15:53

Choose a tag to compare

This release changes almost everything about saspy. In version 1 saspy only had a submit method to enable the sas_kernel. It now has much much more.

Here are the highlights:

  • Transfer of SAS datasets and Pandas dataframes
  • SAS Data object which provides methods for working with data in SAS. Here is a few of the methods (see the doc for the complete list)
    • Graphics (histogram, barchart, heatmap)
    • Partitioning data
    • Scoring data
    • Assessing models
    • Filtering (where, keep, drop)
  • SAS Result object to store and display ODS results from modeling and data analysis
  • Support for connections to SAS Grid Manager, PC SAS, and any other SAS IOM interface (even the mainframe)
  • Analytical modeling methods
    • Statistics
    • Machine Learning
    • Econometric Time Series (ETS)
    • Quality Control
  • Documentation using Sphinx: https://sassoftware.github.io/saspy/index.html

Initial release

20 Mar 12:53

Choose a tag to compare

This release of saspy was in support of the sas_kernel. It makes it possible to connect a Jupyter notebook to the SAS server for coding in SAS.