gatorgrouper
gatorgrouper copied to clipboard
:busts_in_silhouette: Automated Group Formation Tool Enabling Effective Team Work
Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.3.9 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.1 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [requests](https://github.com/psf/requests) from 2.21.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...
Currently using the Kernighan-Lin Grouping Method, only power of 2 group splits are supported. This is impractical for some course sizes if the goal is to create groups of a...
Currently, the output of gatorgrouper is: ``` Group 1 Member 1 Member 2 Member 3 Group 2 Member 4 Member 5 Member 6 ``` It would be extremely helpful for...
Currently, the documentation doesn't mention how the first column of the data.csv file is handled with regard to objective-weights and objective-measures. After some experimentation, I concluded that the first objective-weight...
Currently, the ``num-group`` parameter allows you to specify how many groups. This is often less useful than being able to specify how many members are optimally in each group. This...
The current documentation says ```By supplying weights via the --objective-weights flag, the user can control the relative importance of each column in the data.``` However, there is no mention what...
# Description of the Issue Write documentation on how to perform a manual deploy. ## Add Detailed Comment with More Information This would inform future programmers on how to deploy...