Skip to content

Latest commit

 

History

History
72 lines (47 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

72 lines (47 loc) · 1.33 KB

0.7.1

Additions

  • Add support for anaconda installation

0.7.0

Change

  • Added some extra compilation flags: FORCE_CUDA=1 for CUDA install and FORCE_ONLY_CPU=1 for CPU only install.

0.6.9

Additions

0.6.8

Bug fix

  • Comilation with older GPU architecture

0.6.7

Additions

0.6.6

Additions

  • Windows support

Change

  • Develop with python 3.7

Bug fix

  • Fixed bug in region growing related to batching
  • Ball query for partial dense data on GPU was returning only the first point. Fixed now

0.6.5

Additions

  • Clustering algorithm for PointGroup
  • Instance IoU computation on CPU and GPU

Change

  • Force no ninja for the compilation

0.6.4

Bug fix

  • CPU version works for MacOS

0.6.2

Bug fix

  • Fix install with pip > 19

0.6.1

Bug fix

  • Random memory access on cpu radius search in the degree function

0.6.0

Bug fix

  • Require pytorch implicitely and log nice message when missing

0.5.3

Update

  • ball query returns squared distance instead of distance
  • leaner Point Cloud struct that avoids copying data

Bug fix

  • Package would not install if pytorch is not already installed