Skip to content

Commit 925a31e

Browse files
committed
Publish 4.0.4
SHA256 hashes: nbdime-4.0.4-py3-none-any.whl: 4cdfb628c6625fe2c6cada2fe24917fa461e542cfe66a54096081af3fb1eeec4 nbdime-4.0.4.tar.gz: 8cd25ecfeeb5105d563237d7f64eb4748058fba9bba9ab3892a1ff61e177ce16 nbdime-7.0.4.tgz: d83f2c0ac5db5850e7c7fc2c41a3ad6cb84b52135cb486a464f2296d60809a1c nbdime-jupyterlab-3.0.4.tgz: b8d071b80ab0678e93ad16fc6fa0093ebcdde7d4e7ad82cd8e101657d955b2ce
1 parent 9939938 commit 925a31e

6 files changed

Lines changed: 37 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

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

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+
531
## 4.0.3
632

733
([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
2955

3056
@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))
3157

32-
<!-- <END NEW CHANGELOG ENTRY> -->
33-
3458
## 4.0.2
3559

3660
([Full Changelog](https://github.com/jupyter/nbdime/compare/4.0.1...cafe00c44746cb9831ea2052a7666b898f36fae8))

nbdime/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
_specifier_ = {"a": "alpha", "b": "beta", "rc": "candidate", "": "final"}
1010

11-
__version__ = "4.0.3"
11+
__version__ = "4.0.4"
1212

1313
parser = re.compile(
1414
r"^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<micro>\d+)((?P<releaselevel>[A-z]+)(?P<serial>\d+))?$"

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/labextension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbdime-jupyterlab",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A JupyterLab extension for showing Notebook diffs.",
55
"keywords": [
66
"jupyter",
@@ -58,7 +58,7 @@
5858
"@lumino/coreutils": "^2.1.2",
5959
"@lumino/disposable": "^2.1.2",
6060
"@lumino/widgets": "^2.3.0",
61-
"nbdime": "^7.0.3"
61+
"nbdime": "^7.0.4"
6262
},
6363
"devDependencies": {
6464
"@jupyterlab/application": "^4.0.0",

packages/nbdime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbdime",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"description": "Diff and merge of Jupyter Notebooks",
55
"repository": {
66
"type": "git",

packages/webapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbdime-webapp",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"private": true,
55
"license": "BSD-3-Clause",
66
"main": "static/nbdime.js",
@@ -27,7 +27,7 @@
2727
"@lumino/widgets": "^2.0.0",
2828
"alertify.js": "^1.0.12",
2929
"file-saver": "^2.0.1",
30-
"nbdime": "^7.0.3"
30+
"nbdime": "^7.0.4"
3131
},
3232
"devDependencies": {
3333
"@types/file-saver": "^2.0.0",

0 commit comments

Comments
 (0)