-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
semantic-release
committed
Oct 19, 2023
1 parent
bcd072c
commit cab6115
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> ([`49916ae`](https://github.com/akhilpandey95/gnnNAS/commit/49916ae3296f830687aebe1eda55c6b8f1ceb07a)) | ||
|
||
* Initial commit ([`a928059`](https://github.com/akhilpandey95/gnnNAS/commit/a928059f1692bced97322134746365241d0f576f)) |