All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.
- Added a CITATION.cff
- Added a CHANGELOG.md
- Added support for serialization of
CSRBatch
,Batch
andNAGBatch
objects - Added support for inferring how to un-batch some
Batch
attributes, even if not present whenBatch.from_data_list()
was initially called - Added helper for S3DIS 6-fold metrics computation for semantic segmentation
- Moved to
pgeof==0.3.0
- Released a Superpoint Transformer 🧑🏫 tutorial with slides, notebook, and video
- Added more documentation throughout the docs and in the code
- Added some documentation for our interactive visualization tool
- Breaking Change: modified the serialization behavior of the data structures. You will need to re-run all your datasets' preprocessing
- Remove
SampleSubNodes
from the validation and test transforms to ensure the validation and test forward passes are deterministic
- Fixed several bugs, some of which introduced by recent commits...
- Fixed some installation issues