Skip to content

Commit

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

nbgrader-0.9.0-py3-none-any.whl: 864cd2b4a4bbe1c22e369346be8a22afa4b393aca75010185df505a9367a0d44

nbgrader-0.9.0.tar.gz: 33c0a5ed9df788f6795e5650fe925d11d6263d03521789a189777040479fa0e4

nbgrader-0.9.0.tgz: 4b1b61b3a4c1b0ce5cec05ce956193c2a5889fa7ff6f71fcdf92109737de1a2a
  • Loading branch information
brichet committed Sep 4, 2023
1 parent 6db3800 commit ee56010
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 9 deletions.
37 changes: 35 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@ A summary of changes to nbgrader.

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

## 0.9.0

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.9.0a1...6db380039dab377157620516ae49eafcf7537fc8))

### Enhancements made

- New Feature: Auto-generation of test code [#1817](https://github.com/jupyter/nbgrader/pull/1817) ([@trevorcampbell](https://github.com/trevorcampbell))
- Add missing grade_cells before autograding [#1770](https://github.com/jupyter/nbgrader/pull/1770) ([@tuncbkose](https://github.com/tuncbkose))

### Bugs fixed

- Revert change breaking sqlalchemy 1.4.x [#1823](https://github.com/jupyter/nbgrader/pull/1823) ([@brichet](https://github.com/brichet))
- Fix jquery in documentation, and update documentation [#1819](https://github.com/jupyter/nbgrader/pull/1819) ([@brichet](https://github.com/brichet))
- Add unused arg for docs/cleandocs [#1815](https://github.com/jupyter/nbgrader/pull/1815) ([@trevorcampbell](https://github.com/trevorcampbell))
- Add missing grade_cells before autograding [#1770](https://github.com/jupyter/nbgrader/pull/1770) ([@tuncbkose](https://github.com/tuncbkose))

### Maintenance and upkeep improvements

- Clean remaining code relative to Notebook\<7 [#1824](https://github.com/jupyter/nbgrader/pull/1824) ([@brichet](https://github.com/brichet))
- Update lab and notebook dependencies [#1812](https://github.com/jupyter/nbgrader/pull/1812) ([@brichet](https://github.com/brichet))

### Documentation improvements

- Fix jquery in documentation, and update documentation [#1819](https://github.com/jupyter/nbgrader/pull/1819) ([@brichet](https://github.com/brichet))
- Add unused arg for docs/cleandocs [#1815](https://github.com/jupyter/nbgrader/pull/1815) ([@trevorcampbell](https://github.com/trevorcampbell))
- Fix labextension plugin IDs in the docs [#1811](https://github.com/jupyter/nbgrader/pull/1811) ([@lahwaacz](https://github.com/lahwaacz))

### Contributors to this release

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

[@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2023-07-21..2023-09-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Agithub-actions+updated%3A2023-07-21..2023-09-04&type=Issues) | [@lahwaacz](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Alahwaacz+updated%3A2023-07-21..2023-09-04&type=Issues) | [@trevorcampbell](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Atrevorcampbell+updated%3A2023-07-21..2023-09-04&type=Issues) | [@tuncbkose](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Atuncbkose+updated%3A2023-07-21..2023-09-04&type=Issues)

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

## 0.9.0a1

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.9.0a0...2d7dc7c0b758c5f61a34b7cc4a0fd2f04d748bb4))
Expand All @@ -20,8 +55,6 @@ A summary of changes to nbgrader.

[@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2023-07-18..2023-07-21&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Agithub-actions+updated%3A2023-07-18..2023-07-21&type=Issues)

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

## 0.9.0a0

([Full Changelog](https://github.com/jupyter/nbgrader/compare/v0.8.4...1b5ffa93db15012f15ac17bf475eab2420fe73bf))
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, 0, "a", "1")
version_info = (0, 9, 0, "", "")
__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": "nbgrader",
"version": "0.9.0-alpha.1",
"version": "0.9.0",
"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,<3",
"PyYAML>=6.0",
]
version = "0.9.0a1"
version = "0.9.0"

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

[tool.tbump.version]
current = "0.9.0a1"
current = "0.9.0"
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.0a1")
requestAPI<any>('nbgrader_version?version='+"0.9.0")
.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.0a1';
let nbgrader_version = '0.9.0';
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.0a1"; // TODO: hardcoded value
var nbgrader_version = "0.9.0"; // TODO: hardcoded value

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

0 comments on commit ee56010

Please sign in to comment.