Skip to content

Commit 712b6f8

Browse files
committed
release
1 parent cd24949 commit 712b6f8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
<!-- do not remove -->
44

5+
## 2.3.36
6+
7+
### New Features
8+
9+
- Use plum dispatch ([#1507](https://github.com/AnswerDotAI/nbdev/pull/1507)), thanks to [@RensDimmendaal](https://github.com/RensDimmendaal)
10+
- auto-generate contribute.md from notebook ([#1497](https://github.com/AnswerDotAI/nbdev/pull/1497)), thanks to [@bclavie](https://github.com/bclavie)
11+
- Add exporting single notebook outside nbdev project ([#1489](https://github.com/AnswerDotAI/nbdev/pull/1489)), thanks to [@radekosmulski](https://github.com/radekosmulski)
12+
- add llms.txt ([#1485](https://github.com/AnswerDotAI/nbdev/pull/1485)), thanks to [@radekosmulski](https://github.com/radekosmulski)
13+
- Support for Quarto 1.6 `_brand.yml` ([#1484](https://github.com/AnswerDotAI/nbdev/pull/1484)), thanks to [@marcusinthesky](https://github.com/marcusinthesky)
14+
- Change symbols dict logic to prioritize builtins ([#1482](https://github.com/AnswerDotAI/nbdev/pull/1482)), thanks to [@ncoop57](https://github.com/ncoop57)
15+
- Update NbdevLookup to support import aliases and improve docstrings ([#1471](https://github.com/AnswerDotAI/nbdev/pull/1471)), thanks to [@ncoop57](https://github.com/ncoop57)
16+
- Html renderer improvements ([#1463](https://github.com/AnswerDotAI/nbdev/pull/1463)), thanks to [@Isaac-Flath](https://github.com/Isaac-Flath)
17+
- Watch export ([#1454](https://github.com/AnswerDotAI/nbdev/pull/1454)), thanks to [@Isaac-Flath](https://github.com/Isaac-Flath)
18+
19+
### Bugs Squashed
20+
21+
- New execnb required due to ipython 9 deprecation ([#1504](https://github.com/AnswerDotAI/nbdev/issues/1504))
22+
- fix: update workflow paths from fastai to answerdotai ([#1496](https://github.com/AnswerDotAI/nbdev/pull/1496)), thanks to [@n-e-w](https://github.com/n-e-w)
23+
- Fix llmctxissue ([#1491](https://github.com/AnswerDotAI/nbdev/pull/1491)), thanks to [@hamelsmu](https://github.com/hamelsmu)
24+
- Export on modified only bug fix ([#1456](https://github.com/AnswerDotAI/nbdev/pull/1456)), thanks to [@Isaac-Flath](https://github.com/Isaac-Flath)
25+
- Regex Syntax Warning Fix ([#1453](https://github.com/AnswerDotAI/nbdev/pull/1453)), thanks to [@Isaac-Flath](https://github.com/Isaac-Flath)
26+
27+
528
## 2.3.34
629

730
### New Features

0 commit comments

Comments
 (0)