Skip to content

Releases: chainyo/tensorshare

v0.1.1

20 Aug 11:01
a2446de
Compare
Choose a tag to compare
  • Added prepare_tensors_to_dict for lazy formatting #39
  • Added a Logger module to the package #40

v0.1.0

16 Aug 12:53
ea742a7
Compare
Choose a tag to compare
  • Added TensorShareClient for sending tensors over the network #23
  • Updated TensorProcessor to encode and decode base64 bytes #23
  • Added TensorShareServer schema and from_dict constructor for network exchange #28
  • Added FastAPI integration code #28 #29
  • Created the Usage and API Reference sections of the documentation #29
  • Add numpy as dependency for all backends #31

v0.0.5

09 Aug 18:25
Compare
Choose a tag to compare
  • Update the TensorShare schema with serialization and deserialization methods #15 #20
  • Adds the TensorProcessor interface for serializing any tensors to a TensorShare pydantic object and deserializing any TensorShare object to a dict of tensors in any backend. #7 #15 #16 #20 #22
  • Improve package reliability by adding coverage and mypy #7 #12
  • Adds the Backend and TensorType Enums #7 #22
  • Rename/Add all the backends serialization and deserialization methods for convenience #15 #16 #22
  • Add documentation installation and usage sections #17 #22
  • Fix the dependencies import to make backend dependencies optional #22

v0.0.4

07 Aug 08:10
Compare
Choose a tag to compare

Switch LICENSE from Apache 2.0 to MIT (I don't know why I changed it initially 🤗 )

v0.0.3

06 Aug 21:19
Compare
Choose a tag to compare
  • Improved the TensorShare schema and its model_config parameters. #4
  • Try to fix deployed documentation.

v0.0.2

06 Aug 19:06
677b69a
Compare
Choose a tag to compare
  • Added import utils functions for backends #1
  • Added backend-specific conversion functions #1
  • Added a Roadmap to the docs #2

v0.0.1

06 Aug 09:24
Compare
Choose a tag to compare

Initializing the project! 🚀