What's new
complex64 support
This release adds support for storing complex64 tensors.
What's Changed
- Revert "Early bailing when keys mismatch (faster). (#602)" by @Narsil in #647
- Support using paddle in safe_open by @zeroRains in #630
- Fix clippy lint. by @Narsil in #648
- Support paddle save/load/save_file/load_file without coverting to numpy by @changeyoung98 in #646
- Fix no-std feature configuration to auto-fallback from std to alloc by @antimora in #651
- Fix big endian (S390X) test by @danieldk in #654
- Fixing get_slice. by @Narsil in #655
- Update hashbrown dependency to 0.16 by @danieldk in #658
- Fix documentation build by @danieldk in #667
- Add
packagingas a dependency for thetorchextra by @danieldk in #666 - Support the complex64 data type by @danieldk in #660
- feat: add header size check at serialization by @McPatate in #669
- Set version to 0.7.0-dev.0 by @danieldk in #670
- Fix release CI issues by @danieldk in #673
New Contributors
- @zeroRains made their first contribution in #630
- @changeyoung98 made their first contribution in #646
- @antimora made their first contribution in #651
- @danieldk made their first contribution in #654
Full Changelog: v0.6.2...v0.7.0