Skip to content

v0.0.5

Choose a tag to compare

@chainyo chainyo released this 09 Aug 18:25
· 19 commits to main since this release
  • 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