Skip to content

Releases: sassoftware/python-dlpy

DLPy v1.3.0

Choose a tag to compare

released this 08 Aug 19:26
8a3cc5f

Highlights Include:

-DLPy now supports the DLModelzoo action through the use of MZModel.
-Real-time plots for hyper-parameter tuning are available with DLModelzoo.
-New examples are available for APIs with DLModelzoo.
-Segmentation models can produce PNG/base64 output.
-Additional pre-defined network architectures are available. Examples include ENet and Efficient-Net.

  • Various bug fixes

The latest DLPy release can be installed using the following pip command:

pip install sas-dlpy

Or, if you use Anaconda:

conda install -c sas-institute sas-dlpy

DLPy v1.2.0

Choose a tag to compare

@ethem-kinginthenorth ethem-kinginthenorth released this 13 Mar 19:12

Highlights Include:

  • Supporting features released with SAS Viya 3.5
  • APIs for Image embeddings
  • Survival analysis support
  • More example notebooks
  • Various bug fixes

The latest DLPy release can be installed using the following pip command:

pip install sas-dlpy

Or, if you use Anaconda:

conda install -c sas-institute sas-dlpy

DLPy v1.1.2

Choose a tag to compare

@ethem-kinginthenorth ethem-kinginthenorth released this 13 Aug 14:49

Highlights Include:

  • Updating and expanding the documentation
  • Various bug fixes

The latest DLPy release can be installed using the following pip command:

pip install sas-dlpy

Or, if you use Anaconda:

conda install -c sas-institute sas-dlpy

DLPy v1.1.1

Choose a tag to compare

@ethem-kinginthenorth ethem-kinginthenorth released this 05 Aug 19:40

Highlights Include:

The latest DLPy release can be installed using the following pip command:

pip install sas-dlpy

Or, if you use Anaconda:

conda install -c sas-institute sas-dlpy

DLPy v1.1.0

Choose a tag to compare

@ethem-kinginthenorth ethem-kinginthenorth released this 16 Jul 18:50

Highlights Include:

  • New layers: transpose convolution and group convolution
  • New architectures: U-Net, MobileNet, and ShuffleNet
  • Supporting FasterRCNN for object detection
  • Supporting image segmentation
  • Various bug fixes
  • Improved documentation
  • Improved code coverage

The latest DLPy release can be installed using the following pip command:

pip install sas-dlpy

Or, if you use Anaconda:

conda install -c sas-institute sas-dlpy

DLPy v1.0.2

Choose a tag to compare

@ethem-kinginthenorth ethem-kinginthenorth released this 22 Mar 18:36

Highlights Include:

  • Various bug fixes
  • A new way of creating models
  • Multi-step forecasting

The latest DLPy release can be installed using the following pip command:

pip install sas-dlpy

Or, if you use Anaconda:

conda install -c sas-institute sas-dlpy

DLPy v1.0.1

Choose a tag to compare

@ethem-kinginthenorth ethem-kinginthenorth released this 04 Dec 21:04

Highlights Include:

  • Various bug fixes
  • ONNX import and export support
  • Re-organization of examples

The latest DLPy release can be installed using the following pip command:

pip install sas-dlpy

Or, if you use Anaconda:

conda install -c sas-institute sas-dlpy

DLPy v1.0.0

Choose a tag to compare

@kesmit13 kesmit13 released this 26 Oct 16:14
6a8c0cd

Highlights Include:

  • Text, audio, and time series support in addition to image
  • APIs for RNN based tasks: text classification, text generation, and sequence labeling 
  • APIs for object detection
  • APIs for time series processing and modeling
  • APIs for processing audio files and creating speech recognition models
  • Additional pre-defined network architectures such as DenseNet, DarkNet, Inception, and Yolo with enhanced data visualization and metadata handling

Note that with DLPy 1.0, we moved to python-style functions and parameters. This might break your old code with camelCase parameters and functions.  It now also requires Python 3.4+.

The latest DLPy release can be installed using the following pip command:

pip install sas-dlpy

Or, if you use Anaconda:

conda install -c sas-institute sas-dlpy

DLPy v0.7.0

Choose a tag to compare

@kesmit13 kesmit13 released this 29 Aug 18:36

This is the last release before the v1.0 release. The v1.0 release will include much greater functionality and stability, but does contain some incompatible changes with previous releases.

Highlights Include:

  • Various bug fixes

The latest DLPy release can be installed using the following pip command:

pip install sas-dlpy

DLPy v0.6.3

Choose a tag to compare

@kesmit13 kesmit13 released this 05 Apr 19:25

DLPy is a high-level package for the Python APIs created for the SAS Viya 3.3 (and newer) Deep Learning and Image action sets. It provides a convenient way to perform deep learning image processing in the SAS CAS environment.

Highlights Include:

  • Fix data files in PyPI installer

The latest DLPy release can be installed using the following pip command:

pip install sas-dlpy