Releases: CST-Group/cst
Release 1.6.2
Release 1.6.1
This release fixes a small bug on the tryParse function at the Idea class
Release 1.6.0
This release introduced changes to the HabitExecutionerCodelet and its related tests.
Release 1.5.0
This release changed the internal implementation of the Idea class, supressing the "scope" internal variable, and introduced the "belief" and "belief threshold" new variables. The scope is still there, but now it is a derived variable instead of a state one.
Minor bug fixes were introduced.
Release 1.4.2
This release introduced two new methods in the Idea class: the fromJSON and toJSON, to allow conversion from Ideas to JSON and vice-versa, using the GSON library. Also, two new policies for selecting RANDOM memories from withing the container were introduced.
Release 1.4.1
Minor upgrade ... just brought CodeletsProfilerTest from CST-Desktop to CST
Release 1.4.0
This release includes many improvements in the library. The Idea class is introduced as a new universal knowledge representation scheme, together with the interfaces: Category and Habit. New classes HttpCodelet, RESTMemoryObject and RESTMemoryContainer were included for building REST Codelets and Memories.
Release 1.3.0
This release made some bug corrections and introduced the "sensory" and "attention" packages
Release 1.2.0
This release introduced the REST Server option for visualization