Changelog

Listed here are the changes between each release of SmartSim and SmartRedis.

Jump to SmartRedis Changelog

SmartSim

0.3.2

Released on August 10, 2021

Description:

0.3.1

Released on May 5, 2021

Description: This release was dedicated to making the install process easier. SmartSim can be installed from PyPi now and the smart cli tool makes installing the machine learning runtimes much easier.

0.3.0

Released on April 1, 2021

Description:

  • initial 0.3.0 (first public) release of SmartSim


SmartRedis

0.2.0

Release on August, 5, 2021

Description

  • Improved tensor memory management in the Python client (PR70)

  • Improved metadata serialization and removed protobuf dependency (PR61)

  • Added unit testing infrastructure for the C++ client (PR96)

  • Improve command execution fault handling (PR65) (PR97) (PR105)

  • Bug fixes (PR52) (PR72) (PR76) (PR84)

  • Added copy, rename, and delete tensor and DataSet commands in the Python client (PR66)

  • Upgrade to RedisAI 1.2.3 (PR101)

  • Fortran and C interface improvements (PR93) (PR94) (PR95) (PR99)

  • Add Redis INFO command execution to the Python client (PR83)

  • Add Redis CLUSTER INFO command execution to the Python client (PR105)

0.1.1

Released on May 5, 2021

Description

  • Compiled client library build and install update to remove environment variables (PR47)

  • Pip install for Python client (PR45)

0.1.0

Released on April 1, 2021

Description

  • Initial 0.1.0 release of SmartRedis