From c0c11e3482181a746b53b476c3282ec717691f7b Mon Sep 17 00:00:00 2001 From: "Jessica B. Hamrick" Date: Sat, 14 Jan 2017 16:03:30 -0800 Subject: [PATCH] Update changelog --- nbgrader/docs/source/changelog.rst | 13 +++++++++++++ nbgrader/docs/source/spelling_wordlist.txt | 5 +++-- nbgrader/docs/source/user_guide/faq.rst | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/nbgrader/docs/source/changelog.rst b/nbgrader/docs/source/changelog.rst index 4e727ddaa..fbf4e9fa4 100644 --- a/nbgrader/docs/source/changelog.rst +++ b/nbgrader/docs/source/changelog.rst @@ -8,6 +8,19 @@ A summary of changes to nbgrader. 0.3.x ----- +0.3.3 +~~~~~ + +Version 0.3.3 of nbgrader is a minor bugfix release that fixes an issue with +running ``nbgrader fetch`` on JupyterHub. The following PR was merged for the 0.3.3 milestone: + +- PR #600: missing sys.executable, "-m", on fetch_assignment + +Thanks to the following contributors who submitted PRs or reported issues that were merged/closed for the 0.3.3 release: + +- alikasamanli +- hetland + 0.3.2 ~~~~~ diff --git a/nbgrader/docs/source/spelling_wordlist.txt b/nbgrader/docs/source/spelling_wordlist.txt index 4cfdefc53..9742f4370 100644 --- a/nbgrader/docs/source/spelling_wordlist.txt +++ b/nbgrader/docs/source/spelling_wordlist.txt @@ -2,6 +2,7 @@ admin Afterwards ajax alchemyst +alikasamanli alope app apps @@ -54,6 +55,7 @@ Gradebook gradebook Granger hardcoded +hetland hOlle Homebrew html @@ -106,7 +108,6 @@ plugin plugins positionally postgres -precendence prepend prepending prepopulate @@ -167,4 +168,4 @@ Workflow workflow workflows xsrf -XSRF +XSRF \ No newline at end of file diff --git a/nbgrader/docs/source/user_guide/faq.rst b/nbgrader/docs/source/user_guide/faq.rst index 996db7798..1baaf0ed4 100644 --- a/nbgrader/docs/source/user_guide/faq.rst +++ b/nbgrader/docs/source/user_guide/faq.rst @@ -154,7 +154,7 @@ What happens if I do some manual grading, and then rerun the autograder? ------------------------------------------------------------------------ If you rerun the autograder, nbgrader will never overwrite any manual grades or -comments that you have added, and manual grades *always* take precendence over +comments that you have added, and manual grades *always* take precedence over autogrades. However, if you have given a manual grade, then rerun the autograder, and the