Skip to content

Commit

Permalink
Merge pull request #638 from jhamrick/0.3.x
Browse files Browse the repository at this point in the history
Prepare the 0.3.3 release
  • Loading branch information
jhamrick authored Jan 13, 2017
2 parents 61bf4a3 + a04b06a commit c161737
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 19 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: nbgrader
version: "0.3.2"
version: "0.3.3"

source:
path: ..
Expand Down
2 changes: 1 addition & 1 deletion nbgrader/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 3, 2)
version_info = (0, 3, 3)
__version__ = '.'.join(map(str, version_info))
13 changes: 13 additions & 0 deletions nbgrader/docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~

Expand Down
2 changes: 2 additions & 0 deletions nbgrader/docs/source/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ admin
Afterwards
ajax
alchemyst
alikasamanli
alope
app
apps
Expand Down Expand Up @@ -52,6 +53,7 @@ Gradebook
gradebook
Granger
hardcoded
hetland
hOlle
Homebrew
html
Expand Down
32 changes: 16 additions & 16 deletions nbgrader/docs/source/user_guide/managing_assignment_files.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,9 @@
"output_type": "stream",
"text": [
"total 40\n",
"-rw-r--r-- 1 jhamrick wheel 5733 Jan 11 09:43 jupyter.png\n",
"-rw-r--r-- 1 jhamrick wheel 8174 Jan 11 09:43 problem1.ipynb\n",
"-rw-r--r-- 1 jhamrick wheel 2518 Jan 11 09:43 problem2.ipynb\n"
"-rw-r--r-- 1 jhamrick wheel 5733 Jan 13 13:03 jupyter.png\n",
"-rw-r--r-- 1 jhamrick wheel 8174 Jan 13 13:03 problem1.ipynb\n",
"-rw-r--r-- 1 jhamrick wheel 2518 Jan 13 13:03 problem2.ipynb\n"
]
}
],
Expand Down Expand Up @@ -496,8 +496,8 @@
"output_type": "stream",
"text": [
"[SubmitApp | INFO] Source: /private/tmp/student_home/ps1\n",
"[SubmitApp | INFO] Destination: /tmp/exchange/example_course/inbound/jhamrick+ps1+2017-01-11 17:44:01 UTC\n",
"[SubmitApp | INFO] Submitted as: example_course ps1 2017-01-11 17:44:01 UTC\n"
"[SubmitApp | INFO] Destination: /tmp/exchange/example_course/inbound/jhamrick+ps1+2017-01-13 21:03:29 UTC\n",
"[SubmitApp | INFO] Submitted as: example_course ps1 2017-01-13 21:03:29 UTC\n"
]
}
],
Expand Down Expand Up @@ -527,9 +527,9 @@
"output_type": "stream",
"text": [
"total 8\n",
"drwxr-xr-x 3 jhamrick wheel 102 Jan 11 09:44 Library\n",
"-rw-r--r-- 1 jhamrick wheel 108 Jan 11 09:43 nbgrader_config.py\n",
"drwxr-xr-x 5 jhamrick wheel 170 Jan 11 09:43 ps1\n"
"drwxr-xr-x 3 jhamrick wheel 102 Jan 13 13:03 Library\n",
"-rw-r--r-- 1 jhamrick wheel 108 Jan 13 13:03 nbgrader_config.py\n",
"drwxr-xr-x 5 jhamrick wheel 170 Jan 13 13:03 ps1\n"
]
}
],
Expand Down Expand Up @@ -559,7 +559,7 @@
"output_type": "stream",
"text": [
"[ListApp | INFO] Submitted assignments:\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-01-11 17:44:01 UTC\n"
"[ListApp | INFO] example_course jhamrick ps1 2017-01-13 21:03:29 UTC\n"
]
}
],
Expand Down Expand Up @@ -589,8 +589,8 @@
"output_type": "stream",
"text": [
"[SubmitApp | INFO] Source: /private/tmp/student_home/ps1\n",
"[SubmitApp | INFO] Destination: /tmp/exchange/example_course/inbound/jhamrick+ps1+2017-01-11 17:44:04 UTC\n",
"[SubmitApp | INFO] Submitted as: example_course ps1 2017-01-11 17:44:04 UTC\n"
"[SubmitApp | INFO] Destination: /tmp/exchange/example_course/inbound/jhamrick+ps1+2017-01-13 21:03:32 UTC\n",
"[SubmitApp | INFO] Submitted as: example_course ps1 2017-01-13 21:03:32 UTC\n"
]
}
],
Expand Down Expand Up @@ -620,8 +620,8 @@
"output_type": "stream",
"text": [
"[ListApp | INFO] Submitted assignments:\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-01-11 17:44:01 UTC\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-01-11 17:44:04 UTC\n"
"[ListApp | INFO] example_course jhamrick ps1 2017-01-13 21:03:29 UTC\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-01-13 21:03:32 UTC\n"
]
}
],
Expand Down Expand Up @@ -774,8 +774,8 @@
"output_type": "stream",
"text": [
"[ListApp | INFO] Submitted assignments:\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-01-11 17:44:01 UTC\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-01-11 17:44:04 UTC\n"
"[ListApp | INFO] example_course jhamrick ps1 2017-01-13 21:03:29 UTC\n",
"[ListApp | INFO] example_course jhamrick ps1 2017-01-13 21:03:32 UTC\n"
]
}
],
Expand Down Expand Up @@ -834,7 +834,7 @@
"total 0\n",
"drwxr-xr-x 3 jhamrick staff 102 Sep 25 17:38 bitdiddle\n",
"drwxr-xr-x 3 jhamrick staff 102 Sep 25 17:38 hacker\n",
"drwxr-xr-x 3 jhamrick staff 102 Jan 11 09:44 jhamrick\n"
"drwxr-xr-x 3 jhamrick staff 102 Jan 13 13:03 jhamrick\n"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion nbgrader/nbextensions/assignment_list/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def list_assignments(self):

def fetch_assignment(self, course_id, assignment_id):
p = sp.Popen([
"nbgrader", "fetch",
sys.executable, "-m", "nbgrader", "fetch",
"--course", course_id,
assignment_id
], stdout=sp.PIPE, stderr=sp.STDOUT, cwd=self.assignment_dir)
Expand Down

0 comments on commit c161737

Please sign in to comment.