Releases: fastai/nbdev
Releases Β· fastai/nbdev
v2.3.20
v2.3.19
v2.3.18
v2.3.17
v2.3.16
v2.3.15
v2.3.14
v2.3.13
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
v2.3.11
New Features
- add agplv3 license to project options (#1268), thanks to @joel-lbth
- add 0 - Pre-planning status to project options (#1262), thanks to @ddobrinskiy
- add conda installation docs to end-to-end tutorial (#1215), thanks to @restlessronin
Bugs Squashed
- Fix
nbdev_conda
error when there are prior release tarballs (#1280), thanks to @restlessronin - delete build dir before pypi upload (#1277), thanks to @restlessronin
- copy contents of
_extensions
folder from nbs (#1266), thanks to @restlessronin - Fix
nbdev_update
whenlib_name
andlib_path
are not the same (#1254), thanks to @BirkhoffG - Make
nbdev_create_config
write theblack_formatting
setting (#1235), thanks to @dmose - fix order of categories for migration (#1221), thanks to @hamelsmu
- make anaconda description links consistent with pypi (#1214), thanks to @restlessronin
- .get instead of acessing attr (#1023), thanks to @hamelsmu
v2.3.9
New Features
- utility that creates a
requirements.txt
file fromsettings.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)