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
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,27 @@
2
2
3
3
<!-- do not remove -->
4
4
5
+
## 2.2.7
6
+
7
+
### New Features
8
+
9
+
- Add `printit` arg to `nbdev_filter` so it can be called with `fname` and still print to stdout ([#931](https://github.com/fastai/nbdev/pull/931)), thanks to [@seeM](https://github.com/seeM)
10
+
- Run `nbdev_readme` in `nbdev_new` ([#919](https://github.com/fastai/nbdev/pull/919)), thanks to [@seeM](https://github.com/seeM)
11
+
- In `nbdev_prepare()` auto render README if needed ([#913](https://github.com/fastai/nbdev/issues/913))
12
+
- Filter keys stored in modidx settings ([#903](https://github.com/fastai/nbdev/issues/903))
13
+
- Regression: reintroduce `[source]` link ([#692](https://github.com/fastai/nbdev/issues/692))
14
+
15
+
### Bugs Squashed
16
+
17
+
- Deploy Action fails with `ModuleNotFoundError: No module named 'https://github'` ([#936](https://github.com/fastai/nbdev/issues/936))
18
+
- Correct cell index in `nbdev_update` ([#934](https://github.com/fastai/nbdev/pull/934)), thanks to [@hamelsmu](https://github.com/hamelsmu)
19
+
- Handle repo names with dashes and correct index page rendering with file attachments ([#930](https://github.com/fastai/nbdev/pull/930)), thanks to [@hamelsmu](https://github.com/hamelsmu)
20
+
-`IPython.display.Image(embed=True)` results in incorrect image reference in GitHub Pages ([#924](https://github.com/fastai/nbdev/issues/924))
21
+
-`nbdev_preview` not starting if there is a folder with no notebook in it ([#922](https://github.com/fastai/nbdev/issues/922))
22
+
- Fix images ([#918](https://github.com/fastai/nbdev/pull/918)), thanks to [@seeM](https://github.com/seeM)
23
+
-`nbdev_update` creates a new cell, instead of updating the original code ([#775](https://github.com/fastai/nbdev/issues/775))
0 commit comments