Skip to content

changelog: release 1.1.0 #62

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

Merged
merged 1 commit into from
Oct 9, 2024
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
79 changes: 79 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,82 @@
1.1.0 (2024-10-08)
------------------

New
~~~
- License, version badge. [Anthony Mahanna]

Fix
~~~
- Update version. [Anthony Mahanna]
- Comment. [Anthony Mahanna]
- Readme image link. [Anthony Mahanna]
- `index.rst` [Anthony Mahanna]
- Typo (again) [Anthony Mahanna]
- Typo. [Anthony Mahanna]
- Notebook alg. [Anthony Mahanna]

Other
~~~~~
- Smart graph support (#61) [Anthony Mahanna]

* smart graph support | initial commit

* cleanup: `_create_node_attr_dict`

* new: `cast_to_string`

* cleanup: overrides

* fix: lint

* fix: `overwrite_graph`

* new: `GraphNotEmpty` exception

* lock deps

* remove: `_get_smart_id`

* new: `test_load_graph_from_nxadb_as_smart_graph`

* new: `add_nodes_from_override`

* fix: typo

* fix: lint

* fix: pyproject

* add comment

* `overwrite_graph` docstring

* update `adbnx-adapter` version

* fix: var name

* fix: `GraphNotEmpty` logic

* fix: whitespace

* fix: drop instead of truncate

* Revert "fix: drop instead of truncate"

This reverts commit 11347c91d521a246f4e1a5694d278f6d32137d8b.

* add `overwrite_graph` coverage

* fix: drop graph instead of truncate

* fix: docstring

* fix: `name` docstring
- Merge branch 'main' of https://github.com/arangodb/nx-arangodb.
[Anthony Mahanna]
- !gitchangelog (#58) [aMahanna, github-actions[bot]]


1.0.1 (2024-09-03)
------------------
- Bump: version. [Anthony Mahanna]
Expand Down