Skip to content

Releases: AnswerDotAI/nbdev

v2.4.10

05 Jan 05:21

Choose a tag to compare

Breaking Changes

  • Remove HTML renderer (#1550)

v2.4.9

05 Jan 01:09

Choose a tag to compare

New Features

  • New nbdev.diff module
  • Use threads for nbdev_release_gh (#1547)
  • Skip tmp nbs in watch_export (#1541)

v2.4.8

05 Jan 00:02

Choose a tag to compare

New Features

  • New nbdev.diff module
  • Use threads for nbdev_release_gh (#1547)
  • Skip tmp nbs in watch_export (#1541)

v2.4.7

19 Dec 22:50

Choose a tag to compare

New Features

  • Run nbdev_export at start of watch_export (#1540)
  • Retry watch_export export if fails (#1539)
  • Remove docments rendering now in fastcore (#1536)
  • Allow nbdev_clean to accept multiple filenames or globs (#1480) (#1488), thanks to @jbwhit

Bugs Squashed

v2.4.6

15 Oct 03:43

Choose a tag to compare

New Features

v2.4.5

19 Jul 05:10

Choose a tag to compare

New Features

  • Ignore failures to get mod index (#1528)
  • Keep tags (#1527)

v2.4.4

02 Jul 18:51

Choose a tag to compare

Bugs Squashed

  • Support older pkg_resources (#1525)

v2.4.3

02 Jul 00:01

Choose a tag to compare

New Features

  • Remove obsolete pkg_resources (#1525)
  • Update package build process and add 'build' to requirements (#1524), thanks to @RensDimmendaal

v2.4.2

03 Apr 01:00

Choose a tag to compare

Bugs Squashed

  • lib_name used incorrectly instead of repo and lib_path (#1516)

v2.4.1

02 Apr 22:59

Choose a tag to compare

Breaking Changes

  • update_pyproject defaults to True, so existing custom pyproject files will be replaced or may cause an exception, unless update_pyproject config is set to False

New Features

  • New update_pyproject config option to auto-generate or update pyproject.toml (#1515)