Skip to content

Commit

Permalink
Merge branch 'main' of github.com:akhilpandey95/gnnNAS
Browse files Browse the repository at this point in the history
  • Loading branch information
harishsiravuri committed Oct 19, 2023
2 parents 481f30f + cab6115 commit b5b14bf
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# CHANGELOG



## v0.0.1 (2023-10-19)

### Fix

* fix: updated poetry ([`bcd072c`](https://github.com/akhilpandey95/gnnNAS/commit/bcd072c15b49e2f6de6fce73e6a54267d702c425))

* fix: workflow ([`7cb73f5`](https://github.com/akhilpandey95/gnnNAS/commit/7cb73f553cc6e563d666bec07eb35c382b68eee8))

### Unknown

* fix:disabled test for now ([`5a6d3fc`](https://github.com/akhilpandey95/gnnNAS/commit/5a6d3fc3aee2da219f651ea847150bc5bd3d306e))

* restructured into a package (#6) ([`9ad6127`](https://github.com/akhilpandey95/gnnNAS/commit/9ad6127721173a7a2a6da6aacd34a1af82bebb6f))

* Update README.md ([`66ae6fc`](https://github.com/akhilpandey95/gnnNAS/commit/66ae6fc615f495f711d8b8587de988b810fde4ce))

* 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`](https://github.com/akhilpandey95/gnnNAS/commit/49916ae3296f830687aebe1eda55c6b8f1ceb07a))

* Initial commit ([`a928059`](https://github.com/akhilpandey95/gnnNAS/commit/a928059f1692bced97322134746365241d0f576f))

0 comments on commit b5b14bf

Please sign in to comment.