Skip to content

Releases: sassoftware/sas_kernel

V2.4.13

01 Dec 21:51
Compare
Choose a tag to compare

This release has a fix for issue #45. It's been published to PyPI.

minor release to fix missed debug line

14 Jul 17:27
c0e0cfc
Compare
Choose a tag to compare

this release just removes a debug line that was missed from 2.4.10. There are two numbers that appear whenever the log is printed.

Add %SASsession magic

21 May 18:47
83678c2
Compare
Choose a tag to compare

If you had more than one configuration in you sascfg.py (sascfg_personal.py) then you had to go through a number of prompts for each new notebook with the SAS Kernel.

The SASsession magic allows you to pass those parameters to reduce that burden.

The parameters should be seperated by a ','

Below are a few examples. Under normal conditions this magic would be call at most once in the first cell.

%SASsession cfgname='viya4'
%SASsession  omruser='jadean', cfgname='iomviya',
%SASsession cfgname='viya4_trial', authcode='ELMRoFYAFI'

This will not allow you to change parameters if lockdown is enabled.
Included passwords is still STRONGLY discouraged.

Fix data packaging error and remove whl creation

07 May 13:19
c187ae4
Compare
Choose a tag to compare

This version fixes kernel data packaging errors and disables the whl creation which silently fails to install the kernel.

jupyter lab extension issues fixed.

14 Apr 19:00
d2f6084
Compare
Choose a tag to compare
Pre-release

This release add fixes for binder and jupyter lab 3 integration.
It also restores the additional install pip install sas_kernelp['jlab_ext'] that was yanked after seeing that whl files were note installing properly on some systems.

Fix setup.cfg and python 3.9 issues

01 Apr 19:19
Compare
Choose a tag to compare

This release only deal with the install of the kernel and deployment in binder. No other features were added.

Fix install and version issues

24 Mar 18:37
Compare
Choose a tag to compare

This is a minor release to fix issues in pip and conda.

v2.4.2 CI/CD release

22 Mar 15:31
Compare
Choose a tag to compare

This version takes advantage of GitHub actions to automatically push new pypi releases.

v2.4.1 binder and SAS Jlab extension integration

19 Mar 14:34
4434b5e
Compare
Choose a tag to compare

This release provides a binder implementation and the ability to install SAS Jupyter Lab Extensions at the same time you install SAS Kernel.
Follow the instruction in the readme or just use pip install sas_kernel['jlab_ext']

bump version metakernel dependency

01 Sep 16:49
8ea86de
Compare
Choose a tag to compare

This version also move the default branch from master to main.
All future PR's should be against main