Skip to content

Releases: fastai/nbdev

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

v2.3.29

01 Sep 23:49
Compare
Choose a tag to compare

New Features

  • Add ai_magics preprocessor (#1442)

v2.3.28

27 Aug 06:48
Compare
Choose a tag to compare

New Features

  • Generate module docstrings from markdown meta summary (#1440)
  • By default create markdown versions of docs too (#1439)
  • add markdown to doc output (#1438)

v2.3.27

30 Jul 22:29
Compare
Choose a tag to compare
  • No new features or fixes---just an update to the pypi status since we forgot about it!

v2.3.26

26 Jul 20:00
Compare
Choose a tag to compare

New Features

  • add enable/disable cell number in .py files (#1428), thanks to @dienhoa
    • When exporting a notebook to a .py file, we currently have something like # %% {nb_path} {cell_number} at the beginning of each exported cell.
    • This PR adds one new setting in the setting.ini: cell_number. When set to False, we disable the cell_number discussed above.
    • Side effect: The cell_number is used to update the changes from .py back to the notebook, so disabling it also disables this feature.

Bugs Squashed

  • showdoc: SyntaxWarning: invalid escape sequence with Python 3.12 (#1396)

v2.3.25

02 Jun 04:40
Compare
Choose a tag to compare

New Features

  • add nbdev_requirements (#1415)
  • Auto-trust notebooks after nbdev_clean (#1414)

v2.3.23

18 May 00:51
Compare
Choose a tag to compare
  • Change jupyter_hooks default to False

v2.3.22

17 May 23:05
Compare
Choose a tag to compare
  • Removes max version constraint on ipywidgets dev dependency

v2.3.21

14 May 15:46
Compare
Choose a tag to compare

Bugs Squashed

  • Remove unneeded ipywidgets requirement