Skip to content

Release 0.9.0

Latest

Choose a tag to compare

@JeanKossaifi JeanKossaifi released this 12 Nov 14:27
· 71 commits to main since this release
7401f09

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 , #565

Package reorganization

We now have a solvers submodule that contains all our optimization-related code, thanks to @cohenjer, #550.

Algorithmic improvements

The CP regression now supports multi-dimensional output thanks to @merajhashemi in #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.

Many thanks to the whole TensorLy team and all contributors @aarmey @cohenjer @yngvem @JeanKossaifi @merajhashemi, and our new contributors @HydrogenSulfate and @characat0.