Recent Releases of stimuli

stimuli - 1.0.2

  • Make parallel port dependencies optional for conda-forge release

Full Changelog: https://github.com/mscheltienne/stimuli/compare/1.0.1...1.0.2

- Python
Published by mscheltienne over 1 year ago

stimuli - 1.0.1

  • Fix dead link to documentation on PyPI release

Full Changelog: https://github.com/mscheltienne/stimuli/compare/1.0.0...1.0.1

- Python
Published by mscheltienne over 1 year ago

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.5.0

  • Drop support for Python version strictly inferior to 3.10 and ensures future compatibility.

Full Changelog: https://github.com/mscheltienne/simple-stimuli/compare/0.4.3...0.5.0

- Python
Published by mscheltienne over 2 years ago

stimuli - 0.4.3

  • 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: 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.4.1

  • Cast loaded sounds to np.float64 to prevent floating point error in the volume assessment.

- Python
Published by mscheltienne almost 4 years ago

stimuli - 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

- Python
Published by mscheltienne almost 4 years ago

stimuli - 0.3.0

  • Better handling of blocking audio stimulus
  • Add DOI

- Python
Published by mscheltienne about 4 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 -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.

- 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