- Fix indexing problem when choosing the condition. Without this change, the choice of the condition with minimum repetitions was done wrongly, in the case where there are values different from "yes" in the "keep" column of the sessions data frame.
0.2.1
- Put the package in an individual directory and use `__init__.py` This is more appropriate for standalone installations of PsychoPy, when setting the library path via preferences/general.
0.2.0
- Adjust code for recent versions of PsychoPy. The module has been tested against PsychoPy versions 2023.1.2, 2024.1.4, and 2024.2.1. It may work with other versions.
0.1.3
- Read entire CSV file when sniffing for delimiter bug fix)
0.1.2
- Improve documentation - Fix a bug that was resulting in wrong display of group sizes at the end of the session. The lines with value “no” in the “keep” columns were not being excluded.
0.1.1
Add ChangeLog file and provide URL for it on the PyPI webpage