Skip to content

Releases: thoward27/grade

v3.0.1

31 Mar 02:21

Choose a tag to compare

build: version bump to v3.0.1

Automatically generated by python-semantic-release

v3.0.0

28 Mar 02:26

Choose a tag to compare

build: version bump to v3.0.0

Automatically generated by python-semantic-release

v2.1.19

21 Mar 15:41

Choose a tag to compare

build: version bump to v2.1.19

Automatically generated by python-semantic-release

v2.1.18

12 Mar 12:28

Choose a tag to compare

build: version bump to v2.1.18

Automatically generated by python-semantic-release

v2.1.17

12 Mar 04:12

Choose a tag to compare

fix: hub cli needs token

v2.1.5 Bugfix: PartialCredit

02 Mar 20:03

Choose a tag to compare

Fixes iteration over pipeline values when a pipeline fails.

v2.1.4 Bugfix: PartialCredit

02 Mar 18:35

Choose a tag to compare

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

12 Feb 01:43

Choose a tag to compare

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

12 Feb 01:31

Choose a tag to compare

Fixes documentation and test visibility on Gradescope.

v2.1.1: Updated test output.

07 Jan 19:03
8be2f56

Choose a tag to compare

#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.