Recent Releases of aeon_acquisition

aeon_acquisition - v0.6.0

What's Changed

  • Add address prefix to pose tracking log name by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/215
  • Add logging of all pose identity scores by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/217
  • Avoid race conditions on patch replenishment by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/218

Full Changelog: https://github.com/SainsburyWellcomeCentre/aeon_acquisition/compare/v0.5.0...v0.6.0

- C#
Published by glopesdev about 2 years ago

aeon_acquisition - 0.5.0

What's Changed

  • Update feeders to use new expander interface by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/133
  • Add operator for resolving the epoch data path by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/134
  • Allow timestamped payload types as frame triggers by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/137
  • Add operators for tracking and logging pose tracking streams by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/138
  • Refactor embedded operators to use latest workflow modules by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/139
  • Add support for different clock synchronizers by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/140
  • Add RFID reader source with soft synchronization by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/143
  • Add database package core operators by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/144
  • Reduce package dependencies by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/145
  • Split patch and feeder specific operators into independent foraging package by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/146
  • Add support for sampling available system memory by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/147
  • Split environment specific operators into separate package by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/148
  • Remove obsolete operators and update operator naming conventions by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/149
  • Add reusable operators for room light control using presets and configurable light cycle by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/150
  • Add operator for timestamped replay of video data by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/151
  • Ensure unit tests check for indirect references by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/155
  • Include resource name in unit test serialization errors by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/157
  • Add environment condition operator by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/158
  • Update annotation control to save layout space by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/159
  • Add operators for monitoring Harp device synchronization status by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/160
  • Split dispenser state from dispenser UI controller by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/161
  • Add processed weight streams to scale output by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/162
  • Ensure subject state control initializes correctly in table layout by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/164
  • Ensure all tracking operators use timestamped values by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/166
  • Add support for spatial parsing of RFID events by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/167
  • Ensure timestamp is ready on source subscription by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/169
  • Ensure parse is applied on the right register by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/170
  • Add virtual feeder testing module by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/175
  • Add heartbeat event stream to synchronizer sources by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/174
  • Remove task pool scheduler from video sources by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/177
  • Normalize line endings of inputs to label control by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/179
  • Set specific name for JSON training config file by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/181
  • Update light cycle only once every minute by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/182
  • Add support for pulling subject records from database by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/183
  • Ensure state recovery of random depleted patches by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/185
  • Simulate periodic virtual feeder wheel notifications by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/186
  • Add behavior board support to video controller by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/188
  • Add simulated video source module by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/189
  • Replace virtual feeder internal timer with harp trigger source by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/190
  • Support formatting value sequences as JSON strings by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/191
  • Use "all-versions" Zenodo DOI by @lochhh in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/192
  • Add overload to convert raw timestamp to DateTime by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/193
  • Set default camel case naming strategy by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/194
  • Add labeled button UI element by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/195
  • Add property grid view configuration properties by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/196
  • Use JSON for sgen compatible state recovery by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/197
  • Clear numeric up down on dispenser events by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/198
  • Expose static date time conversion method by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/200
  • Update package project URL by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/201
  • Update project debug launch settings by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/202
  • Ensure only RFID measurement events are parsed by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/203
  • Short commit hash should use prefix not suffix by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/206
  • Delete state recovery temp files after recovery by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/208
  • Ensure propagation of services to property grid by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/209
  • Update copyright year by @lochhh in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/211

New Contributors

  • @lochhh made their first contribution in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/192

Full Changelog: https://github.com/SainsburyWellcomeCentre/aeon_acquisition/compare/v0.3.0...v0.5.0

- C#
Published by glopesdev about 2 years ago

aeon_acquisition - 0.3.0

The first public release of the acquisition package for Project Aeon.

What's Changed

  • Add metadata model and YML serialization by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/39
  • Experiment 0.1 by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/44
  • Add camera calibration scripts and targets for #4 by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/77
  • Add support for metadata export and automatic weighing by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/80
  • Export metadata from acquisition workflow by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/87
  • Split core functionality into new extensions package by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/88
  • Refactor log metadata by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/91
  • Add weight scale filter operator by @aspaNeuro in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/93
  • Add support to query and manage Git repositories. by @bruno-f-cruz in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/102
  • Update acquisition package to support multiple arenas by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/104
  • Ensure return value is true if any ROI is active by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/109
  • Enable heartbeat event in all devices and add clock synchronizer source by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/112
  • Ensure timestamp propagation for all derived wheel values by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/114
  • Update lxml dependency version by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/115
  • Avoid overlapping address in pellet delivery retry by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/116
  • Ensure git interface can load native runtime by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/117
  • Validate environment state during subject changes by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/118
  • Ensure epoch timestamps are logged in UTC by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/120
  • Allow flushing chunks automatically using heartbeat source by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/122
  • Add operator to detect silent streaming failures by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/123
  • Add operator to convert Sleap Pose types to HarpMessage by @bruno-f-cruz in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/124
  • Add package metadata to common build properties by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/126
  • Add repository log controller module by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/127
  • Update light controller to connect using ZeroMQ by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/128
  • Update export metadata to target venv by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/129
  • Allow manually setting lower exposures by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/131
  • Add package icon for package pre-release by @glopesdev in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/132

New Contributors

  • @glopesdev made their first contribution in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/39
  • @aspaNeuro made their first contribution in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/93
  • @bruno-f-cruz made their first contribution in https://github.com/SainsburyWellcomeCentre/aeon_acquisition/pull/102

Full Changelog: https://github.com/SainsburyWellcomeCentre/aeon_acquisition/commits/v0.3.0

- C#
Published by glopesdev almost 3 years ago