Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 768 Bytes

CHANGELOG.md

File metadata and controls

34 lines (23 loc) · 768 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Removed

1.0.1

Changed

  • We now support the latest PyTorch
  • Migration to the latest PyTorch Geometric and dependencies

Bugfixes

  • #273 (support python 3.7)

0.2.2

Bugfix

  • Pre transform is being overriden by the inference transform

0.2.1

Added

  • Customizable number of channels at the output of the API models
  • API models expose output number of channels as a property
  • Added Encoder to the API
  • Sampled ModelNet dataset for point clouds