Skip to content

Commit e0b2e65

Browse files
committed
Publish 0.9.3
SHA256 hashes: jupyter-nbgrader-0.9.3.tgz: 5dd3ff760eea729caed0739a4094619eb1a9886ebb6a272b1ca906bec6d94b37 nbgrader-0.9.3-py3-none-any.whl: ad334205f4f6ae02f07281554f5397c2c6f8252b9f3fc56d595c3167c2791a6d nbgrader-0.9.3.tar.gz: 97eb3ced553af1cbb76d5d5015e971f473ea26c744883976b77bb4e066b27d41
1 parent f3878c7 commit e0b2e65

File tree

7 files changed

+40
-9
lines changed

7 files changed

+40
-9
lines changed

CHANGELOG.md

+33-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@ A summary of changes to nbgrader.
22

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

5+
## 0.9.3
6+
7+
([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.9.2...f3878c749fee3733f29f91fb5f6c1c81a51e2a4c))
8+
9+
### Enhancements made
10+
11+
- Open formgrader with a local configuration file [#1859](https://github.com/jupyter/nbgrader/pull/1859) ([@brichet](https://github.com/brichet))
12+
13+
### Bugs fixed
14+
15+
- Make hashing independent of notebook content [#1774](https://github.com/jupyter/nbgrader/pull/1774) ([@tuncbkose](https://github.com/tuncbkose))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- Install the labextension in the correct directory [#1893](https://github.com/jupyter/nbgrader/pull/1893) ([@brichet](https://github.com/brichet))
20+
- bump jupyterlab, notebook and ydoc dependencies [#1892](https://github.com/jupyter/nbgrader/pull/1892) ([@brichet](https://github.com/brichet))
21+
- Transfer the NPM package to @jupyter namespace [#1875](https://github.com/jupyter/nbgrader/pull/1875) ([@brichet](https://github.com/brichet))
22+
- Update Release Scripts [#1874](https://github.com/jupyter/nbgrader/pull/1874) ([@blink1073](https://github.com/blink1073))
23+
- Fix the confusing server errors during UI tests [#1871](https://github.com/jupyter/nbgrader/pull/1871) ([@brichet](https://github.com/brichet))
24+
- Remove use of deprecated typing.io [#1855](https://github.com/jupyter/nbgrader/pull/1855) ([@shreve](https://github.com/shreve))
25+
26+
### Documentation improvements
27+
28+
- Fixed LaTeX rendering in some demo notebooks [#1890](https://github.com/jupyter/nbgrader/pull/1890) ([@ZiadAmerr](https://github.com/ZiadAmerr))
29+
30+
### Contributors to this release
31+
32+
([GitHub contributors page for this release](https://github.com/jupyter/nbgrader/graphs/contributors?from=2024-03-26&to=2024-06-20&type=c))
33+
34+
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Ablink1073+updated%3A2024-03-26..2024-06-20&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2024-03-26..2024-06-20&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Agithub-actions+updated%3A2024-03-26..2024-06-20&type=Issues) | [@nthiery](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Anthiery+updated%3A2024-03-26..2024-06-20&type=Issues) | [@shreve](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Ashreve+updated%3A2024-03-26..2024-06-20&type=Issues) | [@trevorcampbell](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Atrevorcampbell+updated%3A2024-03-26..2024-06-20&type=Issues) | [@tuncbkose](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Atuncbkose+updated%3A2024-03-26..2024-06-20&type=Issues) | [@ZiadAmerr](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3AZiadAmerr+updated%3A2024-03-26..2024-06-20&type=Issues)
35+
36+
<!-- <END NEW CHANGELOG ENTRY> -->
37+
538
## 0.9.2
639

740
([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.9.1...9876829b6be4fccce621ffee907bd5f9ac400c44))
@@ -26,8 +59,6 @@ A summary of changes to nbgrader.
2659

2760
[@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2023-09-05..2024-03-26&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Adependabot+updated%3A2023-09-05..2024-03-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Agithub-actions+updated%3A2023-09-05..2024-03-26&type=Issues) | [@lahwaacz](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Alahwaacz+updated%3A2023-09-05..2024-03-26&type=Issues) | [@nthiery](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Anthiery+updated%3A2023-09-05..2024-03-26&type=Issues)
2861

29-
<!-- <END NEW CHANGELOG ENTRY> -->
30-
3162
## 0.9.1
3263

3364
([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.9.0...7922f769c4b30e9fb9260a7b8a39e7365373f980))

nbgrader/_version.py

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

package.json

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

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050
"sqlalchemy>=1.4,<3",
5151
"PyYAML>=6.0",
5252
]
53-
version = "0.9.2"
53+
version = "0.9.3"
5454

5555
[project.license]
5656
file = "LICENSE"
@@ -153,7 +153,7 @@ before-build-python = [
153153
]
154154

155155
[tool.tbump.version]
156-
current = "0.9.2"
156+
current = "0.9.3"
157157
regex = '''
158158
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
159159
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

src/assignment_list/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export class AssignmentListWidget extends Widget {
131131
checkNbGraderVersion() {
132132
var warning = this.node.getElementsByClassName('version_error')[0] as HTMLDivElement;
133133
warning.hidden=false;
134-
requestAPI<any>('nbgrader_version?version='+"0.9.2")
134+
requestAPI<any>('nbgrader_version?version='+"0.9.3")
135135
.then(response => {
136136
if (!response['success']) {
137137
warning.innerText = response['message'];

src/course_list/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class CourseListWidget extends Widget {
7070
}
7171

7272
checkNbGraderVersion() {
73-
let nbgrader_version = '0.9.2';
73+
let nbgrader_version = '0.9.3';
7474
requestAPI<any>('nbgrader_version?version='+nbgrader_version)
7575
.then(response => {
7676
if (!response['success']) {

src/validate_assignment/index.ts

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

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

13-
var nbgrader_version = "0.9.2"; // TODO: hardcoded value
13+
var nbgrader_version = "0.9.3"; // TODO: hardcoded value
1414

1515
class ValidateButton extends ToolbarButton {
1616
private _buttonCallback = this.newButtonCallback();

0 commit comments

Comments
 (0)