You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add working simple named edge constraints in macros
* Add support for dynamic edge constraints in a macro
* Add all constraints (but not using them yet)
* Begin hunting down the broken part of nested macros
* Remove deep-nesting tests
* Update changelog
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Changelog
2
2
3
-
-**?.?.?** (Unreleased)
3
+
-**0.12.0** (June 7 2022)
4
4
- Housekeeping:
5
5
- Removed old, deprecated code like the v1 parser (deprecated in `v0.5.0`) and some unused ingest tools (#113)
6
+
- Features:
7
+
- Added edge aliases and inter-edge attribute constraints
6
8
-**0.11.0** (April 12 2022)
7
9
- Features:
8
10
- Added support for attributes that include spaces and other non-word/variable characters, and updated Cypher syntax for these attributes when searching with Neo4j and neuPrint (#112)
0 commit comments