| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-11-11 | 2.6 kB | |
| Release 0.9.0 source code.tar.gz | 2024-11-11 | 7.9 MB | |
| Release 0.9.0 source code.zip | 2024-11-11 | 8.0 MB | |
| Totals: 3 Items | 15.9 MB | 2 | |
This latest release brings several improvements, new features, and update our Python support to 3.9 to 3.13.
New Paddle backend
PaddlePaddle is a deep learning framework similar to PyTorch (both in terms of functionality and API design). Users can leverage dynamic graph mode for algorithm development, and then utilize Paddle's provided tools for model exporting, model compression, and inference libraries. Paddle deeply integrates with inference libraries like ONNX and TensorRT. Thanks to @HydrogenSulfate , https://github.com/tensorly/tensorly/pull/565
Package reorganization
We now have a solvers submodule that contains all our optimization-related code, thanks to @cohenjer, https://github.com/tensorly/tensorly/pull/550.
Algorithmic improvements
The CP regression now supports multi-dimensional output thanks to @merajhashemi in https://github.com/tensorly/tensorly/pull/252.
Quality of life improvements and other changes
Documentation improvements, unit-tests have been improved and made more reliable, and small improvements have been made to several of our algorithms.
- Add checks for data structure and rank feasibility by @aarmey in https://github.com/tensorly/tensorly/pull/566
- Fix the documentation and remove last reference to mxnet by @aarmey in https://github.com/tensorly/tensorly/pull/567
- Virtually all tests working across backends by @aarmey in https://github.com/tensorly/tensorly/pull/572
- Fix badge in documentation by @JeanKossaifi in https://github.com/tensorly/tensorly/commit/edd74d150bf46ad205005c8b0f773c6d625e81f5
- [Paddle] Update index.html and pyramid png by @HydrogenSulfate in https://github.com/tensorly/tensorly/pull/573
- Fix f-string In backend error message by @characat0 in https://github.com/tensorly/tensorly/pull/574
- Add dummy keyword arguments to Backend svd to throw a more informative error by @characat0 in https://github.com/tensorly/tensorly/pull/575
- Upgrade Python version by @aarmey in https://github.com/tensorly/tensorly/pull/576
- Cleanup PARAFAC2 tolerances by @aarmey in https://github.com/tensorly/tensorly/pull/564
Many thanks to the whole TensorLy team and all contributors @aarmey @cohenjer @yngvem @JeanKossaifi @merajhashemi, and our new contributors @HydrogenSulfate and @characat0.