Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog: release 1.1.2 #24

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,74 @@
## 1.1.2 (2023-10-25)

### Other

* Code Cleanup (#23) [Anthony Mahanna]

* code cleanup

copy of https://github.com/arangoml/dgl-adapter/pull/30/commits/6b36a5056939efa56a857f709857c3b364c06ccb

* attempt fix: `pip install torch`

* attempt fix: remove `-e`

* attempt fix: remove cache

* fix: bad comment

* attempt fix: `pip install torch-sparse`

* attempt fix: torch installations

* attempt fix: upgrade pip

hitting a wall...

* cleanup: workflows

* cleanup: `adapter.py`

* cleanup: workflows

* fix: install publishing dependencies

* extracting more logic into separate functions

* fix: mypy

* rename kwargs

* bump `adbpyg-adapter` to `1.1.2` in notebooks

* fix param order

* bump

* Delete build_self_hosted.yml

* cleanup workflows

* Update build.yml

* Update build.yml

* Update build.yml

* parameter renaming, new `use_async` param

* fix abc

* fix mypy

* add `strict` param to other adb -> pyg methods

* Update setup.py

* Changelog: release 1.1.1 (#22) [github-actions[bot]]

!gitchangelog


## 1.1.1 (2023-08-08)

### New
Expand Down