Skip to content

Releases: nxt-dev/nxt

Api v0.18.1

25 Nov 22:00
6a869df
Compare
Choose a tag to compare

Note: This is a patch to the last release, please read those release notes: v0.18.0

Changes:

* Made CLI more robust to broken editor installs

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 3 environment run the following command:
pip install nxt-core

Api v0.18.0

25 Nov 21:56
bcadb36
Compare
Choose a tag to compare

Critical changes:

! Changed the RPC flag. If launching the editor you must pass -rpc if you wish to start the RPC server with NXT.

Changes:

* Raised Python version ceiling to 3.11

Removals:

- Removed -no-rpc flag as editor's RPC server defaults to off now.

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 3 environment run the following command:
pip install nxt-core

Api v0.17.0

11 Jun 02:08
21e4ae0
Compare
Choose a tag to compare

Critical changes:

! Dropped Python 2.7 support.

Additions:

+ Added deployment workflows

Changes:

* Replaced imp (deprecated) with importlib
* Fixed bug with file fallbacks unittest, not using os defined path sep.
* Refactored assertEquals >> assertEqual
* Updated readme with new badges and formatting

Removals:

- removed TravisCI

Notes:

... Packaging graph will now error out if it fails to build and upload to the test PyPi server.
... fixed bug caused by updating to importlib

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.16.0

08 Nov 13:40
afa731a
Compare
Choose a tag to compare

Additions:

+ added a maya standalone node

Changes:

* Fixed NXT_FILE_ROOTS path separator to use os.pathsep.

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.15.3

14 Mar 01:36
92c3b61
Compare
Choose a tag to compare

Changes:

* More work to fix the enabled state bug.

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.15.2

12 Mar 16:59
9117425
Compare
Choose a tag to compare

Changes:

* Fixed bug with enabled state getting stuck.

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.15.1

29 Jan 15:12
0ee50de
Compare
Choose a tag to compare

Changes:

* Bug fix: Avoid double comp when renaming a node.

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.15.0

07 Nov 23:07
d869b6a
Compare
Choose a tag to compare

Additions:

+ Now supporting Python 3.10
+ Added method to internal layer API allowing for quick access to cached child node paths.
+ Added logic for handling targeted re-comp when enabled state of a node is changed.

Changes:

* Fixed bug in comp logic that would cause "real" children of "proxies" to be excluded from descendants, children, and build order lists.

Notes:

... Added unittest for the proxy nodes with real children bug.

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.14.0

14 Feb 22:48
0d50e66
Compare
Choose a tag to compare

Additions:

+ Added support for Python 3.9.

Changes:

* Bug fix: If no args passed to CLI, just show the help message.

Notes:

... Fixed py 3.9 warnings.

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.13.1

13 Dec 02:28
6e87bae
Compare
Choose a tag to compare

Changes:

* Bug fix: set type objects were detected as dict. All custom type detection has been removed in favor of literal_eval.
* No longer checking type before attempting to deep copy pre run cache values.
* Added unittest for nodes with sets as their value.
* When getting attr as real data type, attempt to eval in all cases unless string or raw.

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