Releases: jupyter/nbgrader
Releases · jupyter/nbgrader
v0.9.4
0.9.4
Enhancements made
- New Autograde Preprocessor: IgnorePattern #1904 (@AlirezaT99)
Bugs fixed
- Set CSP frame-ancestors 'self' for nbgrader handlers #1915 (@jeflem)
- Backport PR 1902 - Eliminate compatibility issues in supporting notebook and jupyterlab #1912 (@brichet)
- groupshared feedback re-release fix #1667 (@franswel)
Maintenance and upkeep improvements
- Bump webpack from 5.92.0 to 5.96.1 #1939 (@dependabot)
- Prevent dependabot from using yarn 4 #1938 (@brichet)
- Upgrade upload-artifact action #1928 (@brichet)
- Bump micromatch from 4.0.7 to 4.0.8 #1920 (@dependabot)
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@AlirezaT99 | @brichet | @dependabot | @franswel | @github-actions | @jeflem | @lahwaacz
v0.9.3
0.9.3
Enhancements made
Bugs fixed
- Make hashing independent of notebook content #1774 (@tuncbkose)
Maintenance and upkeep improvements
- Install the labextension in the correct directory #1893 (@brichet)
- bump jupyterlab, notebook and ydoc dependencies #1892 (@brichet)
- Transfer the NPM package to @jupyter namespace #1875 (@brichet)
- Update Release Scripts #1874 (@blink1073)
- Fix the confusing server errors during UI tests #1871 (@brichet)
- Remove use of deprecated typing.io #1855 (@shreve)
Documentation improvements
- Fixed LaTeX rendering in some demo notebooks #1890 (@ZiadAmerr)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @brichet | @github-actions | @nthiery | @shreve | @trevorcampbell | @tuncbkose | @ZiadAmerr
v0.9.2
0.9.2
Bugs fixed
Maintenance and upkeep improvements
- Upgrade nbval to keep compatibillity with pytest #1867 (@brichet)
- Bump Jupyterlab to >=4.1.0 and Notebook to >=7.1.0 #1864 (@brichet)
- Bump ip from 2.0.0 to 2.0.1 #1863 (@dependabot)
- Bump postcss from 8.4.28 to 8.4.32 #1851 (@dependabot)
- Bump systeminformation from 5.18.15 to 5.21.18 #1850 (@dependabot)
- Add a dependency to setuptools #1849 (@brichet)
- Remove jupyter_notebook_config.json since notebook server is not supported anymore #1807 (@lahwaacz)
Contributors to this release
(GitHub contributors page for this release)
@brichet | @dependabot | @github-actions | @lahwaacz | @nthiery
v0.9.1
0.9.1
Maintenance and upkeep improvements
Contributors to this release
v0.9.0
0.9.0
Enhancements made
- New Feature: Auto-generation of test code #1817 (@trevorcampbell)
- Add missing grade_cells before autograding #1770 (@tuncbkose)
Bugs fixed
- Revert change breaking sqlalchemy 1.4.x #1823 (@brichet)
- Fix jquery in documentation, and update documentation #1819 (@brichet)
- Add unused arg for docs/cleandocs #1815 (@trevorcampbell)
- Add missing grade_cells before autograding #1770 (@tuncbkose)
Maintenance and upkeep improvements
- Clean remaining code relative to Notebook<7 #1824 (@brichet)
- Update lab and notebook dependencies #1812 (@brichet)
Documentation improvements
- Fix jquery in documentation, and update documentation #1819 (@brichet)
- Add unused arg for docs/cleandocs #1815 (@trevorcampbell)
- Fix labextension plugin IDs in the docs #1811 (@lahwaacz)
Contributors to this release
(GitHub contributors page for this release)
@brichet | @github-actions | @lahwaacz | @trevorcampbell | @tuncbkose
v0.8.5
0.8.5
Enhancements made
- Add missing grade_cells before autograding #1770 (@tuncbkose)
Bugs fixed
- Revert change breaking sqlalchemy 1.4.x #1823 (@brichet)
- Add missing grade_cells before autograding #1770 (@tuncbkose)
Contributors to this release
(GitHub contributors page for this release)
@brichet | @github-actions | @jtpio | @lahwaacz | @meeseeksmachine | @trevorcampbell
v0.9.0a1
0.9.0a1
Bugs fixed
Maintenance and upkeep improvements
Contributors to this release
v0.9.0a0
v0.8.4
0.8.4
Enhancements made
- Upgrade to sqlalchemy>=2 #1788 (@tuncbkose)
- Check marking schemes for attachments to prevent leakage #1783 (@tuncbkose)
Maintenance and upkeep improvements
- Pin sphinx<7 #1791 (@brichet)
- Upgrade to sqlalchemy>=2 #1788 (@tuncbkose)
Contributors to this release
v0.8.3
0.8.3
Enhancements made
- Add maximum size for entire directory as submission option #1666 (@franswel)
- Toggle visibility of all student names #1775 (@tuncbkose)
- Timeout configuration in validation and error message #1730 (@tuncbkose)
Bugs fixed
- Recreate nbgrader widgets after they are disposed. #1773 (@ykazakov)
- Fix blank tab names and labextension button label #1756 (@tuncbkose)
Maintenance and upkeep improvements
- Fix documentation links #1790 (@brichet)
- Fix selenium deprecation for nbextension tests #1789 (@tuncbkose)
- Upgrade to support jupyter_client 8 #1778 (@shreve)
Contributors to this release
(GitHub contributors page for this release)
@brichet | @franswel | @github-actions | @shreve | @tuncbkose | @ykazakov