Skip to content

Fastor V0.4

Compare
Choose a tag to compare
@romeric romeric released this 12 Jun 19:39
· 614 commits to master since this release

This release brings new features, improvements and bug fixes to Fastor:

  1. Lots of changes to support MSVC. Thanks to @FabienPean.
  2. Permutation and einsum functions for generic tensor expressions.
  3. A TensorRef class that wraps over existing data and exposes Fastor's functionality over raw data.
  4. Some more tensor functions can work on tensor expressions.
  5. Linear algebra functions for high order tensors operating on the last two indices (similar to how NumPy operates).
  6. More variants of tensor cross product are now available for high order tensors.
  7. Bug fixes in backend trace and transpose.
  8. Bug fix in ordering of tensor networks.
  9. Bug fix in computing cost models.

and much more!