Skip to content

Releases: AnswerDotAI/nbdev

v3.0.5

29 Jan 00:35

Choose a tag to compare

New Features

  • Warn if settings.ini found (#1560)

v3.0.4

29 Jan 00:28

Choose a tag to compare

New Features

  • Warn if settings.ini found (#1560)

v3.0.3

29 Jan 00:16

Choose a tag to compare

New Features

  • Warn if settings.ini found (#1560)

v3.0.2

29 Jan 00:14

Choose a tag to compare

New Features

  • Warn if settings.ini found (#1560)

v3.0.1

29 Jan 00:02

Choose a tag to compare

Breaking Changes

  • nbdev 3: switch to pyproject.toml settings (#1558)

New Features

  • Update GitHub workflow files to use nbdev3 workflows (#1559)
  • Use forkserver for tests on MacOS (#1557), thanks to @KeremTurgutlu

v3.0.0

28 Jan 23:56

Choose a tag to compare

Breaking Changes

  • nbdev 3: switch to pyproject.toml settings (#1558)

New Features

  • Update GitHub workflow files to use nbdev3 workflows (#1559)
  • Use forkserver for tests on MacOS (#1557), thanks to @KeremTurgutlu

v2.4.14

20 Jan 22:02

Choose a tag to compare

Bugs Squashed

  • Update to avoid fastcore version that was not compatible with py<312 (#1556)

v2.4.13

19 Jan 03:11

Choose a tag to compare

  • Adds --quiet to build and --disable-progress-bar to twine upload when quiet=True

v2.4.12

19 Jan 02:42

Choose a tag to compare

New Features

  • Add push_release function for programmatic releases (#1554)

v2.4.11

16 Jan 09:23

Choose a tag to compare

New Features

  • Bump nbformat_minor to 5 when adding cell IDs (#1553)

Bugs Squashed

  • nbdev_new results in creation of template file with incorrect name (#1551)