All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.1.3 (2024-02-23)
- Added
Safetensors.write!/2
for memory-efficient writing to file (#8) - Added
:lazy
option toSafetensors.read!/2
for reading tensors lazily (#9)
v0.1.2 (2023-09-27)
- Added
Safetensors.read!/1
for more efficient loading from file (#4)
v0.1.1 (2023-08-04)
- Added
Safetensors.dump/1
for serializing tensors
- Fixed
Safetensors.load!/1
for big-endian systems (#2)
v0.1.0 (2023-08-01)
Initial release.