Releases: AnswerDotAI/nbdev
Releases · AnswerDotAI/nbdev
v2.3.32
New Features
- Improve backtick regex matching for function names (#1469), thanks to @ncoop57
- make
nb_export
a cli [Enhancement] (#1450), thanks to @hamelsmu
- Make
nbdev_export
work outside nbdev repos (#799)
Bugs Squashed
- Use
r
strings to avoid new Python SyntaxWarnings in regex (#1452)
- Nested
lib_path
values break module -> notebook sync (#1393)
v2.3.31
New Features
- test if in
nbdev_repo
& improve nbdev_export
err message (#1448), thanks to @hamelsmu
v2.3.29
New Features
- Add
ai_magics
preprocessor (#1442)
v2.3.28
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
- No new features or fixes---just an update to the pypi status since we forgot about it!
v2.3.26
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
New Features
- add
nbdev_requirements
(#1415)
- Auto-trust notebooks after
nbdev_clean
(#1414)
v2.3.23
- Change
jupyter_hooks
default to False
v2.3.22
- Removes max version constraint on ipywidgets dev dependency