Fixed a bug that was introduced due to a backwards incompatibility introduced in PyTorch 1.5.0.
1.5.0
Added support for copying, shuffling, slicing and indexing Path.
1.4.0
Added 'scalar_term' argument to the 'signature' function (and by extension many other functions that take signatures as arguments.) Fixed certain cases for using Signatory on GPUs other than the default one. Made SignatureToLogSignature and LogSignature classes deepcopyable. Fixed the repr for LogSignature and SignatureToLogSignature. Fixed some parallelism to achieve even greater speedups. Released the Global Interpreter Lock during execution of Signatory's functions. Bumped the minor version because frankly we've changed a lot since the 1.1.0 release!
1.3.1
Added a proper reference to our arXiv paper. Very exciting! Worked around a PyTorch bug (19213) affecting time benchmarking. (It caused the CPU parallelisation to sometimes be on when it should be off, and vice versa.)