Torchsort Versions Save

Fast, differentiable sorting and ranking in PyTorch

v0.1.9

2 years ago

What's Changed

Full Changelog: https://github.com/teddykoker/torchsort/compare/v0.1.8...v0.1.9

v0.1.8

2 years ago

What's Changed

Full Changelog: https://github.com/teddykoker/torchsort/compare/v0.1.7...v0.1.8

v0.1.7

2 years ago

Add half-precision (fp16) support.

v0.1.6

2 years ago

Ensure cuda code is added to source release on PyPi.

v0.1.5

2 years ago

Remove -arch="compute_50" from extra args (affected building when TORCH_CUDA_ARCH_LIST is used).

v0.1.4

3 years ago

Google colab installation fix.

v0.1.3

3 years ago
  • Fixes CUDA memory leak with torchsort.soft_rank with regularization="kl".

  • Adds validation for correct user input for torchsort.soft_rank and torchsort.soft_sort.

v0.1.2

3 years ago
  • Support python 3.7

v0.1.1

3 years ago

v0.1.0

3 years ago