File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments