Skip to content

v0.5.2

Compare
Choose a tag to compare
@ashao ashao released this 16 Feb 04:38
· 46 commits to develop since this release
0dc2841

v0.5.2

Released on February 16, 2024

Description

  • Fixed bug which was sending tensors to the database twice (Python Client)

Detailed Notes

  • A previous bug fix for the Python client which addressed a problem when sending numpy views inadvertently kept the original put_tensor call in place. This essentially doubles the cost of the operation. (PR464)