You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,31 @@
2
2
3
3
<!-- do not remove -->
4
4
5
+
## 2.3.8
6
+
7
+
### New Features
8
+
9
+
- better error messages for `nbdev_migrate` ([#1177](https://github.com/fastai/nbdev/issues/1177))
10
+
- experimental: Users can provide extra processors via the `procs` key in `settings.ini` ([#1157](https://github.com/fastai/nbdev/pull/1157)), thanks to [@seeM](https://github.com/seeM)
11
+
- enable Documentation Only Sites With `nbdev` ( + tutorial ) ([#1121](https://github.com/fastai/nbdev/pull/1121)), thanks to [@hamelsmu](https://github.com/hamelsmu)
12
+
- support non-library projects ([#1119](https://github.com/fastai/nbdev/issues/1119))
13
+
- throw a warning when imports and code are mixed in a cell ([#714](https://github.com/fastai/nbdev/issues/714))
14
+
15
+
### Bugs Squashed
16
+
17
+
- fix duplicated sections in the sidebar ([#1165](https://github.com/fastai/nbdev/pull/1165)), thanks to [@seeM](https://github.com/seeM)
18
+
- setting `#| echo` in a cell with `show_doc` causes a Quarto error ([#1163](https://github.com/fastai/nbdev/issues/1163))
19
+
- fix copying of index assets ([#1143](https://github.com/fastai/nbdev/pull/1143)), thanks to [@hamelsmu](https://github.com/hamelsmu)
20
+
- images in index.ipynb causing deployments issues ([#1140](https://github.com/fastai/nbdev/issues/1140))
21
+
- clean takes forever on notebooks with large output ([#1132](https://github.com/fastai/nbdev/issues/1132))
22
+
-`nbdev_update` includes folders starting with `_` or `.` (e.g. `.ipynb_checkpoints`) ([#1130](https://github.com/fastai/nbdev/pull/1130)), thanks to [@seeM](https://github.com/seeM)
23
+
-`nbdev_new` defaults bool parameters to `False` (e.g. `put_version_in_init`) ([#1129](https://github.com/fastai/nbdev/pull/1129)), thanks to [@seeM](https://github.com/seeM)
24
+
-`black_formatting` setting is ignored ([#1122](https://github.com/fastai/nbdev/pull/1122)), thanks to [@jmoralez](https://github.com/jmoralez)
25
+
-`nbdev_readme()` fails on the second run for the notebook with support files (e.g. Fig image). ([#1106](https://github.com/fastai/nbdev/issues/1106))
26
+
-`nbdev_new` fails with `AttributeError: path_` ([#1063](https://github.com/fastai/nbdev/issues/1063))
27
+
- fix #1041 ([#1049](https://github.com/fastai/nbdev/pull/1049)), thanks to [@seeM](https://github.com/seeM)
0 commit comments