Skip to content

Releases: AnswerDotAI/nbdev

v2.3.22

17 May 23:05

Choose a tag to compare

  • Removes max version constraint on ipywidgets dev dependency

v2.3.21

14 May 15:46

Choose a tag to compare

Bugs Squashed

  • Remove unneeded ipywidgets requirement

v2.3.20

02 May 18:34

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

Choose a tag to compare

Bugs Squashed

  • Remove boxes since they broke ToC (#1411)

v2.3.18

30 Apr 01:36

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

Choose a tag to compare

New Features

  • Move exports source after the show_doc (#1408)

v2.3.16

28 Apr 23:39

Choose a tag to compare

New Features

  • Add code folding for exports (#1407)

v2.3.15

28 Apr 07:00

Choose a tag to compare

Bugs Squashed

v2.3.14

28 Apr 04:00

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

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