Recent Releases of stimuli
stimuli - 1.0.0
Backward incompatible release which removes the existing visual stimuli and audio stimuli.
The audio stimulation was re-implemented using sounddevice and a custom callback function, which is now supported by a stimuli.time module and stimuli.trigger module to accurately measure time and deliver hardware trigger to mark an event in time.
This version is compatible with python 3.11+, mostly because of the recent changes to the python time module for Windows as of python 3.11.
Full Changelog: https://github.com/mscheltienne/stimuli/compare/0.5.0...1.0.0
- Python
Published by mscheltienne over 1 year ago
stimuli - 0.4.3
- Cast sounds to
np.float32to avoid the repetitive cast bysounddeviceeach time a sound is played. - Improve error checking of integers and paths
- Improve display of system information
- Clean
references.bibwithbibclean
Full Changelog: https://github.com/mscheltienne/simple-stimuli/compare/0.4.2...0.4.3
- Python
Published by mscheltienne over 3 years ago
stimuli - 0.4.2
What's Changed
- [DOC] Add documention build by @mscheltienne in https://github.com/mscheltienne/simple-stimuli/pull/6
- [DOC] Improve documentation build on CI by @mscheltienne in https://github.com/mscheltienne/simple-stimuli/pull/8
- [DOC, MNT] Improve documentation workflow by @mscheltienne in https://github.com/mscheltienne/simple-stimuli/pull/9
- Use sphinx.ext.linkcode instead of sphinx.ext.viewcode by @mscheltienne in https://github.com/mscheltienne/simple-stimuli/pull/10
- [ENH] Add a property 'window' to auditory stimuli by @mscheltienne in https://github.com/mscheltienne/simple-stimuli/pull/12
- [ENH] Add a copy method to the auditory stimuli by @mscheltienne in https://github.com/mscheltienne/simple-stimuli/pull/13
- [DOC] Add tutorials folder and improve doc-build configuration by @mscheltienne in https://github.com/mscheltienne/simple-stimuli/pull/11
- [DOC] Enable sphinx-gallery by @mscheltienne in https://github.com/mscheltienne/simple-stimuli/pull/14
- [DOC] Improve sphinx-gallery configuration and tutorials by @mscheltienne in https://github.com/mscheltienne/simple-stimuli/pull/15
- [DOC] Improve index page by @mscheltienne in https://github.com/mscheltienne/simple-stimuli/pull/16
- Add sys_info() and improve coverage by @mscheltienne in https://github.com/mscheltienne/simple-stimuli/pull/18
Full Changelog: https://github.com/mscheltienne/simple-stimuli/compare/0.4.1...0.4.2
- Python
Published by mscheltienne over 3 years ago
stimuli - 0.2.1
- Add a CLI entry-point to display a fixation cross:
stimuli_cross. The cross settings can be changed with the command-line arguments. Use the flag-hor--helpfor additional information. - Rename ASSR sound stimulus to SoundAM, as this sound stimulus is not restricted to an Auditory Steady-State Response.
- Replace WhiteNoise with Noise which supports colored noise.
- Python
Published by mscheltienne about 4 years ago
stimuli - 0.1.0
Initial release with auditory stimulus class for: - Pure tone stimulation. - White noise stimulation. - ASSR stimulation. - .wav sound files.
and with visual stimulus class for: - Text - Fixation cross - Horizontal or vertical moving bar - Horizontal or vertical filling bar, i.e. double-side thermometers.
- Python
Published by mscheltienne about 4 years ago