Releases: ralmond/Proc4
Proc4_0.8-5z
In this release, many functions related to either handling Mongo collections, or procesing JSON data have been moved to the new mongo
package on which this one depends. Note: dependency is on the mongo
package, not access to a Mongo server, although some functions and classes do require the mongo server.
-
Added a new
MessageQueue
class, along with some functions for manipulating the queue (as this was common toEABN
andEIEvent
. -
Added new capability for building tables to the
Listener
classes. Also, captured some of the code for buildingListenerSet
objects from json configurations.
The test suite is pretty complete for this package, with a few holes for later functions.
Proc4_0.5-8z
This version now has the mongo
package split out and depends on mongo
.
Tested in Zoombini's environment, which is mostly noMongo. Still need more testing in the Mongo cases.
Proc4_0.4-7
This release adds support for No Mongo version of the listsenters.
Proc4_0.4-5
Release used for Physics Plagyround scoring.
See https://pluto.coe.fsu.edu/Proc4 for release notes.