Releases: nxt-dev/nxt
Api v0.18.1
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
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
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
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
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
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
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
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
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
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