|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> --> |
4 | 4 |
|
| 5 | +## 4.0.4 |
| 6 | + |
| 7 | +([Full Changelog](https://github.com/jupyter/nbdime/compare/nbdime-jupyterlab@3.0.3...9939938c26e8bc7ab3d67c954c0e49c9299096e4)) |
| 8 | + |
| 9 | +### Bugs fixed |
| 10 | + |
| 11 | +- Debounce `isGit` queries [#806](https://github.com/jupyter/nbdime/pull/806) ([@Carreau](https://github.com/Carreau), [@krassowski](https://github.com/krassowski)) |
| 12 | + |
| 13 | +### Maintenance and upkeep improvements |
| 14 | + |
| 15 | +- Add binder config, drop pytest-tornado [#807](https://github.com/jupyter/nbdime/pull/807) ([@Carreau](https://github.com/Carreau), [@krassowski](https://github.com/krassowski)) |
| 16 | +- Bump min Python to reflect CI + clean install instructions + test up to 3.14 [#802](https://github.com/jupyter/nbdime/pull/802) ([@Carreau](https://github.com/Carreau), [@krassowski](https://github.com/krassowski)) |
| 17 | +- Support `next` as a version spec [#798](https://github.com/jupyter/nbdime/pull/798) ([@jtpio](https://github.com/jtpio), [@krassowski](https://github.com/krassowski)) |
| 18 | +- Cleanup unused mathjax components [#779](https://github.com/jupyter/nbdime/pull/779) ([@bluestealth](https://github.com/bluestealth), [@Carreau](https://github.com/Carreau), [@krassowski](https://github.com/krassowski)) |
| 19 | + |
| 20 | +### Contributors to this release |
| 21 | + |
| 22 | +The following people contributed discussions, new ideas, code and documentation contributions, and review. |
| 23 | +See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports). |
| 24 | + |
| 25 | +([GitHub contributors page for this release](https://github.com/jupyter/nbdime/graphs/contributors?from=2026-01-15&to=2026-02-10&type=c)) |
| 26 | + |
| 27 | +@bluestealth ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Abluestealth+updated%3A2026-01-15..2026-02-10&type=Issues)) | @Carreau ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3ACarreau+updated%3A2026-01-15..2026-02-10&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Ajtpio+updated%3A2026-01-15..2026-02-10&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Akrassowski+updated%3A2026-01-15..2026-02-10&type=Issues)) | @vidartf ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Avidartf+updated%3A2026-01-15..2026-02-10&type=Issues)) |
| 28 | + |
| 29 | +<!-- <END NEW CHANGELOG ENTRY> --> |
| 30 | + |
5 | 31 | ## 4.0.3 |
6 | 32 |
|
7 | 33 | ([Full Changelog](https://github.com/jupyter/nbdime/compare/nbdime-jupyterlab@3.0.2...33f8af222008a363aa5af52074d9d642909d8845)) |
@@ -29,8 +55,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l |
29 | 55 |
|
30 | 56 | @Carreau ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3ACarreau+updated%3A2024-09-05..2026-01-15&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Ajtpio+updated%3A2024-09-05..2026-01-15&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3Akrassowski+updated%3A2024-09-05..2026-01-15&type=Issues)) | @martinRenou ([activity](https://github.com/search?q=repo%3Ajupyter%2Fnbdime+involves%3AmartinRenou+updated%3A2024-09-05..2026-01-15&type=Issues)) |
31 | 57 |
|
32 | | -<!-- <END NEW CHANGELOG ENTRY> --> |
33 | | - |
34 | 58 | ## 4.0.2 |
35 | 59 |
|
36 | 60 | ([Full Changelog](https://github.com/jupyter/nbdime/compare/4.0.1...cafe00c44746cb9831ea2052a7666b898f36fae8)) |
|
0 commit comments