Skip to content

Releases: DuguidLab/visiomode

v0.6.0

29 Aug 12:24
bfe88f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.6.0

v0.5.1

10 Mar 16:48
Compare
Choose a tag to compare

This release fixes a bug in single-target paradigms introduced in v0.5.0.

Full Changelog: v0.5.0...v0.5.1

v0.5.0

10 Mar 16:47
Compare
Choose a tag to compare

This version adds considerable functionality to the web interface and revamps the data storage format.

Added

  • Trial outcome counter chart in session "Overview" panel.
  • Favicon for web interface.
  • Version details in session file.
  • Signal detection theory classification per trial.
  • Added response identifier to Response object.
  • Stimulus info now returns common name and identifier.

Changed

  • History table now sorts sessions in descending order based on date.
  • Default to non-empty response object for no_response trials.
  • First stimulus in Go/NoGo is now always the target. This fixes weird bug where sometimes distractor and target stimuli would be flipped on the first trial.
  • More informative stimulus information in the trial - give the actual stimulus shown rather than what was used in the task.

Full Changelog: v0.4.1...v0.5.0

v0.4.1

02 Feb 15:56
Compare
Choose a tag to compare

Release version 0.4.1 - 2023-02-02

Added

  • This changelog.
  • Community code of conduct.
  • Contributing guidelines.
  • History panel now shows table of past sessions and allows downloading session JSON files.
  • Provisional support for different filetypes in download API.

Changed

  • Use logging library instead of prints.

Fixed

  • CLI entry point.

Full Changelog: v0.4.0...v0.4.1

Initial upload to Zotero

21 Jul 18:20
ded1651
Compare
Choose a tag to compare

First public-facing version of Visiomode. Changes mostly to documentation / README. See previous releases for features

Early Release 0.3.4

28 Mar 11:20
e6f2286
Compare
Choose a tag to compare
Early Release 0.3.4 Pre-release
Pre-release

Add variable contrast grating stimuli

Parameters are currently hardcoded to match _ International Brain Laboratory (2020). A standardized and reproducible method to measure decision-making in mice. BioRxiv, 909838._

What's Changed

Full Changelog: v0.3.3...v0.3.4

Early Release 0.3.3

22 Mar 17:01
Compare
Choose a tag to compare
Early Release 0.3.3 Pre-release
Pre-release

Visiomode Early Release Version 0.3.3 (WIP)

First release uploaded to PYPI.

Version 0.3.3 is functional on the behavioural side of things - single target, 2AFC and Go/NoGo battle-tested and work well. The web interface allows the user to set up and monitor experiments, but real-time plots are not implemented yet on the Dashboard. History, settings etc are still not implemented in this version.

Early Release 0.2.0

10 Mar 20:30
4e6dbe1
Compare
Choose a tag to compare
Early Release 0.2.0 Pre-release
Pre-release

Refactor front-end / backend sync

Move away from using redis, use python queues instead and API calls from front-end for status.

Session management also refactored.

Initial development release 0.1.0

10 Mar 11:30
3fbc30e
Compare
Choose a tag to compare
Pre-release

This is the most bare-bones version of Visiomode, with most functionality concerned with having the tasks run.

The web interface is, at this stage, quite basic, but allows the user to set up sessions, and stop them while they run. Task updates are posted in the console.

This version has been used in the lab to test that the task is working, but it is by no means production-ready.

There's no compiled binary for this version, the software runs from source.