Skip to content

Commit 05bb458

Browse files
committed
Publish 0.8.2
SHA256 hashes: nbgrader-0.8.2-py3-none-any.whl: 7409d2aea8149a4dc1cd306b711da7919b946d306807b52bfc447ef91bbc1235 nbgrader-0.8.2.tar.gz: d1a375ccdce31b3bd45a1110b525e4fc3b9e21ad916a22a1e682b147311ed425 nbgrader-0.8.2.tgz: e3429095f3b52c787491752c6e55f1b13d3d9bb7a302eebbcd416a0dc33b27b0
1 parent f262e3b commit 05bb458

File tree

10 files changed

+60
-12
lines changed

10 files changed

+60
-12
lines changed

CHANGELOG.md

+50-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,56 @@ A summary of changes to nbgrader.
44

55
<!-- <START NEW CHANGELOG ENTRY> -->
66

7+
## 0.8.2
8+
9+
([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.8.1...f262e3b37b30af59ab2fcc31a245cec6360c2271))
10+
11+
### Enhancements made
12+
13+
- Make execute preprocessor traits configurable [#1690](https://github.com/jupyter/nbgrader/pull/1690) ([@tmetzl](https://github.com/tmetzl))
14+
15+
### Bugs fixed
16+
17+
- Fix validation for failed cells with zero points [#1731](https://github.com/jupyter/nbgrader/pull/1731) ([@tuncbkose](https://github.com/tuncbkose))
18+
- Changed quickstart example [#1725](https://github.com/jupyter/nbgrader/pull/1725) ([@tuncbkose](https://github.com/tuncbkose))
19+
- Fix view feedback link when root_dir is set [#1675](https://github.com/jupyter/nbgrader/pull/1675) ([@brichet](https://github.com/brichet))
20+
- Fix Docker image for demo [#1674](https://github.com/jupyter/nbgrader/pull/1674) ([@brichet](https://github.com/brichet))
21+
- Debug installation methods [#1671](https://github.com/jupyter/nbgrader/pull/1671) ([@blink1073](https://github.com/blink1073))
22+
23+
### Maintenance and upkeep improvements
24+
25+
- Update to Jupyter Releaser v2 [#1766](https://github.com/jupyter/nbgrader/pull/1766) ([@jtpio](https://github.com/jtpio))
26+
- Updates yarn network timeout [#1765](https://github.com/jupyter/nbgrader/pull/1765) ([@brichet](https://github.com/brichet))
27+
- Removes dependency to MarkupSafe\<2.2.0 [#1764](https://github.com/jupyter/nbgrader/pull/1764) ([@brichet](https://github.com/brichet))
28+
- Unpin nbclassic [#1763](https://github.com/jupyter/nbgrader/pull/1763) ([@brichet](https://github.com/brichet))
29+
- Loosen the traitlets version requirement [#1760](https://github.com/jupyter/nbgrader/pull/1760) ([@shreve](https://github.com/shreve))
30+
- Bump webpack from 5.73.0 to 5.76.1 [#1754](https://github.com/jupyter/nbgrader/pull/1754) ([@dependabot](https://github.com/dependabot))
31+
- Bump vega from 5.22.1 to 5.24.0 [#1752](https://github.com/jupyter/nbgrader/pull/1752) ([@dependabot](https://github.com/dependabot))
32+
- Upgrade python requirement [#1750](https://github.com/jupyter/nbgrader/pull/1750) ([@brichet](https://github.com/brichet))
33+
- Unpin dependency on pytest and pytest-xdist [#1748](https://github.com/jupyter/nbgrader/pull/1748) ([@brichet](https://github.com/brichet))
34+
- Adapts timeout in tests to avoid cancelled nbextension tests [#1745](https://github.com/jupyter/nbgrader/pull/1745) ([@brichet](https://github.com/brichet))
35+
- Remove the notification during UI tests, to fix a failing test [#1743](https://github.com/jupyter/nbgrader/pull/1743) ([@brichet](https://github.com/brichet))
36+
- Remove codecov badge [#1741](https://github.com/jupyter/nbgrader/pull/1741) ([@brichet](https://github.com/brichet))
37+
- Fixes for testing CI [#1737](https://github.com/jupyter/nbgrader/pull/1737) ([@tuncbkose](https://github.com/tuncbkose))
38+
- Bump http-cache-semantics from 4.1.0 to 4.1.1 [#1732](https://github.com/jupyter/nbgrader/pull/1732) ([@dependabot](https://github.com/dependabot))
39+
- Bump json5 from 1.0.1 to 1.0.2 [#1720](https://github.com/jupyter/nbgrader/pull/1720) ([@dependabot](https://github.com/dependabot))
40+
- Pin jupyter_server\<2 [#1719](https://github.com/jupyter/nbgrader/pull/1719) ([@brichet](https://github.com/brichet))
41+
- Update traitlets requirement from \<5.2.0 to \<5.7.0 [#1704](https://github.com/jupyter/nbgrader/pull/1704) ([@dependabot](https://github.com/dependabot))
42+
- Bump loader-utils from 1.4.0 to 1.4.2 [#1702](https://github.com/jupyter/nbgrader/pull/1702) ([@dependabot](https://github.com/dependabot))
43+
- Allow current working directory for nbgrader config file only [#1698](https://github.com/jupyter/nbgrader/pull/1698) ([@brichet](https://github.com/brichet))
44+
- Bump pytest-xdist from 2.5.0 to 3.0.2 [#1695](https://github.com/jupyter/nbgrader/pull/1695) ([@dependabot](https://github.com/dependabot))
45+
- Bump pytest from 7.1.2 to 7.2.0 [#1694](https://github.com/jupyter/nbgrader/pull/1694) ([@dependabot](https://github.com/dependabot))
46+
- Update nbclassic requirement from \<0.4.0 to \<0.5.0 [#1693](https://github.com/jupyter/nbgrader/pull/1693) ([@dependabot](https://github.com/dependabot))
47+
- Fixes selenium tests [#1677](https://github.com/jupyter/nbgrader/pull/1677) ([@brichet](https://github.com/brichet))
48+
49+
### Contributors to this release
50+
51+
([GitHub contributors page for this release](https://github.com/jupyter/nbgrader/graphs/contributors?from=2022-09-27&to=2023-03-28&type=c))
52+
53+
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Ablink1073+updated%3A2022-09-27..2023-03-28&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2022-09-27..2023-03-28&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Adependabot+updated%3A2022-09-27..2023-03-28&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Agithub-actions+updated%3A2022-09-27..2023-03-28&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Ajtpio+updated%3A2022-09-27..2023-03-28&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Ameeseeksmachine+updated%3A2022-09-27..2023-03-28&type=Issues) | [@perllaghu](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Aperllaghu+updated%3A2022-09-27..2023-03-28&type=Issues) | [@shreve](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Ashreve+updated%3A2022-09-27..2023-03-28&type=Issues) | [@tmetzl](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Atmetzl+updated%3A2022-09-27..2023-03-28&type=Issues) | [@tuncbkose](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Atuncbkose+updated%3A2022-09-27..2023-03-28&type=Issues)
54+
55+
<!-- <END NEW CHANGELOG ENTRY> -->
56+
757
## 0.8.1
858

959
([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.8.0...9a85dc1fb76c2f39cd50ea1a3c2619c660905300))
@@ -18,8 +68,6 @@ A summary of changes to nbgrader.
1868

1969
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Ablink1073+updated%3A2022-08-22..2022-09-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Agithub-actions+updated%3A2022-08-22..2022-09-26&type=Issues)
2070

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2371
## 0.8.0
2472

2573
([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.7.0...16d53c511b10ea2fa7802bd74c4c0ca79c3e68c4))

nbgrader/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 8, 1, "", "")
1+
version_info = (0, 8, 2, "", "")
22
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])

nbgrader/nbextensions/assignment_list/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ define([
66
], function(Jupyter, $, utils, AssignmentList) {
77
"use strict";
88

9-
var nbgrader_version = "0.8.1";
9+
var nbgrader_version = "0.8.2";
1010

1111
var ajax = utils.ajax || $.ajax;
1212
// Notebook v4.3.1 enabled xsrf so use notebooks ajax that includes the

nbgrader/nbextensions/course_list/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ define([
66
], function(Jupyter, $, utils, CourseList) {
77
"use strict";
88

9-
var nbgrader_version = "0.8.1";
9+
var nbgrader_version = "0.8.2";
1010

1111
var ajax = utils.ajax || $.ajax;
1212
// Notebook v4.3.1 enabled xsrf so use notebooks ajax that includes the

nbgrader/nbextensions/validate_assignment/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ define([
77
], function ($, Jupyter, dialog, utils) {
88
"use strict";
99

10-
var nbgrader_version = "0.8.1";
10+
var nbgrader_version = "0.8.2";
1111

1212
var ajax = utils.ajax || $.ajax;
1313
// Notebook v4.3.1 enabled xsrf so use notebooks ajax that includes the

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbgrader",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "nbgrader nodejs dependencies",
55
"keywords": [
66
"jupyter",

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies = [
4949
"sqlalchemy>=1.4,<2",
5050
"traitlets>5.0,<6",
5151
]
52-
version = "0.8.1"
52+
version = "0.8.2"
5353

5454
[project.license]
5555
file = "LICENSE"
@@ -156,7 +156,7 @@ before-build-python = [
156156
]
157157

158158
[tool.tbump.version]
159-
current = "0.8.1"
159+
current = "0.8.2"
160160
regex = '''
161161
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
162162
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

src/assignment_list/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class AssignmentListWidget extends Widget {
150150
checkNbGraderVersion() {
151151
var warning = this.node.getElementsByClassName('version_error')[0] as HTMLDivElement;
152152
warning.hidden=false;
153-
requestAPI<any>('nbgrader_version?version='+"0.8.1")
153+
requestAPI<any>('nbgrader_version?version='+"0.8.2")
154154
.then(response => {
155155
if (!response['success']) {
156156
warning.innerText = response['message'];

src/course_list/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class CourseListWidget extends Widget {
8080
}
8181

8282
checkNbGraderVersion() {
83-
let nbgrader_version = '0.8.1';
83+
let nbgrader_version = '0.8.2';
8484
requestAPI<any>('nbgrader_version?version='+nbgrader_version)
8585
.then(response => {
8686
if (!response['success']) {

src/validate_assignment/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { requestAPI } from './validateassignment';
2323

2424
import { showNbGraderDialog, validate } from '../common/validate';
2525

26-
var nbgrader_version = "0.8.1"; // TODO: hardcoded value
26+
var nbgrader_version = "0.8.2"; // TODO: hardcoded value
2727

2828
const PLUGIN_ID = "nbgrader/validate-assignment"
2929

0 commit comments

Comments
 (0)