-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
60 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,25 @@ | ||
# CHANGELOG | ||
|
||
### *??* (Unreleased) | ||
### **0.2.0** (December 12 2022) | ||
|
||
* Improves performance of the `limit` argument by offloading the result-limiting behavior to `grandiso`. | ||
> Lots of great new language support by @khaole88, thank you!! | ||
### 0.1.1 (October 1 2021) | ||
#### Performance | ||
|
||
- Improves performance of the `limit` argument by offloading the result-limiting behavior to `grandiso`. | ||
|
||
#### Features | ||
|
||
- Add behavior for disconnected matches of multiple graph components (#17, thanks @khaole88!) | ||
- Add support for anonymous nodes (#16, thanks @khaole88!) | ||
- Support chained edges like `(A)-[]->(B)-[]-(C)` (#15, thanks @khaole88!) | ||
- Support backwards edges (#14, thanks @khaole88!) | ||
- Support `NULL` and the `is` operator in queriy `WHERE` and property queries (#13, thanks @khaole88!) | ||
|
||
### **0.1.1** (October 1 2021) | ||
|
||
> This version adds support for node-only matches. | ||
### 0.1.0 (March 23 2021) | ||
### **0.1.0** (March 23 2021) | ||
|
||
> This version adds initial support for querying networkx-flavored graphs with the Cypher query language. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters