Skip to content

Commit

Permalink
Merge branch 'master' into tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Feb 27, 2024
2 parents 7fb9f67 + 867c30e commit 7c67b70
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7c67b70

Please sign in to comment.