Skip to content

Releases: janatalab/pyensemble

PyEnsemble v1.1.1

21 Oct 02:10
85e77ad

Choose a tag to compare

Fixes a number of issues that were present with the group experiments. Synchronization is now working properly.

PyEnsemble v1.1

17 Oct 23:42
ae24d99

Choose a tag to compare

This release adds support for group experiments in which an experimenter and one or more participants can connect to a an experiment session. Utilizing the group_trial form handler, the presentation of forms can be yoked across participants.

The group experiment mechanism, by virtue of allowing connection to the session from an experimenter's computer, allows for integration of other experiment devices with PyEnsemble experiments. For example, an experimenter's computer can run a program that both controls data collection via an external device and communicates with the PyEnsemble server. The program sends HTTP requests to PyEnsemble that communicate trial state and data that can be used by a PyEnsemble experiment to perform calculations that requires input from all session participants. The experimenter's program can also poll the PyEnsemble session to determine whether all participant sessions are ready, prior to commencing with the next experiment trial.

PyEnsemble v1.0.001

30 Jul 13:41
b785ad0

Choose a tag to compare

  • Fixes an issue in which an Experiment had to be in Edit mode in order to generate tickets.

PyEnsemble v1.0.0

28 Jul 22:29
dc93045

Choose a tag to compare

This is the first public release of PyEnsemble.