Skip to content

Releases: AnswerDotAI/nbdev

v2.4.2

03 Apr 01:00
Compare
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
Compare
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)

v2.4.0

02 Apr 21:38
Compare
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)

v2.3.37

18 Mar 05:52
9b18767
Compare
Choose a tag to compare

New Features

  • Update fastcore dep to 1.8.0 for plum-dispatch (#1508)

v2.3.36

17 Mar 22:18
9b18767
Compare
Choose a tag to compare

New Features

Bugs Squashed

v2.3.34

03 Dec 21:00
b263f6b
Compare
Choose a tag to compare

New Features

  • Migrate index creation from nbdev-index (#1478), thanks to @ncoop57

v2.3.33

29 Nov 21:15
b263f6b
Compare
Choose a tag to compare

New Features

  • Improve error handling in _build_lookup_table entry points (#1474), thanks to @ncoop57

v2.3.32

20 Nov 00:23
b263f6b
Compare
Choose a tag to compare

New Features

  • Improve backtick regex matching for function names (#1469), thanks to @ncoop57
  • make nb_export a cli [Enhancement] (#1450), thanks to @hamelsmu
  • Make nbdev_export work outside nbdev repos (#799)

Bugs Squashed

  • Use r strings to avoid new Python SyntaxWarnings in regex (#1452)
  • Nested lib_path values break module -> notebook sync (#1393)

v2.3.31

18 Sep 00:02
Compare
Choose a tag to compare

New Features

  • test if in nbdev_repo & improve nbdev_export err message (#1448), thanks to @hamelsmu

v2.3.30

14 Sep 17:59
Compare
Choose a tag to compare

New Features