Skip to content

Tags: RedisAI/redisai-py

Tags

v1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version bump poetry install (#105)

v1.2.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #104 from RedisAI/ckbadge-noci

badge for gh actions

v1.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
String tensor support (#90)

* added support for string tensors,
when the data is given by VALUE (and not with BLOB)

* updated test.py
for setting and getting string tensors by VALUE

* added support for tensorset
from numpy string array as blob

* updated test.py
to test tensorset with numpy string array

* linting

* small fix

* Review fixes:

Added a comment.

Deleted numpy_string2blob and replaced with a single line using join.

Deleted utils.recursive_bytetransform_str and
sets 'target' to a decode function

Co-authored-by: alonre24 <[email protected]>

v1.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version and redis pin (#88)

v1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #78 from RedisAI/ck-tomlautorelease

replacing the version in the toml with the tag

v1.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #56 from RedisAI/sherin/restructuring

Restructuring and formatting

1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #37 from RedisAI/pypifix

Quick Cleanup

1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #36 from RedisAI/version+

Version bump

0.5.0

New version (#27)

* new tensor APIs

* container namedtuples

* tflite

* simplified APIs stabilization init

* test cases fix

* todo fixes, LGTM.com fixes, type annotations

* more tests

* supporting np dtypes

0.4.1

Python version restriction (#22)

* version bump

* clean up

* python version support 3.2+