Changelog

1.1.1 [2022-01-28]

  • Type of the flow attribute device changed from string to the torch.device class

  • If the CUDA device index is left undefined, it defaults to torch.cuda.current_device(). This avoids ambiguities and possible CUDA device mismatches when working with multiple GPUs.

1.1.0 [2021-11-30]

  • Introduced functions that largely replicate functionality of flow class methods, but for Torch tensor and NumPy array flow inputs

  • Documentation updated with above functions, some older errors corrected

  • Minor bugfixes

  • Bibtex citation to use to acknowledge the authors added

1.0.1 [2021-07-09]

  • Fixed bug in visualise (range_max calculation)

  • Removed all usages of the torch tensor attribute ndim for improved backwards compatibility with older torch versions.

  • Removed print statement in test_utils

  • Minor documentation corrections, addition of this changelog

1.0.0 [2021-06-09]

First full release