Releases: SMMoseley/colony-noise-scripts
Releases · SMMoseley/colony-noise-scripts
Performance improvements and bugfixes
Hi Sam :)
I put instructions to install the decide-config binary in the last release, but I'm copying them here (let me know if it doesn't work):
- Download the binary
decide-configfile. - Make the file executable:
cd /mnt/c/Users/mosel/Downloads/
chmod +x decide-config
- Move the file into your PATH:
sudo mv decide-config /usr/bin - Run
decide-config --helpto see options and verify that it worked.
changelog
keys(the list of all possible responses) is no longer required inexperiment.ymlas it is now encoded directly into the program- segmented files are now generated more efficiently
correct_choices.ymlnow tries to evenly divide stimuli into the various correct responses (instead of picking randomly and independently for each stimuli). I know we already had to fix this in the old javascript version, but I temporarily forgot
Automatic segmenting and fixes for debian
How to install
- Download the binary
decide-configfile. - Make the file executable:
cd /mnt/c/Users/mosel/Downloads/
chmod +x decide-config
- Move the file into your PATH:
sudo mv decide-config /usr/bin - Run
decide-config --helpto see options and verify that it worked.
Changelog
- the
-iflag now SKIPS generating an inverted config (default behavior is now to generate both normal and inverted) - the list of stimuli in experiment.yml has a new format. Example:
stimuli:
- name: 0oq8ifcb_30
group: 2
- name: 9ex2k0dy_30
group: 2
- name: c95zqjxq_30
group: 4
- name: g29wxi4q_30
group: 4
- name: igmi8fxa_30 A file will be generated for each group. Each group includes all stimuli in smaller numbered groups. If the group for a stimulus is not provided, it will be included in every group.
First working version in rust
Add release workflow https://gist.github.com/PurpleBooth/84b3d7d6669f77d5a53801a258ed269a