Skip to content

Releases: project-manatee/manatee-scraper-java

Projected grades

22 Nov 03:06
Compare
Choose a tag to compare

Adds an isProjected boolean value and projectedAverage values to the ClassGrades data structure. Implements two hasProjected() methods to check if each cycle or category contains projected grades. Also updates the GradeCalc class to calculate Cycle and Category averages based on projected grades, if they exist.

v1.1.0

20 Nov 18:15
Compare
Choose a tag to compare

Parses the newly added "dropped" column in TEAMS and appends "(Dropped)" to assignment name if the assignment is dropped. Also parses MSG grades properly as 0 instead of not entered.

Initial Release

14 Nov 04:11
Compare
Choose a tag to compare

The initial release, beginning the semantic versioning of manatee-scraper-java. Project manatee-android, which depends on manatee-scraper-java, was made compatible with this version in v1.0.8.