- update fastcore requirement (#281)
- Make CLI faster by removing unneeded imports and moving CLI commands to source modules (#271)
- Move
Configto fastcore (#280)
- Remove magics (#269)
- Removed callbacks (#253), thanks to @pete88b
- move conda packager to
fastrelease(#252)
- Place source code below heading on #exports (#265), thanks to @hamelsmu
- always skip cells labeled "skip" in test (#257)
- restrict nbconvert<6 to avoid upgrade problems (#249)
- When generating docs, import cells are run even if not exported (#248)
- Fix: correct notebook2html path operation for Windows. (#239)
- remove numpy conda dep and update to fastcore 1.0.5 (#241)
- allow nbdev imports when not in an nbdev project (#238)
-
Magic flags for tests (#232)
- See the docs for details
-
Add ability to have Colab badges on pages (#210)
- See the docs for details
-
Support for
doc_path(#235)- Place doc template in path pointed to by
doc_pathif you need your template in a different location to your built docs
- Place doc template in path pointed to by
-
Remove colab vendor specific tags which cause
nbdev_build_docsto fail (#207) -
hooks folder inside .git must be manually created before
nbdev_install_git_hooks(#230) -
updates to how backtick names are converted to doc links (#218)
- Initial release