Skip to content

Releases: formix/infernal-engine

README.md Updates for NPM

25 Apr 17:43
Compare
Choose a tag to compare

Just some README updates for Npmjs.com display.

Auto Inference on set calls

25 Apr 17:11
Compare
Choose a tag to compare

If the set method is called with a callback, the inference is launched automatically with the given callback.

First Stable Release

25 Mar 19:53
Compare
Choose a tag to compare

This is officially the first stable release of the engine!

There is two new features available:

  1. The new startTracing and stopTracing methods help to follow inference steps by steps
  2. The dist source folder contains a fully browser usable infernal-engine library (special thanks to @m0xx)

The documentation have been updated using jsdoc.

Strengtened Code Base

03 Feb 03:32
Compare
Choose a tag to compare

This release do not include any new feature. This is the list of improvements we did to the source code:

  • Renamed variables and functions to have a cleaner code base.
  • Moved a set of utility functions to the "utils.js" module.
  • Created an EngineProxy class to handle scope properly during inference.

The code base have been cleaned a lot. This version is intended to be stable enough to sustain the next big set of improvements.

First fully functionnal version

14 Sep 03:18
Compare
Choose a tag to compare

Fully fledged version covering all aspects of an inference engine. Still need some testing though...