Skip to content

Releases: tlarsendataguy/goalteryx

Identify when user cancels workflow

17 Jul 11:16
Compare
Choose a tag to compare

This release adjusts the signature of Io.UpdateProgress() by adding a boolean return value. When the return value is true, continue processing records. When the return value is false, the user has pressed Cancel and the tool must stop executing.

No-cache tools and bug fixes

29 Mar 14:19
Compare
Choose a tag to compare

This release adds the capability to create no-cache tools. Incoming records are received immediately and outgoing records are pushed to downstream tools immediately, without waiting for a cache to fill up.

The performance of no-cache tools will be significantly lower than cached tools. However, certain types of tools (such as streaming tools) require real-time, no-caching behavior.

update module name

12 Apr 17:00
3affc21
Compare
Choose a tag to compare
v0.5.16

update module name

Implement OutputAnchor.NumConnections()

14 Feb 19:42
Compare
Choose a tag to compare
v0.5.11

clear syntax warnings

Memory improvements

08 Feb 12:48
Compare
Choose a tag to compare

This version purges plugins after OnComplete has run, allowing them to be garbage-collected. In batch macros the same tool will be reinstantiated as many times as the macro is run. Prior to this version, the old instances would collect and consume memory over time. This version fixes that.

Incoming Connection Bug Fix

31 Dec 17:14
Compare
Choose a tag to compare

For tools accepting multiple incoming connections, it should be possible to differentiate the connections by their name. In v0.5.8, connection names were not being propagated correctly. This version fixes that error.

Feature parity with AYX Python SDK

10 Jun 00:32
af7637c
Compare
Choose a tag to compare
v0.5.8

update readme for new features

IO Enhacements

07 Jun 22:09
2c5449e
Compare
Choose a tag to compare
v0.5.7

additional formatting in API parity

Beta!

08 Feb 15:59
Compare
Choose a tag to compare

This is the first beta release of goalteryx!

v0.0.31

16 Jan 02:04
3962018
Compare
Choose a tag to compare
explain the test harness