File tree 2 files changed +17
-4
lines changed
2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 7.16.0
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/nbconvert/compare/v7.15.0...87db94d2d31d77ad16eef2285bb764e97a6f3c11 ) )
8
+
9
+ ### Enhancements made
10
+
11
+ - Add a toggle to skip the svg encoding of images [ #2106 ] ( https://github.com/jupyter/nbconvert/pull/2106 ) ([ @gwincr11 ] ( https://github.com/gwincr11 ) )
12
+
13
+ ### Contributors to this release
14
+
15
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/nbconvert/graphs/contributors?from=2024-02-06&to=2024-02-07&type=c ) )
16
+
17
+ [ @gwincr11 ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Agwincr11+updated%3A2024-02-06..2024-02-07&type=Issues )
18
+
19
+ <!-- <END NEW CHANGELOG ENTRY> -->
20
+
5
21
## 7.15.0
6
22
7
23
([ Full Changelog] ( https://github.com/jupyter/nbconvert/compare/v7.14.2...dff141e8c8b392b89eed0adbf035f33810706750 ) )
21
37
22
38
[ @bollwyvl ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Abollwyvl+updated%3A2024-01-16..2024-02-06&type=Issues ) | [ @franzhaas ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Afranzhaas+updated%3A2024-01-16..2024-02-06&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2024-01-16..2024-02-06&type=Issues )
23
39
24
- <!-- <END NEW CHANGELOG ENTRY> -->
25
-
26
40
## 7.14.2
27
41
28
42
([ Full Changelog] ( https://github.com/jupyter/nbconvert/compare/v7.14.1...9d8a7a8771d0349e49328efb7fc2b8fb99c7cc1f ) )
@@ -1502,7 +1516,6 @@ raw template
1502
1516
{%- endblock in_prompt -%}
1503
1517
"""
1504
1518
1505
-
1506
1519
exporter_attr = AttrExporter()
1507
1520
output_attr, _ = exporter_attr.from_notebook_node(nb)
1508
1521
assert " raw template" in output_attr
Original file line number Diff line number Diff line change 3
3
from typing import List
4
4
5
5
# Version string must appear intact for versioning
6
- __version__ = "7.15 .0"
6
+ __version__ = "7.16 .0"
7
7
8
8
# Build up version_info tuple for backwards compatibility
9
9
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments