Skip to content

Commit 18fea66

Browse files
authored
Merge pull request #6 from pydn/2023-08-10_custom_node_support
Add support for custom nodes
2 parents 4f2462c + 66e2778 commit 18fea66

File tree

3 files changed

+429
-239
lines changed

3 files changed

+429
-239
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ if __name__ == "__main__":
110110
main()
111111
```
112112

113+
## V1.0.0 Release Notes
114+
- **Use all the custom nodes!**
115+
- Custom nodes are now supported. If you run into any issues with code execution, first ensure that the each node works as expected in the GUI. If it works in the GUI, but not in the generated script, please submit an issue.
116+
117+
113118
## Usage
114119

115120

0 commit comments

Comments
 (0)