From 867c30e0a3671527d963c02acaf4660b16a800cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 12:28:19 -0500 Subject: [PATCH] changelog: release 1.1.3 (#32) !gitchangelog Co-authored-by: aMahanna --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0809e34..5f9c7f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +## 1.1.3 (2024-02-09) + +### Fix + +* `edge_index.dtype` is `float` (#31) [Anthony Mahanna] + + * add `edge_index.dtype` assertions + + (tests should fail) + + * fix: `edge_index.dtype` to `int` + + * fix: `edge_index` creation + + * cleanup + +### Other + +* Update Build Distribution Command (#27) [Anthony Mahanna] + + initial commit + +* Misc: update download badge. [Anthony Mahanna] + +* Migrate to `pyproject.toml` (#25) [Anthony Mahanna] + + * initial commit + + * lint cleanup + + * workflow cleanup + + * disable 3.12 + + * fix lint + + * lock `torch` in workflow + +* Update README.md. [Anthony Mahanna] + +* Changelog: release 1.1.2 (#24) [github-actions[bot]] + + !gitchangelog + + ## 1.1.2 (2023-10-25) ### Other