Releases: DudLab/mouse_record
Releases · DudLab/mouse_record
v0.0.6: Rename package to match repo (pt. 2).
v0.0.5: Rename package to match repo.
- Renames package to match the repo name.
- Fixes an old URL to point to the correct repo location.
v0.0.4: Minor fixes.
- Tests are running using
python setup.py test
. - Ignore the
.eggs/
generated during building.
v0.0.3: Minor doc fixes.
- Specify the default GPIO port and how to change it.
- State some default parameters used (directories, times, etc.).
- Add missing step to development install.
- Fix some typos and other errata.
v0.0.2: Formal release of `mouse_recorder`.
- Record video around an activity.
- Preview video to setup apparatus.
- Capture ability for acquiring a background image.
- Automated test suite (requires RaspberryPi with camera).
- README documenting basic functionality.
- Sphinx documentation for more details about API.
- Versioning provided by versioneer using git tags.
- Linting CI provided by landscape.io.