Fastor V0.4
This release brings new features, improvements and bug fixes to Fastor:
- Lots of changes to support MSVC. Thanks to @FabienPean.
- Permutation and einsum functions for generic tensor expressions.
- A
TensorRef
class that wraps over existing data and exposes Fastor's functionality over raw data. - Some more tensor functions can work on tensor expressions.
- Linear algebra functions for high order tensors operating on the last two indices (similar to how NumPy operates).
- More variants of tensor cross product are now available for high order tensors.
- Bug fixes in backend trace and transpose.
- Bug fix in ordering of tensor networks.
- Bug fix in computing cost models.
and much more!