@@ -2,6 +2,39 @@ A summary of changes to nbgrader.
2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 0.9.4
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/nbgrader/compare/v0.9.3...ba2a40491ff0f9ae0a08baeb9cf0c92ab670a05c ) )
8
+
9
+ ### Enhancements made
10
+
11
+ - New Autograde Preprocessor: IgnorePattern [ #1904 ] ( https://github.com/jupyter/nbgrader/pull/1904 ) ([ @AlirezaT99 ] ( https://github.com/AlirezaT99 ) )
12
+
13
+ ### Bugs fixed
14
+
15
+ - Set CSP frame-ancestors 'self' for nbgrader handlers [ #1915 ] ( https://github.com/jupyter/nbgrader/pull/1915 ) ([ @jeflem ] ( https://github.com/jeflem ) )
16
+ - Backport PR 1902 - Eliminate compatibility issues in supporting notebook and jupyterlab [ #1912 ] ( https://github.com/jupyter/nbgrader/pull/1912 ) ([ @brichet ] ( https://github.com/brichet ) )
17
+ - groupshared feedback re-release fix [ #1667 ] ( https://github.com/jupyter/nbgrader/pull/1667 ) ([ @franswel ] ( https://github.com/franswel ) )
18
+
19
+ ### Maintenance and upkeep improvements
20
+
21
+ - Bump webpack from 5.92.0 to 5.96.1 [ #1939 ] ( https://github.com/jupyter/nbgrader/pull/1939 ) ([ @dependabot ] ( https://github.com/dependabot ) )
22
+ - Prevent dependabot from using yarn 4 [ #1938 ] ( https://github.com/jupyter/nbgrader/pull/1938 ) ([ @brichet ] ( https://github.com/brichet ) )
23
+ - Upgrade upload-artifact action [ #1928 ] ( https://github.com/jupyter/nbgrader/pull/1928 ) ([ @brichet ] ( https://github.com/brichet ) )
24
+ - Bump micromatch from 4.0.7 to 4.0.8 [ #1920 ] ( https://github.com/jupyter/nbgrader/pull/1920 ) ([ @dependabot ] ( https://github.com/dependabot ) )
25
+
26
+ ### Documentation improvements
27
+
28
+ - Fix labextension plugin IDs in the docs and demos [ #1927 ] ( https://github.com/jupyter/nbgrader/pull/1927 ) ([ @lahwaacz ] ( https://github.com/lahwaacz ) )
29
+
30
+ ### Contributors to this release
31
+
32
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbgrader/graphs/contributors?from=2024-06-20&to=2024-11-18&type=c ) )
33
+
34
+ [ @AlirezaT99 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3AAlirezaT99+updated%3A2024-06-20..2024-11-18&type=Issues ) | [ @brichet ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Abrichet+updated%3A2024-06-20..2024-11-18&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Adependabot+updated%3A2024-06-20..2024-11-18&type=Issues ) | [ @franswel ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Afranswel+updated%3A2024-06-20..2024-11-18&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Agithub-actions+updated%3A2024-06-20..2024-11-18&type=Issues ) | [ @jeflem ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Ajeflem+updated%3A2024-06-20..2024-11-18&type=Issues ) | [ @lahwaacz ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbgrader+involves%3Alahwaacz+updated%3A2024-06-20..2024-11-18&type=Issues )
35
+
36
+ <!-- <END NEW CHANGELOG ENTRY> -->
37
+
5
38
## 0.9.3
6
39
7
40
([ Full Changelog] ( https://github.com/jupyter/nbgrader/compare/v0.9.2...f3878c749fee3733f29f91fb5f6c1c81a51e2a4c ) )
@@ -33,8 +66,6 @@ A summary of changes to nbgrader.
33
66
34
67
[@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
68
36
- <!-- <END NEW CHANGELOG ENTRY> -->
37
-
38
69
## 0.9.2
39
70
40
71
([ Full Changelog] ( https://github.com/jupyter/nbgrader/compare/v0.9.1...9876829b6be4fccce621ffee907bd5f9ac400c44 ) )
0 commit comments