Skip to content

Latest commit

 

History

History
96 lines (51 loc) · 2.96 KB

File metadata and controls

96 lines (51 loc) · 2.96 KB

Release notes

1.1.3

New Features

  • Place source code below heading on #exports (#265), thanks to @hamelsmu

1.1.2

Bugs Squashed

  • update fastcore requirement (#281)

1.1.1

New Features

  • Make CLI faster by removing unneeded imports and moving CLI commands to source modules (#271)
  • Move Config to fastcore (#280)

1.1.0

Breaking Changes

  • Remove magics (#269)
  • Removed callbacks (#253), thanks to @pete88b
  • move conda packager to fastrelease (#252)

New Features

  • Place source code below heading on #exports (#265), thanks to @hamelsmu
  • always skip cells labeled "skip" in test (#257)

1.0.17

Bugs Squashed

  • restrict nbconvert<6 to avoid upgrade problems (#249)

1.0.16

Bugs Squashed

  • When generating docs, import cells are run even if not exported (#248)

1.0.15

New Features

  • add option to not exec nb for fastpages (#244)
  • Enable Codespaces for nbdev (#243)

Bugs Squashed

  • Fix: correct notebook2html path operation for Windows. (#239)

1.0.13

New Features

  • remove numpy conda dep and update to fastcore 1.0.5 (#241)

Bugs Squashed

  • allow nbdev imports when not in an nbdev project (#238)

1.0.10

New Features

  • Magic flags for tests (#232)

  • Add ability to have Colab badges on pages (#210)

  • Support for doc_path (#235)

    • Place doc template in path pointed to by doc_path if you need your template in a different location to your built docs

Bugs Squashed

  • Remove colab vendor specific tags which cause nbdev_build_docs to 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)

Version 1.0.0

  • Initial release