Skip to content

Releases: tum-pbs/PhiML

1.0.3

22 Sep 09:51
Compare
Choose a tag to compare

Extrapolation bug fixes.

pip install phiml==1.0.3

1.0.2

21 Sep 10:10
Compare
Choose a tag to compare

Extrapolation bug fixes. Tensors can now be padded with non-constant edge values.

pip install phiml==1.0.2

1.0.1

29 Aug 18:40
Compare
Choose a tag to compare

Bug fixes, added support for 3D rotations.

pip install phiml==1.0.1

1.0.0

10 Aug 15:50
Compare
Choose a tag to compare

Initial release of PhiML. The code was originally developed inside the ΦFlow repository and split off after version 2.4. Major changes since the split include

  • Adding math.use() as the primary way to specify which library to use.
  • Automatic backend initialization when passing backend-specific tensors.
  • Unifying the neural network libraries
  • Adding documentation
  • Fixing various bugs