- Notebook version. [Anthony Mahanna]
-
Changelog: release 5.0.3 (#98) [github-actions[bot]]
!gitchangelog
-
Remove
_id
field (#99) [Anthony Mahanna]
-
Remove enumerate start (#97) [Anthony Mahanna]
-
remove enumerate start
-
fix: remove 1
-
fix: tricky check
-
-
Changelog: release 5.0.2 (#95) [github-actions[bot]]
!gitchangelog
nx_graph
parameter. [Anthony Mahanna]
- Changelog: release 5.0.1 (#94) [github-actions[bot]]
-
Optimize
__fetch_adb_docs
(#93) [Anthony Mahanna]-
optimize
__fetch_adb_docs
-
set
continue-on-error
-
fix: set metagraph
edgeCollections
as optional
not sure why anyone would want this, but still technically possible nevertheless..
- cleanup:
aql_return_value
-
-
Update Build Distribution Command (#92) [Anthony Mahanna]
initial commit
-
Changelog: release 5.0.0 (#91) [github-actions[bot]]
!gitchangelog
- Missing docstring entry. [aMahanna]
-
Misc: update download badge. [Anthony Mahanna]
-
Housekeeping (#90) [Anthony Mahanna]
-
initial commit
-
Update adapter.py
-
new: controller example in README
-
new:
track_adb
,track_nx
-
Update utils.py
-
fix: isort
-
cleanup: progress tracker
-
reignite pr
readme badge fix, try for 3.11 support, lock lint/formatter dependency versions
-
remove: python 3.7 support (eol)
-
temp: remove mypy for tests
-
cleanup
-
checkpoint
-
fix: test for batch size (adb to nx)
-
fix: black
-
update notebook
-
fix:
process_adb_cursor
-
fix:
abc
-
fix:
nx_graph
, typos -
cleanup
-
cleanup:
rich
-
update notebooks
-
fix docstring
-
update readme & notebooks
-
more cleanup
-
cleanup
-
cleanup:
examples
directory -
cleanup workflows
-
Update build.yml
-
Update build.yml
-
update release action
-
Update README.md
-
Update README.md
-
Update README.md
-
migrate to
pyproject.toml
-
Update build.yml
-
fix lint
-
fix lint
-
disable python 3.12
-
re-enable 3.12
-
flake8 extend ignore
trying to workaround 3.12 builds: https://github.com/arangoml/networkx-adapter/actions/runs/6857027442/job/18645348203?pr=90
-
optimize:
__process_adb_vertex
-
fix var name
-
use
prepare_adb_vertex_method_is_empty
instead ofis_custom_controller
-
remove breakpoint
-
-
Update README.md. [aMahanna]
-
Cleanup. [aMahanna]
-
Cleanup:
rich
progress. [aMahanna] -
Cleanup:
rich
spinners. [aMahanna] -
Changelog: release 4.2.0 (#89) [github-actions[bot]]
!gitchangelog
-
More adapter housekeeping (#86) [Anthony Mahanna]
-
initial commit
-
cleanup
-
new: debug log on individual node/edge level
-
new: test_nx_to_adb_invalid_collections case
-
fix: mypy
-
cleanup
-
fix: logger debug
-
config cleanup
-
fix: typo
-
new: __insert_adb_docs
also: cleans up node/edge insertion in ArangoDB to NetworkX
-
Update setup.cfg
-
Update adapter.py
-
cleanup: test config
-
replace: node/edge level debug statements in favor of
tqdm
progress bar
https://pypi.org/project/tqdm/
-
more cleanup: tests
-
Update adapter.py
-
fix: tqdm as a dependency
-
Update adapter.py
-
Update README.md
-
Update adapter.py
-
- Pragma no cover. [aMahanna]
-
Optimize collection validation. [aMahanna]
-
Prep notebook for 4.2.0 release. [aMahanna]
-
Replace
tqdm
withrich
[aMahanna] -
Changelog: release 4.1.0 (#85) [github-actions[bot]]
!gitchangelog
-
4.1.0 release prep (#84) [Anthony Mahanna]
-
#83: initial commit
-
Update README.md
-
fix: flake8
-
bump: python-arango version
-
update notebook version
-
-
Adjust NetworkX to ArangoDB interface for increased accessibility (#81) [Anthony Mahanna]
-
#80: initial commit
-
Update build.yml
-
:)
-
Update README.md
-
remove: setuptools_scm from setup.py
deprecated in favor of pyproject.toml usage
-
Update README.md
-
remove: __validate_attributes()
Uncessary noise as we already have proper docstring examples
-
new: test case
-
Update test_adapter.py
-
chg: #81 (after redefining scope)
-
new: drop official Python 3.6 support
(python-arango is no longer supporting 3.6)
-
Update test_adapter.py
-
new: CodeQL Action v2
-
-
Readme typo. [aMahanna]
-
README typo. [aMahanna]
-
Update README.md. [aMahanna]
-
Update README.md. [aMahanna]
-
Update CHANGELOG.md. [aMahanna]
-
Notebook prep for 4.0.0 release (#79) [Anthony Mahanna]
#75: initial commit
-
Housekeeping prior to 4.0.0 release (#78) [Anthony Mahanna]
-
initial commit
-
update: import module names
-
cleanup
-
fix: flake8
-
fix: import
-
cleanup
-
fix: mypy
-
cleanup
-
update: build & analyze triggers
-
update: build & analyze triggers
-
update: start enumerate() at 1
-
-
Verbose Logging (#76) [Anthony Mahanna]
- Revert "Extend adapter with the functionality to export into cuGraph (#64)"
This reverts commit 808d9bf1052b6a5517f917af46e532d51aad5ae8.
-
mirror changes of arangoml/dgl-adapter#12
-
Update setup.py
-
cleanup
-
fix: simplify adb_map typing
-
#70: initial commit
-
fix: flake8
-
new: in-line coverage report
-
Update abc.py
-
Update release.yml
-
cleanup
-
fix: set default password to empty string
-
set empty password
-
Update adapter.py
-
#72: initial commit
-
Update adapter.py
-
Update adapter.py
-
cleanup
-
cleanup release.yml
-
Update setup.py
-
new: import shortcut
-
fix: isort
-
remove: import shortcut for tests
-
cleanup
-
fix: switch back to manual changelog merge
-
replace: set_verbose with set_logging
-
Docker-based testing and exposing ArangoClient (#74) [Anthony Mahanna]
- Revert "Extend adapter with the functionality to export into cuGraph (#64)"
This reverts commit 808d9bf1052b6a5517f917af46e532d51aad5ae8.
-
mirror changes of arangoml/dgl-adapter#12
-
Update setup.py
-
cleanup
-
fix: simplify adb_map typing
-
#70: initial commit
-
fix: flake8
-
new: in-line coverage report
-
Update abc.py
-
Update release.yml
-
cleanup
-
fix: set default password to empty string
-
set empty password
-
Update adapter.py
-
fix: specify requests dep
-
Revert: "Extend adapter with the functionality to export into cuGraph (#64)" (#73) [Anthony Mahanna]
This reverts commit 808d9bf1052b6a5517f917af46e532d51aad5ae8.
-
Extend adapter with the functionality to export into cuGraph (#64) [maxkernbach]
-
add cuGraph code
-
fix formatting
-
add rapids logo
-
README.md: add cuGraph
-
format with black
-
rerun black with recent version
-
fix imports with isort
-
add conda-incubator/setup-miniconda
-
add conda packages
-
cudatoolkit installation
-
change setup order
-
add default shell
-
run pytest in conda env
-
add driver
-
run on ubuntu-18.04
-
test sdist build
-
test self-hosted
-
run conda
-
fix typo
-
activate cugraph conda env
-
<xx
-
init conda
-
test conda env
-
test gpu build
-
fix conda env name
-
init conda
-
run in same step
-
run pytest in conda env
-
use python version matrix
-
remove duplicate step
-
run on different conda envs
-
pip setup in conda env
-
remove old build job
-
replace build job to run on self-hosted runner
-
make cuGraph imports optional
-
add cugraph test coverage
-
fix formatting
-
-
Revert "Extend adapter with the functionality to export into cuGraph (#60)" (#63) [Chris Woodward]
This reverts commit a012af97f79dc8c237d3ed8c8e64a8c75b05ad76.
-
Extend adapter with the functionality to export into cuGraph (#60) [maxkernbach]
-
add cuGraph code
-
fix formatting
-
add rapids logo
-
README.md: add cuGraph
-
format with black
-
rerun black with recent version
-
fix imports with isort
-
add conda-incubator/setup-miniconda
-
add conda packages
-
cudatoolkit installation
-
change setup order
-
add default shell
-
run pytest in conda env
-
add driver
-
run on ubuntu-18.04
-
test sdist build
-
test self-hosted
-
run conda
-
fix typo
-
activate cugraph conda env
-
<xx
-
init conda
-
test conda env
-
test gpu build
-
fix conda env name
-
init conda
-
run in same step
-
run pytest in conda env
-
use python version matrix
-
remove duplicate step
-
run on different conda envs
-
pip setup in conda env
-
remove old build job
-
replace build job to run on self-hosted runner
-
- Blog post preparation (#58) [Anthony Mahanna]
-
Logo links. [aMahanna]
-
Gh pr merge. [aMahanna]
-
Release. [aMahanna]
-
Revert "trying white networkx logo" [aMahanna]
This reverts commit f93bf99398bf66a31a1886a61761cf88dc88e7b6.
-
Trying white networkx logo. [aMahanna]
-
Replace auto merge with echo. [aMahanna]
-
Update: restrict build & analyze triggers. [aMahanna]
-
Update documentation (#55) [Anthony Mahanna]
-
Release automation rework (#52) [Anthony Mahanna]
-
File & class name restructure (#50) [Anthony Mahanna]
-
General Adapter Improvements (#45) [Anthony Mahanna]
- Disable twine skip-existing flag (#44) [Anthony Mahanna]
-
Release. [aMahanna]
-
Release.yml. [aMahanna]
-
Update release.yml. [aMahanna]
-
Build workflow improvements (#51) [Anthony Mahanna]
-
Release Automation Debugging (#37) [Anthony Mahanna]
-
Introduce batch insertion (#30) [Anthony Mahanna]
-
Update .gitignore
-
initial commit
-
new: test_validate_controller_class
-
Update README.md
-
Update README.md
-
fix: copy README to package directory in release environment
-
Update setup.py
-
Update setup.py
-
Update setup.py
-
Update release.yml
-
bump version
-
Update README.md
-
new: rename adapter method names (#35)
-
initial commit: #34
-
fix: rename methods
-
bump version
-
Update README.md
-
black
-
Revert "bump version"
This reverts commit 979ab0a8262d23a66b1dde4019566bab6b0ba25b.
-
update: #34
-
revert README changes
(documentation will be updated in #30 instead)
- revert notebook changes
(documentation will be updated in #30)
- new: address comments
update batch insertion to work with a batch size, remove insertion logic deprecated by ArangoDB, remove "overwrite" concept, misc cleanup
-
black
-
update documentation
-
Update VERSION
-
Update ArangoDB_NetworkxAdapter.ipynb
-
swap networkx & arangodb logo placement
-
Update build.yml
-
-
Introduce release automation (#31) [Anthony Mahanna]
-
Update .gitignore
-
initial commit
-
Update build.yml
-
black
-
Update release.yml
-
Update release.yml
-
Update build.yml
-
Update build.yml
-
Update build.yml
-
Update README.md
-
Update build.yml
-
Update release.yml
-
Update release.yml
-
Update release.yml
-
Update release.yml
-
move: scripts directory
-
cleanup
-
new: changelog files
-
new: codeql action
-
Update release.yml
-
Update README.md
-
update: analyze paths
-
Update release.yml
-
-
Invalid artifact directories (#42) [Anthony Mahanna]
-
Github actions workflow (#39) [Anthony Mahanna]
-
Trigger new github action release (#36) [Anthony Mahanna]
The initial 2.0.0 release was unsuccessful due to a faulty path, this has now been fixed.
-
Trigger 2.0.0 release. [aMahanna]
-
Update release.yml. [aMahanna]
-
Initial commit (#32) [Anthony Mahanna]
-
Release 1.0.1 Preparation (#26) [Anthony Mahanna]
-
initial commit
-
Update setup.py
-
bump
-
new: docstrings
-
cleanup & update README
-
cleanup docstrings
-
Update ArangoDB_NetworkxAdapter.ipynb
-
cleanup
-
- Query options documentation. [aMahanna]
-
Adapter refactoring (#21) [Anthony Mahanna]
-
new: initial cleanup commit
-
new: from_graph & from_collections
-
temporary: test script using fraud_dump data
-
Update arangoDB_networkx_adapter.py
-
checkpoint
-
Delete imdb.py
-
cleanup & increased abstraction
-
Update README.md
-
Update main.py
-
Update main.py
-
Update dgl_arangoDB_networkx_adapter.py
-
Update main.py
-
checkpoint
-
checkpoint
-
more progress
-
Update main.py
-
cleanup
-
update: from_arango_graph() & from_collections() abstraction
-
cleanup
-
checkpoint
-
temporary nuke: dgl
(post-ML-sync discussion)
-
cleanup
-
Update README.md
-
checkpoint
-
second checkpoint
-
new: imdb data dump
-
new: preparing tests directory
-
update: setup
-
checkpoint pre-ML-sync
-
cleanup
-
Update README.md
-
bump version to 1.0.0
-
leaving jupyter notebooks alone for now
(will be addressed in separate PR)
-
Update README.md
-
Update arangoDB_networkx_adapter.py
-
Update oasis.py
-
delete creds.data & oasis.py
to keep things consistent, will pull from from https://github.com/arangodb/interactive_tutorials/tree/oasis_connector
-
Update arangorestore
-
refactor user responsibility
-
Delete arangorestore
-
new: overrides dependency
For python 3.6/3.7 support
-
new: create_arangodb_graph with overwrite mode
-
cleanup
-
Update README.md
-
Update requirements.txt
-
Update setup.py
-
cleanup
-
Update ArangoDB_NetworkxAdapter.ipynb
-
Update setup.py
-
Update ArangoDB_NetworkxAdapter.ipynb
-
Create build.yml
-
Update test_arangoDB_networkx_adapter.py
-
Update build.yml
-
Update build.yml
-
Update build.yml
-
new: arangorestore exec
for running tests
- Delete docker-compose.yml
switching to oasis
-
cleanup
-
cleanup
-
Update conftest.py
-
Update conftest.py
-
Update build.yml
-
Update conftest.py
-
Update build.yml
-
Update build.yml
-
Update build.yml
-
Update build.yml
-
bump
-
Update conftest.py
-
Update conftest.py
-
Update conftest.py
-
Update conftest.py
-
bump
-
cleanup
-
cleanup
-
Update .gitignore
-
fix: typos
-
fix: _prepare method names
-
new: file renaming, adbnx_controller, notebook changes
-
Update ArangoDB_NetworkxAdapter.ipynb
-
fix: notebook typo
-
update: identify & keyify edge implementations
-
Update ArangoDB_NetworkxAdapter.ipynb
-
Update build.yml
-
Update build.yml
-
Update build.yml
-
Update build.yml
-
Update build.yml
-
Update build.yml
-
Update build.yml
-
new: badges
-
Update adbnx_adapter.py
-
Update build.yml
-
Update build.yml
-
attempt to break pytest
-
break test again
-
pass tests
-
Update build.yml
-
Update build.yml
-
Update build.yml
-
Update build.yml
-
Update build.yml
-
python 3.10 support, cleanup
-
Update README.md
-
Update README.md
-
cleanup
-
new: karate_nx_graph unit test
-
Update README.md
-
cleanup: test_create_arangodb_graph
-
cleanup test & notebook
-
fix: test_full_cycle_from_networkx
-
-
Urgent: fix adbnx_adapter pip install. [aMahanna]
-
Merge pull request #24 from arangoml/prep-release-0.0.0.2.5.3. [Chris Woodward]
Release prep for 0.0.0.2.5.3-1
-
Update notebooks & setup.py. [aMahanna]
-
Revive branch. [aMahanna]
-
Merge pull request #23 from arangoml/prep-release-0.0.0.2.5.3. [Chris Woodward]
Networkx-Adapter Release 0.0.0.2.5.3 Preparation Discussed with Rajiv
-
Update: notebooks. [aMahanna]
(also used nbstripout)
-
Minor documentation update (#22) [Anthony Mahanna]
-
Update README.md
-
Update ArangoDB_NetworkxAdapter.ipynb
-
-
Merge pull request #20 from arangoml/query-options. [Chris Woodward]
Introduce AQL query options to create_networkx_graph
-
Initial feature commit. [aMahanna]
-
Fix IMDB data import (#15) [Chris Woodward]
-
Oasis connection refactoring. (#14) [Rajiv Sambasivan]
-
Narrative addition (#13) [Rajiv Sambasivan]
-
Added initial version of examples illustrating Networkx API with IMDB.
-
Added initial version of examples illustrating Networkx API with IMDB.
-
Added more features for bi-partite metrics.
-
Added detailed narrative of leveraging networkx and node2vec using the Networkx-Adapter.
-
Added detailed narrative of leveraging networkx and node2vec using the Networkx-Adapter.
-
Added detailed narrative of leveraging networkx and node2vec using the Networkx-Adapter.
-
Added detailed narrative of leveraging networkx and node2vec using the Networkx-Adapter.
-
Added detailed narrative of leveraging networkx and node2vec using the Networkx-Adapter.
-
Ucient explanation.
-
-
Update oasis.py to ver from tutorial repo. (#12) [Rajiv Sambasivan]
-
Update oasis.py to ver from tutorial repo.
-
Remove output.
-
-
Fixed branch and link issues in ITSM colab demo notebook. (#10) [Rajiv Sambasivan]
-
Doc updates nx (#9) [Rajiv Sambasivan]
-
Documentation updates for the Networkx Adapters.
-
Created using Colaboratory
-
Created using Colaboratory
-
Created using Colaboratory
-
Update colab icon url fix.
-
Created using Colaboratory
-
Created using Colaboratory
-
Run autopep8 on new python scripts.
-
-
Moved data files. (#8) [Joerg Schad]
-
Initial baseline of the dgl and imdb nx adapter post refactoring. (#7) [Rajiv Sambasivan]
-
Initial baseline of the dgl and imdb nx adapter post refactoring.
-
Created using Colaboratory
-
Created using Colaboratory
-
Created using Colaboratory
-
Created using Colaboratory
-
Added colab version of notebooks.
-
Created using Colaboratory
-
Created using Colaboratory
-
Ran autopep8 on source.
-
Ran autopep8 on source.
-
-
Cert error fix. (#6) [Rajiv Sambasivan]
-
Fixed adapter version in Notebook. [joerg84]
-
Improved example Notebook. [joerg84]
-
Reduce logo size. [Joerg Schad]
-
Merge pull request #5 from arangoml/readme. [Rajiv Sambasivan]
Improved Readme.
-
Improved Readme. [joerg84]
-
Fixes in Oasis connection. (#4) [Joerg Schad]
-
Initial rework of ArangoDB NetworkX Adapter. (#3) [Joerg Schad]
-
Initial rework of ArangoDB NetworkX Adapter.
-
Sketched UX in example notebook.
-
Added notebook infrastructure.
-
intermediate
-
push for checking Schema error
-
push for checking Schema error
-
MWE Fraud detection.
-
Added images.
-
Rework.
-
-
Refactored networkx interface (#2) [Rajiv Sambasivan]
-
Adding example notebook.
-
Created using Colaboratory
-
Created using Colaboratory
-
Created using Colaboratory
-
Update with Colab notebook.
-
Update with Colab notebook.
-
deleted superfluous jupyter notebook.
-
imdb_example.
-
adding refactored networkx interface to repo.
-
adding refactored networkx interface to repo.
-
removed build dist directories.
-
-
Merge pull request #1 from arangoml/add_readme. [Rajiv Sambasivan]
Add readme
-
Fixes for submodule directories. [[email protected]]
-
Added updates to README and package setup. [[email protected]]
-
Added README for the project and DGL Adapter. [[email protected]]
-
Added README for the project and DGL Adapter. [[email protected]]
-
Add .gitignore. [[email protected]]
-
Initial commit. [[email protected]]