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