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
+48Lines changed: 48 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,54 @@
2
2
3
3
<!-- do not remove -->
4
4
5
+
## 2.3.31
6
+
7
+
### New Features
8
+
9
+
- test if in `nbdev_repo` & improve `nbdev_export` err message ([#1448](https://github.com/fastai/nbdev/pull/1448)), thanks to [@hamelsmu](https://github.com/hamelsmu)
10
+
11
+
12
+
## 2.3.30
13
+
14
+
### New Features
15
+
16
+
- add `skip_procs` to `settings.ini` ([#1445](https://github.com/fastai/nbdev/pull/1445)), thanks to [@hamelsmu](https://github.com/hamelsmu)
- Generate module docstrings from markdown meta summary ([#1440](https://github.com/fastai/nbdev/issues/1440))
31
+
- By default create markdown versions of docs too ([#1439](https://github.com/fastai/nbdev/issues/1439))
32
+
- add markdown to doc output ([#1438](https://github.com/fastai/nbdev/issues/1438))
33
+
34
+
35
+
## 2.3.27
36
+
37
+
- No new features or fixes---just an update to the pypi status since we forgot about it!
38
+
39
+
## 2.3.26
40
+
41
+
### New Features
42
+
43
+
- add enable/disable cell number in .py files ([#1428](https://github.com/fastai/nbdev/pull/1428)), thanks to [@dienhoa](https://github.com/dienhoa)
44
+
- When exporting a notebook to a .py file, we currently have something like `# %% {nb_path} {cell_number}` at the beginning of each exported cell.
45
+
- This PR adds one new setting in the setting.ini: `cell_number`. When set to False, we disable the `cell_number` discussed above.
46
+
- Side effect: The `cell_number` is used to update the changes from .py back to the notebook, so disabling it also disables this feature.
47
+
48
+
### Bugs Squashed
49
+
50
+
- showdoc: SyntaxWarning: invalid escape sequence with Python 3.12 ([#1396](https://github.com/fastai/nbdev/issues/1396))
0 commit comments