Skip to content

Releases: AnswerDotAI/nbdev

v3.0.17

20 May 23:18

Choose a tag to compare

New Features

  • feat: add docs URL to exported module docstrings (#1593), thanks to @RensDimmendaal
  • Register faulthandler on SIGINT in nbdev-test for tracebacks on ctrl-c (#1592)

v3.0.16

19 May 04:29

Choose a tag to compare

New Features

v3.0.15

16 Apr 18:55

Choose a tag to compare

New Features

  • Add allowed_out_metadata_keys support to clean_nb and fix nbdev-install-hooks command name (#1588)

v3.0.14

10 Apr 05:18

Choose a tag to compare

New Features

  • Handle multiline module docstrings (#1585)

v3.0.13

10 Apr 00:58

Choose a tag to compare

  • Update fastcore dep

v3.0.12

14 Feb 03:31

Choose a tag to compare

Bugs Squashed

  • Merge raw and markdown frontmatter instead of returning only the first found (#1580)

v3.0.11

14 Feb 02:29

Choose a tag to compare

New Features

  • Flatten showdoc_nm results in _def_names to handle list returns (#1579)
  • Add nb_frontmatter helper and save option to nbdev_test (#1578)

Bugs Squashed

v3.0.10

04 Feb 08:02

Choose a tag to compare

Bugs Squashed

  • Use correct template

v3.0.9

03 Feb 00:39

Choose a tag to compare

New Features

  • Add verbose parameter to test_nb and nbdev-test for streaming cell output (#1567)

Bugs Squashed

v3.0.8

31 Jan 20:27

Choose a tag to compare

New Features

  • Export processors extension system (#1563), thanks to @jph00