Skip to content

Commit

Permalink
Merge pull request #6 from pydn/2023-08-10_custom_node_support
Browse files Browse the repository at this point in the history
Add support for custom nodes
  • Loading branch information
pydn authored Aug 20, 2023
2 parents 4f2462c + 66e2778 commit 18fea66
Show file tree
Hide file tree
Showing 3 changed files with 429 additions and 239 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ if __name__ == "__main__":
main()
```

## V1.0.0 Release Notes
- **Use all the custom nodes!**
- 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.


## Usage


Expand Down
Loading

0 comments on commit 18fea66

Please sign in to comment.