Skip to content

Commit

Permalink
Publish 0.8.2
Browse files Browse the repository at this point in the history
SHA256 hashes:

nbgrader-0.8.2-py3-none-any.whl: 7409d2aea8149a4dc1cd306b711da7919b946d306807b52bfc447ef91bbc1235

nbgrader-0.8.2.tar.gz: d1a375ccdce31b3bd45a1110b525e4fc3b9e21ad916a22a1e682b147311ed425

nbgrader-0.8.2.tgz: e3429095f3b52c787491752c6e55f1b13d3d9bb7a302eebbcd416a0dc33b27b0
  • Loading branch information
brichet committed Mar 28, 2023
1 parent f262e3b commit 05bb458
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 12 deletions.
52 changes: 50 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,56 @@ A summary of changes to nbgrader.

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

## 0.8.2

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.8.1...f262e3b37b30af59ab2fcc31a245cec6360c2271))

### Enhancements made

- Make execute preprocessor traits configurable [#1690](https://github.com/jupyter/nbgrader/pull/1690) ([@tmetzl](https://github.com/tmetzl))

### Bugs fixed

- Fix validation for failed cells with zero points [#1731](https://github.com/jupyter/nbgrader/pull/1731) ([@tuncbkose](https://github.com/tuncbkose))
- Changed quickstart example [#1725](https://github.com/jupyter/nbgrader/pull/1725) ([@tuncbkose](https://github.com/tuncbkose))
- Fix view feedback link when root_dir is set [#1675](https://github.com/jupyter/nbgrader/pull/1675) ([@brichet](https://github.com/brichet))
- Fix Docker image for demo [#1674](https://github.com/jupyter/nbgrader/pull/1674) ([@brichet](https://github.com/brichet))
- Debug installation methods [#1671](https://github.com/jupyter/nbgrader/pull/1671) ([@blink1073](https://github.com/blink1073))

### Maintenance and upkeep improvements

- Update to Jupyter Releaser v2 [#1766](https://github.com/jupyter/nbgrader/pull/1766) ([@jtpio](https://github.com/jtpio))
- Updates yarn network timeout [#1765](https://github.com/jupyter/nbgrader/pull/1765) ([@brichet](https://github.com/brichet))
- Removes dependency to MarkupSafe\<2.2.0 [#1764](https://github.com/jupyter/nbgrader/pull/1764) ([@brichet](https://github.com/brichet))
- Unpin nbclassic [#1763](https://github.com/jupyter/nbgrader/pull/1763) ([@brichet](https://github.com/brichet))
- Loosen the traitlets version requirement [#1760](https://github.com/jupyter/nbgrader/pull/1760) ([@shreve](https://github.com/shreve))
- Bump webpack from 5.73.0 to 5.76.1 [#1754](https://github.com/jupyter/nbgrader/pull/1754) ([@dependabot](https://github.com/dependabot))
- Bump vega from 5.22.1 to 5.24.0 [#1752](https://github.com/jupyter/nbgrader/pull/1752) ([@dependabot](https://github.com/dependabot))
- Upgrade python requirement [#1750](https://github.com/jupyter/nbgrader/pull/1750) ([@brichet](https://github.com/brichet))
- Unpin dependency on pytest and pytest-xdist [#1748](https://github.com/jupyter/nbgrader/pull/1748) ([@brichet](https://github.com/brichet))
- Adapts timeout in tests to avoid cancelled nbextension tests [#1745](https://github.com/jupyter/nbgrader/pull/1745) ([@brichet](https://github.com/brichet))
- Remove the notification during UI tests, to fix a failing test [#1743](https://github.com/jupyter/nbgrader/pull/1743) ([@brichet](https://github.com/brichet))
- Remove codecov badge [#1741](https://github.com/jupyter/nbgrader/pull/1741) ([@brichet](https://github.com/brichet))
- Fixes for testing CI [#1737](https://github.com/jupyter/nbgrader/pull/1737) ([@tuncbkose](https://github.com/tuncbkose))
- 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))
- Bump json5 from 1.0.1 to 1.0.2 [#1720](https://github.com/jupyter/nbgrader/pull/1720) ([@dependabot](https://github.com/dependabot))
- Pin jupyter_server\<2 [#1719](https://github.com/jupyter/nbgrader/pull/1719) ([@brichet](https://github.com/brichet))
- Update traitlets requirement from \<5.2.0 to \<5.7.0 [#1704](https://github.com/jupyter/nbgrader/pull/1704) ([@dependabot](https://github.com/dependabot))
- Bump loader-utils from 1.4.0 to 1.4.2 [#1702](https://github.com/jupyter/nbgrader/pull/1702) ([@dependabot](https://github.com/dependabot))
- Allow current working directory for nbgrader config file only [#1698](https://github.com/jupyter/nbgrader/pull/1698) ([@brichet](https://github.com/brichet))
- Bump pytest-xdist from 2.5.0 to 3.0.2 [#1695](https://github.com/jupyter/nbgrader/pull/1695) ([@dependabot](https://github.com/dependabot))
- Bump pytest from 7.1.2 to 7.2.0 [#1694](https://github.com/jupyter/nbgrader/pull/1694) ([@dependabot](https://github.com/dependabot))
- Update nbclassic requirement from \<0.4.0 to \<0.5.0 [#1693](https://github.com/jupyter/nbgrader/pull/1693) ([@dependabot](https://github.com/dependabot))
- Fixes selenium tests [#1677](https://github.com/jupyter/nbgrader/pull/1677) ([@brichet](https://github.com/brichet))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/nbgrader/graphs/contributors?from=2022-09-27&to=2023-03-28&type=c))

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.8.1

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

[@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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.8.0

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.7.0...16d53c511b10ea2fa7802bd74c4c0ca79c3e68c4))
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, 8, 1, "", "")
version_info = (0, 8, 2, "", "")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
2 changes: 1 addition & 1 deletion nbgrader/nbextensions/assignment_list/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ define([
], function(Jupyter, $, utils, AssignmentList) {
"use strict";

var nbgrader_version = "0.8.1";
var nbgrader_version = "0.8.2";

var ajax = utils.ajax || $.ajax;
// Notebook v4.3.1 enabled xsrf so use notebooks ajax that includes the
Expand Down
2 changes: 1 addition & 1 deletion nbgrader/nbextensions/course_list/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ define([
], function(Jupyter, $, utils, CourseList) {
"use strict";

var nbgrader_version = "0.8.1";
var nbgrader_version = "0.8.2";

var ajax = utils.ajax || $.ajax;
// Notebook v4.3.1 enabled xsrf so use notebooks ajax that includes the
Expand Down
2 changes: 1 addition & 1 deletion nbgrader/nbextensions/validate_assignment/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ define([
], function ($, Jupyter, dialog, utils) {
"use strict";

var nbgrader_version = "0.8.1";
var nbgrader_version = "0.8.2";

var ajax = utils.ajax || $.ajax;
// Notebook v4.3.1 enabled xsrf so use notebooks ajax that includes the
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbgrader",
"version": "0.8.1",
"version": "0.8.2",
"description": "nbgrader nodejs dependencies",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies = [
"sqlalchemy>=1.4,<2",
"traitlets>5.0,<6",
]
version = "0.8.1"
version = "0.8.2"

[project.license]
file = "LICENSE"
Expand Down Expand Up @@ -156,7 +156,7 @@ before-build-python = [
]

[tool.tbump.version]
current = "0.8.1"
current = "0.8.2"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion src/assignment_list/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class AssignmentListWidget extends Widget {
checkNbGraderVersion() {
var warning = this.node.getElementsByClassName('version_error')[0] as HTMLDivElement;
warning.hidden=false;
requestAPI<any>('nbgrader_version?version='+"0.8.1")
requestAPI<any>('nbgrader_version?version='+"0.8.2")
.then(response => {
if (!response['success']) {
warning.innerText = response['message'];
Expand Down
2 changes: 1 addition & 1 deletion src/course_list/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class CourseListWidget extends Widget {
}

checkNbGraderVersion() {
let nbgrader_version = '0.8.1';
let nbgrader_version = '0.8.2';
requestAPI<any>('nbgrader_version?version='+nbgrader_version)
.then(response => {
if (!response['success']) {
Expand Down
2 changes: 1 addition & 1 deletion src/validate_assignment/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { requestAPI } from './validateassignment';

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

var nbgrader_version = "0.8.1"; // TODO: hardcoded value
var nbgrader_version = "0.8.2"; // TODO: hardcoded value

const PLUGIN_ID = "nbgrader/validate-assignment"

Expand Down

0 comments on commit 05bb458

Please sign in to comment.