Releases: thoward27/grade
Releases · thoward27/grade
v3.0.1
v3.0.0
build: version bump to v3.0.0 Automatically generated by python-semantic-release
v2.1.19
build: version bump to v2.1.19 Automatically generated by python-semantic-release
v2.1.18
build: version bump to v2.1.18 Automatically generated by python-semantic-release
v2.1.17
fix: hub cli needs token
v2.1.5 Bugfix: PartialCredit
Fixes iteration over pipeline values when a pipeline fails.
v2.1.4 Bugfix: PartialCredit
PartialCredit now correctly computes value / max_value, including properly rotating values if a list is given that is shorter than the number of pipelines.
v2.1.3 Ubuntu 18.04 support
Thought Ubuntu 18.04 had Valgrind 3.14, I was wrong. This release patches AssertValgrindSuccess to work in Ubuntu 18.04.
v2.1.2 Bug Fixes
Fixes documentation and test visibility on Gradescope.
v2.1.1: Updated test output.
#18 uncovered that Gradescope was not showing the output for tests during class failures. This release addresses this bug.
It is documented in the Gradescope spec that test output should be a multiline string, however grade would instead produce a list of values. This release changes output to be the list of outputs joined on ;\n
.