v0.6.0-rc1
Pre-release
Pre-release
What's Changed
- Add safestructures to Featured Projects by @rachthree in #570
- Fixing benchmarks. by @Narsil in #580
- load_file: load tensors ordered by their offsets by @yousong in #571
- Updating python bench ? by @Narsil in #587
- fix(benchmark.rs): "serialize" and "deserialize" typo by @Marco-Christiani in #585
- Add onnx-safetensors to the projects list in documentation by @justinchuby in #581
- Pass device to torch.asarray in get_tensor by @mickvangelderen in #588
- Making py311 the default. by @Narsil in #589
- Fix test by @Narsil in #590
- Fix test by @Narsil in #591
- [WIP] Enabling free-threaded python (without warning). + pyo3 0.24 by @Narsil in #592
- Fix the bench action ? by @Narsil in #603
- fix typo in serialize_file doc-string by @LVivona in #594
- Remove useless code by @cyc4188 in #597
- Early bailing when keys mismatch (faster). by @Narsil in #602
- Fixing the ml_dtypes potentially missing. by @Narsil in #605
- Adding the License to wheels. by @Narsil in #606
- Adding a public API for metadata. by @Narsil in #618
- Update dependencies by @H2CO3 in #614
- Better error handling through improved
Display
andError
impls by @H2CO3 in #616 - Do not force
&Option<T>
in public API; useOption<&T>
instead by @H2CO3 in #617 - Adding support for MXFP4,6. by @Narsil in #611
- Bumping version because of breaking changes. by @Narsil in #619
- Adding data_len as public API for metadata (to fetch the size of the by @Narsil in #620
- Simplify code and make it more robust by @H2CO3 in #615
- Rename. by @Narsil in #621
- Fixup into pyobject. by @Narsil in #622
New Contributors
- @rachthree made their first contribution in #570
- @yousong made their first contribution in #571
- @Marco-Christiani made their first contribution in #585
- @justinchuby made their first contribution in #581
- @mickvangelderen made their first contribution in #588
- @LVivona made their first contribution in #594
- @cyc4188 made their first contribution in #597
- @H2CO3 made their first contribution in #614
Full Changelog: v0.5.3...v0.6.0-rc1