Releases: aplbrain/grand
Releases · aplbrain/grand
v0.5.1
What's Changed
- Fix networkit CI by @j6k4m8 in #34
- Fix redundant directedness arguments by @j6k4m8 in #36
- Improve dialect test coverage by @j6k4m8 in #37
- Add sql in-memory tests for CI by @j6k4m8 in #38
- Add support for writing graphml files from nx dialect by @j6k4m8 in #40
- Update SQL backend to support SQLAlchemy 2.x by @davidmezzetti in #45
- Add codspeed by @j6k4m8 in #48
- Add edge count backend call by @j6k4m8 in #49
- added SQLBackend commit/close methods and a TestBackendPersistence me… by @acthecoder23 in #51
New Contributors
- @davidmezzetti made their first contribution in #45
- @acthecoder23 made their first contribution in #51
Full Changelog: v0.4.2...v0.5.1
v0.4.2
v0.4.0
v0.3.0
What's Changed
CHANGELOG
0.3.0
This version adds support for Gremlin-compatible graph databases, such as AWS Neptune, TinkerPop, Janus, etc, through the
GremlinBackend
, and loosens the requirements for the base installation ofgrand-graph
. You can now installgrand-graph[sql]
orgrand-graph[dynamodb]
to get additional functionality (with additional dependencies).
- Improvements
- Backends
- Add
GremlinBackend
to the list of supported backends
- Add
- Backends
- Housekeeping
- Removes sqlalchemy and boto3 from the list of requirements for the base install. You can now install these with
pip3 install grand-graph[sql]
or[dyanmodb]
.
- Removes sqlalchemy and boto3 from the list of requirements for the base install. You can now install these with
Full Changelog: v0.2.0...v0.3.0