File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " sjlt"
7- version = " 0.1.5.1 "
7+ version = " 0.1.6 "
88description = " Sparse Johnson-Lindenstrauss Transform with CUDA acceleration"
99readme = " README.md"
1010license = {text = " MIT" }
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def get_cuda_arch_flags():
7676
7777setup (
7878 name = "sjlt" ,
79- version = "0.1.5.1 " ,
79+ version = "0.1.6 " ,
8080 author = "Pingbang Hu" ,
8181 description = "A PyTorch package for Sparse Johnson-Lindenstrauss Transform with CUDA." ,
8282 long_description = open ("README.md" ).read (),
Original file line number Diff line number Diff line change 55using the Johnson-Lindenstrauss lemma for dimensionality reduction.
66"""
77
8- __version__ = "0.1.5.1 "
8+ __version__ = "0.1.6 "
99__author__ = "Pingbang Hu"
1010
1111import torch
You can’t perform that action at this time.
0 commit comments