File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Unreleased
22
3+ # 0.5.3
4+
5+ ## Update
36- ball query returns squared distance instead of distance
47- leaner Point Cloud struct that avoids copying data
8+
9+ ## Bug fix
10+ - Pcakage would not install if pytorch is not already installed
Original file line number Diff line number Diff line change 11include README.md
22include LICENSE
3+ include CHANGELOG.md
4+ include pyproject.toml
35
46recursive-exclude test *
57recursive-include cpu *
Original file line number Diff line number Diff line change 6060 ext_modules = ext_modules ,
6161 cmdclass = {"build_ext" : BuildExtension },
6262 long_description = long_description ,
63- long_description_content_type = 'text/markdown'
63+ long_description_content_type = 'text/markdown' ,
64+ classifiers = [
65+ "Programming Language :: Python :: 3" ,
66+ "License :: OSI Approved :: MIT License" ,
67+ ],
6468)
You can’t perform that action at this time.
0 commit comments