You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added v2.3.2
Added DateEntry and TimeEntry elements for date and time input.
Added DeleteUnlinkedPage. This page allows you to delete the unlinked
data associated to a specific experiment. Must be imported from alfred3.admin directly.
Added ExperimentSession.tmp, which is a dictionary for temporary data
that does not need to be saved to the experiment data.
Added parameter silent to Element.validate_data (#191)
Changed v2.3.2
alfred3.Card elements with collapse=True will now start in collapsed
view.
Any call to Experiment.finish() will only go through now, if the experiment
session is not already aborted.
Some small updates to the documentation, most notably regarding the command
line interface (CLI).