Skip to content

Releases: fastai/nbdev

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

v2.3.20

02 May 18:34
Compare
Choose a tag to compare

Bugs Squashed

  • fixes UnboundLocalError: cannot access local variable _TEMPLATE where it is not associated with a value (#1413), thanks to @stepetal

v2.3.19

30 Apr 01:57
Compare
Choose a tag to compare

Bugs Squashed

  • Remove boxes since they broke ToC (#1411)

v2.3.18

30 Apr 01:36
Compare
Choose a tag to compare

New Features

  • Add magic __ symbols to show_doc output (#1410)
  • wrap exports cells in a shadowed box (like a card) (#1409), thanks to @hamelsmu

v2.3.17

29 Apr 21:15
Compare
Choose a tag to compare

New Features

  • Move exports source after the show_doc (#1408)

v2.3.16

28 Apr 23:39
Compare
Choose a tag to compare

New Features

  • Add code folding for exports (#1407)

v2.3.15

28 Apr 07:00
Compare
Choose a tag to compare

Bugs Squashed