Skip to content

Releases: fastai/nbdev

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

v2.3.14

28 Apr 04:00
Compare
Choose a tag to compare

New Features

  • Add --no_browser option to nbdev_preview (#1400), thanks to @bamford
  • added conda_user and package_data to cfg_tail (#1351), thanks to @dsm-72
  • add repo and tag options to nbdev_new (#1350), thanks to @dsm-72

Bugs Squashed

  • Changed serve.proc_nbs so that it makes use of its arguments file_glob and file_re (#1390), thanks to @lukastk

v2.3.13

19 Oct 04:39
Compare
Choose a tag to compare

New Features

  • add support for 3.11 (#1373), thanks to @deven367
  • update install_quarto to distinguish arm64 and amd64 (#1356), thanks to @JonasHarnau
  • allow trailing : in directives for YAML compliance (#1312), thanks to @hamelsmu
  • CI error on uncleaned notebooks suggests upgrading nbdev (#1308)
  • Auto-add index file onto section (#1307), thanks to @p4perf4ce
  • nbdev_clean: Add trailing newlines to mask diff between Jupyter and VSCode (#1292), thanks to @xl0
  • exported modules can scrub_magics (#1250), thanks to @yegeniy
  • Add extensions tutorial (#1228), thanks to @muellerzr

Bugs Squashed

  • pin ipywidgets version (#1318), thanks to @hamelsmu
  • Fix encoding issue for Windows OS User especially for non-English user (#1314), thanks to @JunDamin

v2.3.11

03 Feb 22:33
Compare
Choose a tag to compare

New Features

Bugs Squashed

v2.3.9

08 Nov 23:17
Compare
Choose a tag to compare

New Features

  • utility that creates a requirements.txt file from settings.ini (#1202), thanks to @hamelsmu
  • user-friendly error if py file has # %% comments with unexpected format (#1211), thanks to @seeM
  • add parameter for name to nb_export (#1204), thanks to @hamelsmu
  • ensure newline at end of _modidx.py (#1186)

Bugs Squashed

  • end sidebar.yml with newline (#1212), thanks to @seeM
  • fix: incorrect regex pattern for setting output-file (#1210), thanks to @seeM
  • ensure newline at end of _modidx.py (#1209), thanks to @seeM
  • fix: nbdev_install_quarto may install and remove unrelated packages (#1208), thanks to @seeM
  • fix: key error if widgets is missing state (#1207), thanks to @seeM
  • nbdev_install_quarto may install and remove unrelated packages (#1182)
  • Key error if widgets is missing state (#1167)