Skip to content

Releases: AnswerDotAI/nbdev

v2.4.5

19 Jul 05:10
Compare
Choose a tag to compare

New Features

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

v2.4.4

02 Jul 18:51
Compare
Choose a tag to compare

Bugs Squashed

  • Support older pkg_resources (#1525)

v2.4.3

02 Jul 00:01
Compare
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
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