Releases: mscheltienne/stimuli
Releases · mscheltienne/stimuli
1.0.2
- Make parallel port dependencies optional for conda-forge release
Full Changelog: 1.0.1...1.0.2
1.0.1
- Fix dead link to documentation on PyPI release
Full Changelog: 1.0.0...1.0.1
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: 0.5.0...1.0.0
0.5.0
- Drop support for Python version strictly inferior to
3.10
and ensures future compatibility.
Full Changelog: 0.4.3...0.5.0
0.4.3
- Cast sounds to
np.float32
to avoid the repetitive cast bysounddevice
each time a sound is played. - Improve error checking of integers and paths
- Improve display of system information
- Clean
references.bib
withbibclean
Full Changelog: 0.4.2...0.4.3
0.4.2
What's Changed
- [DOC] Add documention build by @mscheltienne in #6
- [DOC] Improve documentation build on CI by @mscheltienne in #8
- [DOC, MNT] Improve documentation workflow by @mscheltienne in #9
- Use sphinx.ext.linkcode instead of sphinx.ext.viewcode by @mscheltienne in #10
- [ENH] Add a property 'window' to auditory stimuli by @mscheltienne in #12
- [ENH] Add a copy method to the auditory stimuli by @mscheltienne in #13
- [DOC] Add tutorials folder and improve doc-build configuration by @mscheltienne in #11
- [DOC] Enable sphinx-gallery by @mscheltienne in #14
- [DOC] Improve sphinx-gallery configuration and tutorials by @mscheltienne in #15
- [DOC] Improve index page by @mscheltienne in #16
- Add sys_info() and improve coverage by @mscheltienne in #18
Full Changelog: 0.4.1...0.4.2
0.4.1
- Cast loaded sounds to
np.float64
to prevent floating point error in the volume assessment.
0.4.0
- Improve packaging
- Fix indentation in docstrings with a summary line
- Add dependabot to update github actions
- Fix casting of true_divide with different dtypes when loading a sound
0.3.0
- Better handling of blocking audio stimulus
- Add DOI
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-h
or--help
for 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.