Version History

Changes since last release

Nothing yet

New in Version 0.15.0 (2018 May 22)

Simple Interface

Expert Interface

Implementation

New in Version 0.14.818 (2017 July 05)

Simple interface

Expert interface

Implementation

New in Version 0.13.685 (2016 June 15)

Simple interface

Expert interface

Implementation

New in Version 0.12.625 (2015 April 25)

Simple interface

Expert interface

Implementation

New in Version 0.11.486 (2014 February 04)

Simple interface

Expert interface

The mechanism for encoding and decoding terminal nodes (for multi-terminal forests) has been changed. The following methods of expert_forest were removed:

Terminal encoding is now handled by classes bool_encoder, int_encoder, and float_encoder inside expert_forest, allowing the use of templates if desired. The following methods have been added for convenience:

Implementation

New in Version 0.10.456 (2013 July 30)

SIMPLE INTERFACE CHANGES

EXPERT INTERFACE CHANGES

New in Version 0.9.397 (2012 July 26)

SIMPLE INTERFACE CHANGES

EXPERT INTERFACE CHANGES

New in Version 0.8.311 (2012 June 18)

INTERFACE CHANGES

New in version 0.7.254 (2011 July 15)

New in version 0.6.233 (2011 July 05)

CHANGES TO THE SIMPLE INTERFACE

CHANGES TO THE EXPERT INTERFACE

KNOWN ISSUES

New in version 0.5.186 (2011 June 16)

NEW FEATURES

DEPRECATED FUNCTIONS

Now deprecated Equivalent replacement
domain::getTopVariable() domain::getNumVariables()
domain::getVariableAbove(v) v+1
domain::getVariableBelow(v) v-1
expert_domain::getVariableHeight(v) v
expert_domain::getVariableWithHeight(h) h

KNOWN ISSUES

New in version 0.4.174 (2011 June 13)

CHANGES TO THE SIMPLE INTERFACE

New in version 0.3.165 (2011 June 08)

0.2.101 (2010 June 11)