We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cd2ac commit e392f9dCopy full SHA for e392f9d
CHANGELOG.md
@@ -2,6 +2,21 @@
2
3
<!-- do not remove -->
4
5
+## 2.3.1
6
+
7
+### Breaking Changes
8
9
+- `_quarto.yml` no longer replaced with automatically generated version ([#1059](https://github.com/fastai/nbdev/issues/1059))
10
+ - This was listed in 2.3.0 but wasn't actually included in the release
11
12
+### Bugs Squashed
13
14
+- fix `nbdev_update` ([#1058](https://github.com/fastai/nbdev/pull/1058)), thanks to [@seeM](https://github.com/seeM)
15
+ - fix bug in `nbdev.maker.update_import` which meant that `nbdev_update` didn't convert relative imports without `None` module (e.g `from . import foo` -> `from pkg import foo`)
16
+ - fix `FileNotFoundError` in `nbdev_update` by passing the correct py module and corresponding notebook paths
17
+ - fix `nbdev_update` introducing whitespace changes to notebooks
18
19
20
## 2.3.0
21
22
### Breaking Changes
0 commit comments