Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

48 lines (26 loc) · 1.94 KB

CHANGELOG

v0.0.2 (2023-10-19)

Fix

Unknown

  • fix:bumping version (9786902)

  • Merge branch 'main' of github.com:akhilpandey95/gnnNAS (b5b14bf)

  • fixed dependencies; enabled tests (481f30f)

v0.0.1 (2023-10-19)

Fix

Unknown

  • fix:disabled test for now (5a6d3fc)

  • restructured into a package (#6) (9ad6127)

  • Update README.md (66ae6fc)

  • Issue #4: Added boilerplate code for gnnNAS (#5)

  • added src/models.py to include the MPNN model class that which will be utilized for all benchmarking experiments
  • added src/util.py to include helper functions for training, eval, and record metrics
  • added src/dataset.py to include helper functions for loading Physical chemistry datasets from MoleculeNet
  • Updated the README.md

Signed-off-by: Akhil Akella <aakella@swing.lcrc.anl.gov> (49916ae)