Recent Releases of NADI -- Network Analysis and Data Integration with a Domain Specific Language

NADI -- Network Analysis and Data Integration with a Domain Specific Language - Version 0.7.2

Version Corresponding to the JOSS Paper.

Full Changelog: https://github.com/Nadi-System/nadi-system/compare/0.7.1...0.7.2

Scientific Software - Peer-reviewed - Rust
Published by Atreyagaurav 6 months ago

NADI -- Network Analysis and Data Integration with a Domain Specific Language - 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.

Scientific Software - Peer-reviewed - Rust
Published by Atreyagaurav 8 months ago

NADI -- Network Analysis and Data Integration with a Domain Specific Language - 0.7.0 Release Candidate 2

Second release candidate for version 0.7.0

Scientific Software - Peer-reviewed - Rust
Published by Atreyagaurav 9 months ago

NADI -- Network Analysis and Data Integration with a Domain Specific Language - 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.

Scientific Software - Peer-reviewed - Rust
Published by Atreyagaurav 9 months ago