Releases: Nadi-System/nadi-system
Releases · Nadi-System/nadi-system
Version 0.7.2
Version Corresponding to the JOSS Paper.
Full Changelog: 0.7.1...0.7.2
v0.7.0
Rewrote the parser completely, which is modular now so that new syntaxes can be added. Added syntaxes include:
If-Else statements
While loop
nested function calls inside the tasks
keywords, inputs, output, nodes, etc. refer to those things based on their context.
Other changes:
Nadi Python library now has submodules to access the functions based on function type as well as plugin names.
Parser now never fails, so it can be used directly for highlighter for IDE and other purposes.
0.7.0 Release Candidate 2
Second release candidate for version 0.7.0
0.7.0 Release Candidate
Rewrote the parser completely, which is modular now so that new syntaxes can be added. Added syntaxes include:
- If-Else statements
- While loop
- nested function calls inside the tasks
- keywords, inputs, output, nodes, etc. refer to those things based on their context.
Other changes:
- Nadi Python library now has submodules to access the functions based on function type as well as plugin names.
- Parser now never fails, so it can be used directly for highlighter for IDE and other purposes.