Skip to content

Commit 1089cd3

Browse files
committed
release
1 parent 98dc794 commit 1089cd3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

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

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

5+
## 2.2.9
6+
7+
### New Features
8+
9+
- Experimental: pre-commit hooks ([#959](https://github.com/fastai/nbdev/pull/959)), thanks to [@seeM](https://github.com/seeM)
10+
- setup GitHub repo automatically ([#955](https://github.com/fastai/nbdev/pull/955)), thanks to [@hamelsmu](https://github.com/hamelsmu)
11+
- Authenticate nbdev-template github API call ([#940](https://github.com/fastai/nbdev/issues/940))
12+
- Support module level docstrings ([#473](https://github.com/fastai/nbdev/issues/473))
13+
14+
### Bugs Squashed
15+
16+
- `show_doc` includes parsed sections from numpy docstrings ([#964](https://github.com/fastai/nbdev/issues/964))
17+
- `AnnAssign` object has no attribute 'targets' ([#953](https://github.com/fastai/nbdev/issues/953))
18+
- Exported images not found in docs ([#951](https://github.com/fastai/nbdev/issues/951))
19+
- fix #769 ([#946](https://github.com/fastai/nbdev/pull/946)), thanks to [@hamelsmu](https://github.com/hamelsmu)
20+
- `recursive` in settings.ini ignored ([#942](https://github.com/fastai/nbdev/issues/942))
21+
- Wrong source link when using @patch ([#939](https://github.com/fastai/nbdev/issues/939))
22+
- Deploy Action fails with `ModuleNotFoundError: No module named 'https://github'` ([#936](https://github.com/fastai/nbdev/issues/936))
23+
- Recursive mode doesn't seem to work when running `nbdev_preview` ([#935](https://github.com/fastai/nbdev/issues/935))
24+
- Update All Python Scripts to nbs similar to `nbdev_update_lib` in v1 ([#769](https://github.com/fastai/nbdev/issues/769))
25+
26+
527
## 2.2.7
628

729
### New Features

0 commit comments

Comments
 (0)