This is the third release of LTNtorch.
This version simply solves issues related to the introduction of new data types in PyTorch.
When using guarded quantification, the tensor used to mask the truth values in input has to be of type BoolTensor.
PyTorch introduced a new type, named torch.cuda.BoolTensor.
This new version of LTNtorch solves the problems that occurred when using guarded quantification on GPU since it now permits this new type.