Skip to content

Commit

Permalink
Publish 0.9.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
brichet committed Jun 20, 2024
1 parent f3878c7 commit e0b2e65
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 9 deletions.
35 changes: 33 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@ A summary of changes to nbgrader.

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

## 0.9.3

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

### Enhancements made

- Open formgrader with a local configuration file [#1859](https://github.com/jupyter/nbgrader/pull/1859) ([@brichet](https://github.com/brichet))

### Bugs fixed

- Make hashing independent of notebook content [#1774](https://github.com/jupyter/nbgrader/pull/1774) ([@tuncbkose](https://github.com/tuncbkose))

### Maintenance and upkeep improvements

- Install the labextension in the correct directory [#1893](https://github.com/jupyter/nbgrader/pull/1893) ([@brichet](https://github.com/brichet))
- bump jupyterlab, notebook and ydoc dependencies [#1892](https://github.com/jupyter/nbgrader/pull/1892) ([@brichet](https://github.com/brichet))
- Transfer the NPM package to @jupyter namespace [#1875](https://github.com/jupyter/nbgrader/pull/1875) ([@brichet](https://github.com/brichet))
- Update Release Scripts [#1874](https://github.com/jupyter/nbgrader/pull/1874) ([@blink1073](https://github.com/blink1073))
- Fix the confusing server errors during UI tests [#1871](https://github.com/jupyter/nbgrader/pull/1871) ([@brichet](https://github.com/brichet))
- Remove use of deprecated typing.io [#1855](https://github.com/jupyter/nbgrader/pull/1855) ([@shreve](https://github.com/shreve))

### Documentation improvements

- Fixed LaTeX rendering in some demo notebooks [#1890](https://github.com/jupyter/nbgrader/pull/1890) ([@ZiadAmerr](https://github.com/ZiadAmerr))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/nbgrader/graphs/contributors?from=2024-03-26&to=2024-06-20&type=c))

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

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

## 0.9.2

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

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

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

## 0.9.1

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.9.0...7922f769c4b30e9fb9260a7b8a39e7365373f980))
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, 9, 2, "", "")
version_info = (0, 9, 3, "", "")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/nbgrader",
"version": "0.9.2",
"version": "0.9.3",
"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 @@ -50,7 +50,7 @@ dependencies = [
"sqlalchemy>=1.4,<3",
"PyYAML>=6.0",
]
version = "0.9.2"
version = "0.9.3"

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

[tool.tbump.version]
current = "0.9.2"
current = "0.9.3"
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 @@ -131,7 +131,7 @@ export class AssignmentListWidget extends Widget {
checkNbGraderVersion() {
var warning = this.node.getElementsByClassName('version_error')[0] as HTMLDivElement;
warning.hidden=false;
requestAPI<any>('nbgrader_version?version='+"0.9.2")
requestAPI<any>('nbgrader_version?version='+"0.9.3")
.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 @@ -70,7 +70,7 @@ export class CourseListWidget extends Widget {
}

checkNbGraderVersion() {
let nbgrader_version = '0.9.2';
let nbgrader_version = '0.9.3';
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 @@ -10,7 +10,7 @@ import { requestAPI } from './validateassignment';

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

var nbgrader_version = "0.9.2"; // TODO: hardcoded value
var nbgrader_version = "0.9.3"; // TODO: hardcoded value

class ValidateButton extends ToolbarButton {
private _buttonCallback = this.newButtonCallback();
Expand Down

0 comments on commit e0b2e65

Please sign in to comment.