Skip to content

Commit c07fb47

Browse files
committedAug 26, 2022
release
1 parent 9aec27e commit c07fb47

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
 

‎CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
<!-- do not remove -->
44

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))
24+
25+
526
## 2.2.6
627

728
### New Features

0 commit comments

Comments
 (0)