Releases: umyelab/LabGym
Releases · umyelab/LabGym
v2.4.0
What's Changed
- Remove all references to
THE_ABSOLUTE_CURRENT_PATH
by @rohansatapathy in #120 - Increase line length in format configuration by @rohansatapathy in #122
- Add date/time changes by @rohansatapathy in #126
- Refactor detector code by @rohansatapathy in #123
- Add excel file with animal positions in analysis export by @rohansatapathy in #128
- Fix text scale in annotated video by @rohansatapathy in #129
Full Changelog: v2.3.5...v2.4.0
v2.3.5
What's Changed
- Add ruff format rules by @rohansatapathy in #110
- Update installation instructions by @rohansatapathy in #114
- Add automated test suite by @rohansatapathy in #115
- Fix bug in sorting behavior file name by @rohansatapathy in #116
- Fix detector batch size bug by @rohansatapathy in #117
Full Changelog: v2.3.4...v2.3.5
v2.3.4
What's Changed
- Fix
cv2.typing
import error by @rohansatapathy in #109
Full Changelog: v2.3.3...v2.3.4
v2.3.3
What's Changed
- Fix model path bug in
behavior_examples.py
by @rohansatapathy in #107 - Update installation documentation by @rohansatapathy in #106
- Release v2.3.3 by @rohansatapathy in #108
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
- Prevent crash when version checking fails by @rohansatapathy in #101
- Update python-publish.yml by @rohansatapathy in #102
Full Changelog: v2.3.1...v2.3.2
v2.3.1
New Features
- The recommended way to install LabGym is now through
pipx
. Please see the installation documentation for more information. - It's now possible to start LabGym by using the
LabGym
command at the terminal! Now, there's no need to typefrom LabGym import gui; gui.gui()
at the terminal.
What's Changed
- Fix incompatibility issues with Python 3.9 by @rohansatapathy in #99
Full Changelog: v2.3.0...v2.3.1
v2.3.0
New Features
- The recommended way to install LabGym is now through
pipx
. Please see the installation documentation for more information. - It's now possible to start LabGym by using the
LabGym
command at the terminal! Now, there's no need to typefrom LabGym import gui; gui.gui()
at the terminal.
What's Changed
- Refactor codebase by @rohansatapathy in #70, #85, #93
- Move documentation to https://labgym.readthedocs.io by @rohansatapathy in #71, #80, #84, #86, #88, #90, #91
- Start LabGym using the
LabGym
command at the terminal by @rohansatapathy in #73, #96 - Add option to downscale video FPS in preprocessing module by @rohansatapathy in #72, #77
Full Changelog: https://github.com/umyelab/LabGym/commits/v2.3.0