Skip to content

Releases: nxt-dev/nxt

Api v0.8.0

02 Dec 19:43
900cd21
Compare
Choose a tag to compare

Additions:

+ Added -no-rpc arg to the cli, used by the editor function.
+ Added easy method for creating a context nxt.create_context.

Changes:

* Bug fix, removing a node's instance would not re-comp its internal attrs.
* Bug fix, stdout not showing from remote graphs.
* Bug fix, layer node wasn't being created before parameters were applied.
* Bug fix, incorrectly logging and raising exceptions in remote_contexts.nxt

Notes:

... New stage method update_inherited_attrs updates internal attrs on a comp node.
... Created support structure for shipping our own starter contexts.

Supported Graph Versions

This release saves 1.17 graphs.
This release includes backwards compatibility for graph versions as old as 0.45 .

Pip Installation

From a Python(2 or 3) environment run the following command:
pip install nxt-core

Api v0.7.1

26 Nov 03:30
4846d9f
Compare
Choose a tag to compare

Changes:

* Updated how release loop works.

Supported Graph Versions

This release saves 1.17 graphs.
This release includes backwards compatibility for graph versions as old as 0.45 .

Pip Installation

From a Python(2 or 3) environment run the following command:
pip install nxt-core