Skip to content

Releases: rachthree/safestructures

Release list

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Feb 02:42
4e2632c

First public release - v1.0.0!

Summary

safestructures is a Python package based on safetensors to serialize general data structures, especially if they contain tensors. This release provides its two main functions:

  • save_file - save data as a safetensors file, making it compatible to load the original data via safestructures.
  • load_file - load data from a safestructures-compatible file.

It supports a plugin architecture to deal with data types not covered by core capabilities. For more details, see the docs.