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 3.0.0 #32

Merged
merged 1 commit into from
Oct 26, 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
159 changes: 159 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,162 @@
## 3.0.0 (2023-10-26)

### New

* Adbdgl refactor (#30) [Anthony Mahanna]

* initial commit (WIP)

* checkpoint

* Update adapter.py

* checkpoint 2

* cleanup

* checkpoint

* checkpoint

* cleanup: `valid_meta`

* mvp: #29

todo: update jupyter notebook to reflect new functionality

* fix: black

* fix: flake8

* Update setup.py

* temp: try for 3.10

* new: 3.10 support

* cleanup: progress bars

* update: documentation

* Update README.md

* new: adbdgl 3.0.0 notebook

* new: address comments

* revive PR

improvements based on pyg-adapter, general code cleanup

* swap python 3.7 support for 3.11

3.7 has reached eol

* fix: PyG typos

* cleanup: udf behaviour (dgl to arangodb)

* fix: rich progress style

* lock python-arango version

* new: notebook output file

* code cleanup

* fix: explicit_metagraph

that took a while to find...

* cleanup function order

* more cleanup

* address comments

* fix: PyG typos

* Update README.md

* fix: typo

* DGL Refactor Updates (#31)

* initial commit

* bump

* cleanup workflows

* Update build.yml

* Update build.yml

* parameter renaming, new `use_async` param

* update release action

* Update README.md

* Update README.md

* More adapter housekeeping (#26) [Anthony Mahanna]

* new: debug log on individual node/edge levels

* Update README.md

* cleanup

* config cleanup

* fix: typo

* new: __insert_adb_docs

also: cleans up node/edge insertion in ArangoDB to DGL

* Update setup.cfg

* Update conftest.py

* cleanup: __fetch_adb_docs

was complicating things for no reason

* cleanup & fix: etypes_to_edefinitions

also:

* fix: mypy

* fix: metagraph example

* new: remove ValueError exception

I was under the impression that working with an ArangoDB edge collection that had multiple "from" and "to" vertex types was not possible to convert to DGL. This commit allows for it

* fix: black

* fix: tests

* Update adapter.py

* fix: black

* cleanup

* Update conftest.py

* fix: isort

### Other

* Changelog: release 2.1.0 (#25) [github-actions[bot]]

!gitchangelog


## 2.1.0 (2022-06-29)

### New
Expand Down