What's Changed
- Remove too many keywords. by @Narsil in #187
- Adding memmap example to read from file. by @Narsil in #189
- Making sure the safetensors existing PR is up-to-date. by @Narsil in #192
- Nicer error when failed to find tensor in Rust. by @Narsil in #191
- Adding commit description to convertion PR. by @Narsil in #198
- Python 2.0 added a warning on ByteStorage, so using UntypedStorage by @Narsil in #196
- Adding a minimal version for torch. by @Narsil in #204
- Minor improvements for README by @nickkolok in #201
- More badges. by @Narsil in #210
- Remove unwrap in prod code. by @Narsil in #209
- Upload codecov for main branch. by @Narsil in #211
- Upload codecov for main branch. by @Narsil in #212
- Fixing codecov rust tag. by @Narsil in #213
- Increase coverage on the error paths. by @Narsil in #214
- Deactivating codecov commenting. by @Narsil in #217
- Zero width shape are OK (0-rank tensors). They are simply a scalar. by @Narsil in #208
- Adding simple proptest. by @Narsil in #216
- Disallowing zero-width tensor. by @Narsil in #205
- Disallow erroneous buffer. by @Narsil in #206
- Overspecify a bit the format. by @Narsil in #215
- Adding arithmetic overflow checks (unchecked in release builds). by @Narsil in #207
- Add a safety warning in the convertion script. by @Narsil in #219
- Fixing empty shape test. by @Narsil in #218
- Remove the breaking change of disallowing zero sized tensors. by @Narsil in #221
- Adding last missing test for validate. by @Narsil in #225
- 0-sized tensors allowed. by @Narsil in #226
- Specify python versions. by @Narsil in #227
- Minor checks + proptest in python. by @Narsil in #228
- Committing Cargo.lock. by @Narsil in #233
- Fixing the logic to determine if PR is up-to-date. by @Narsil in #230
- Fixing alignment by @Narsil in #235
- Adding
save_modelandload_modelto help with shared tensors with PyTorch. by @Narsil in #236 - Fixing shared detection logic. by @Narsil in #232
- New release candidate. by @Narsil in #224
New Contributors
- @nickkolok made their first contribution in #201
Full Changelog: v0.3.0...v0.3.1rc1