Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

38 lines (28 loc) · 1.4 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

[2.1.0] - 2024-11-07

Added

  • Added a CITATION.cff
  • Added a CHANGELOG.md
  • Added support for serialization of CSRBatch, Batch and NAGBatch objects
  • Added support for inferring how to un-batch some Batch attributes, even if not present when Batch.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

Changed

  • 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

Deprecated

Fixed

  • Fixed several bugs, some of which introduced by recent commits...
  • Fixed some installation issues

Removed