Skip to content

Commit 296d32c

Browse files
committedAug 6, 2022
release
1 parent fab3c33 commit 296d32c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
 

‎CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

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

5+
## 2.1.2
6+
7+
### New Features
8+
9+
- use global defaults instead of respecifying each time ([#770](https://github.com/fastai/nbdev/pull/770)), thanks to [@seeM](https://github.com/seeM)
10+
- `get_config` works without a settings file ([#768](https://github.com/fastai/nbdev/pull/768)), thanks to [@seeM](https://github.com/seeM)
11+
- add site url ([#767](https://github.com/fastai/nbdev/pull/767)), thanks to [@hamelsmu](https://github.com/hamelsmu)
12+
- add `show_src` to display rich source code ([#763](https://github.com/fastai/nbdev/pull/763)), thanks to [@seeM](https://github.com/seeM)
13+
- add support for `#|exports` ([#762](https://github.com/fastai/nbdev/issues/762))
14+
- `nbdev_merge` prints info like `git merge` ([#753](https://github.com/fastai/nbdev/issues/753))
15+
- helpers to convert fp front matter to quarto front matter ([#750](https://github.com/fastai/nbdev/pull/750)), thanks to [@hamelsmu](https://github.com/hamelsmu)
16+
- Streamline default settings ([#747](https://github.com/fastai/nbdev/issues/747))
17+
- Config keys (and their defaults) should all be documented in one place
18+
- add `user` option to `jupyter_hooks` setting ([#738](https://github.com/fastai/nbdev/pull/738)), thanks to [@seeM](https://github.com/seeM)
19+
- Add appropriate `output-file` to existing frontmatter ([#728](https://github.com/fastai/nbdev/issues/728))
20+
21+
### Bugs Squashed
22+
23+
- `nbdev_prepare` sometimes throws BrokenProcessPool error on MacOS ([#731](https://github.com/fastai/nbdev/issues/731))
24+
- Incorrect relative import from package root inside nested module ([#773](https://github.com/fastai/nbdev/issues/773))
25+
- Jupyter hooks break in environments without `nbdev` installed ([#760](https://github.com/fastai/nbdev/issues/760))
26+
- `nbdev_fix` breaks with empty `ours` patch ([#752](https://github.com/fastai/nbdev/issues/752))
27+
- fix `nbdev_merge` during rebase; fix `nbdev_fix` `nobackup` default ([#737](https://github.com/fastai/nbdev/pull/737)), thanks to [@seeM](https://github.com/seeM)
28+
- non-notebooks do not have nbformat field ([#732](https://github.com/fastai/nbdev/pull/732)), thanks to [@dleen](https://github.com/dleen)
29+
30+
531
## 2.1.1
632

733
### New Features

0 commit comments

Comments
 (0)