@@ -2,6 +2,39 @@ A summary of changes to nbgrader.
2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
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
+
5
38
## 0.9.2
6
39
7
40
([ Full Changelog] ( https://github.com/jupyter/nbgrader/compare/v0.9.1...9876829b6be4fccce621ffee907bd5f9ac400c44 ) )
@@ -26,8 +59,6 @@ A summary of changes to nbgrader.
26
59
27
60
[ @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 )
28
61
29
- <!-- <END NEW CHANGELOG ENTRY> -->
30
-
31
62
## 0.9.1
32
63
33
64
([ Full Changelog] ( https://github.com/jupyter/nbgrader/compare/v0.9.0...7922f769c4b30e9fb9260a7b8a39e7365373f980 ) )
0 commit comments