Skip to content

Releases: Nadi-System/nadi-system

Version 0.7.2

27 Aug 03:03
486b91a

Choose a tag to compare

Version Corresponding to the JOSS Paper.

Full Changelog: 0.7.1...0.7.2

v0.7.0

18 Jun 03:22

Choose a tag to compare

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

04 Jun 21:00
7be5fc7

Choose a tag to compare

Pre-release

Second release candidate for version 0.7.0

0.7.0 Release Candidate

27 May 22:50
b23cd70

Choose a tag to compare

Pre-release

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.