Skip to content

Releases: mscheltienne/simple-stimuli

0.5.0

05 Feb 13:26
Compare
Choose a tag to compare
  • 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

21 Dec 22:01
Compare
Choose a tag to compare
  • Cast sounds to np.float32 to avoid the repetitive cast by sounddevice each time a sound is played.
  • Improve error checking of integers and paths
  • Improve display of system information
  • Clean references.bib with bibclean

Full Changelog: 0.4.2...0.4.3

0.4.2

10 Oct 09:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

07 Jul 15:20
Compare
Choose a tag to compare
  • Cast loaded sounds to np.float64 to prevent floating point error in the volume assessment.

0.4.0

27 Jun 09:20
Compare
Choose a tag to compare
  • 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

05 Jun 11:52
Compare
Choose a tag to compare
  • Better handling of blocking audio stimulus
  • Add DOI

0.2.1

03 Jun 13:44
Compare
Choose a tag to compare
  • 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.

0.1.0

01 Jun 15:43
Compare
Choose a tag to compare

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.