Skip to content

Releases: AllenNeuralDynamics/Aind.Behavior.VrForaging

v0.4.3

20 Sep 21:20
e83dfab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

18 Sep 15:18
Compare
Choose a tag to compare

What's Changed

  • Defer assertation of treadmill state until experiment starts by @bruno-f-cruz in #300

Full Changelog: v0.4.1...v0.4.2

v0.4.1

06 Sep 20:19
Compare
Choose a tag to compare

What's Changed

  • Ensure stops are only trigger site logic from within the site by @bruno-f-cruz in #298

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

v0.4.0

28 Aug 21:18
a317fd6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.4.0-rc2

23 Aug 23:00
a317fd6
Compare
Choose a tag to compare
v0.4.0-rc2 Pre-release
Pre-release

What's Changed

  • Update aind-core to fix nullable reference on CreateSoftwareEvents by @bruno-f-cruz in #290

Full Changelog: v0.4.0-rc1...v0.4.0-rc2

v0.4.0-rc1

01 Aug 00:25
Compare
Choose a tag to compare
v0.4.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.0...v0.4.0

Additional details:

  • Updates Bonsai to 2.8.5
  • Adds breaking changes to the TaskLogic, Rig, and Session schemas. Make sure that these are updated to the most recent version. See the ./examples/examples.py
  • Adds a way to configure a small database-like document to drive associations between subjects and task logic (closes #237 )
  • Refactors workflow to use logging by modality (closes #234)
  • Refactors workflow to adopt the new schemas from https://github.com/AllenNeuralDynamics/Aind.Behavior.Services/releases/tag/0.7.11
  • Refactors workflow to use the latest harp logging standard (closes #136 and #233 ) and removes now unused legacy operators
  • Implements ffmpeg-powered video encoding (closes #235 )
  • Implements new camera control and logging (procedurally generated)
  • Align video logging format with latest AIND behavior agreed upon standards
  • Docs deployment
  • Moves several operators to Aind.Core package
  • Add infrastructure necessary for data-mapper
  • Removes legacy scripting python folder from the root of the repository. Remove corresponding Analysis requirements from project.toml
  • Adds an online QC routine that checks if the difference between frame times reported by the camera matches the one reported by the triggers. Essentially implements an online quality check for dropped frames, non-exposed frames and, in some cases, trigger misalignment. Note, this warning will likely be triggered during the session if the synchronization bug is triggered. (closes #224)
  • Patches are now bilaterally flanked by two inter-patch regions InterPatch and PostPatch
  • Deprecates Aind.Core.Design UI elements in favor of Bonsai.GUI (closes #216)
  • Deprecates Bonsai.Visualizer plotting in favor of Bonsai.GUI (closes #216 )
  • Drops support for the old treadmill reading (using the behavior board) and now only supports the new Harp Treadmill developed in-house. (closes #207)
  • Adds support for each site defining its own treadmill break value.
  • Add support for null reward specification logic in reward sites
  • Adds support for the new AIND manipulator (closes #249)
  • New tests for bonsai schema deserializers
  • Adds clock generator repeater to the workflow (closes #250)
  • Updates definition of TransitionMatrix and InitialState. The initial state is now an array that is used to draw the first state from a set of probabilities. (Closes #272 )

v0.3.0

18 Jul 20:19
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/AllenNeuralDynamics/Aind.Behavior.VrForaging/commits/v0.3.0