Skip to content

Releases: ralmond/EABN

EABN_0.6-2z1

13 Jul 14:09
Compare
Choose a tag to compare

Tweak to previous release, fixing some tests so that they run on r-universe.

  1. This release now depends on mongo in addition to Proc4, with some of the functionality being moved to mongo and Proc4. (Note, the mongo package must be installed, but the mongo database does not need to be installed.)

  2. I've tested this on the Zoombini's application, which is noMongo. I haven't done extensive testing of the mongo version.

  3. Although there are some tests in the Rd files, they need to be moved to a test-that suite, which is will properly skip tests if Mongo is not installed.

EABN_0.6-2z

11 Jul 22:02
11aed4c
Compare
Choose a tag to compare

This version now uses the new mongo package, and moves some of the common operations between EIEvent and EABN to Proc4.

Note that the config.json file will likely need some tweaking in various apps.

EABN_0.5-2

18 Apr 16:30
b9eacbf
Compare
Choose a tag to compare

This is the "No Mongo" release. The BNEngine class has now been split into a BNEngineMongo and BNEngineNDB. The latter is specifically to faciliite integration with the TERC Data arcade, where the JSON will be passed in by an external system rather than saved in a local DB.

This version also has a complete manual and test suite (for the NDB version).

EABN_0.4-2

14 Feb 23:05
Compare
Choose a tag to compare

Release used for Physics Plagyround scoring.
See https://pluto.coe.fsu.edu/Proc4 for release notes.