Skip to content

Commit 467fc36

Browse files
committed
release
1 parent 9da1480 commit 467fc36

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

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

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

5+
## 1.5.15
6+
7+
### New Features
8+
9+
- layered `Config` with `extra_files`; `Config` `repr` ([#456](https://github.com/fastai/fastcore/pull/456)), thanks to [@seeM](https://github.com/seeM)
10+
- in-memory `Config` by passing `save=False` ([#455](https://github.com/fastai/fastcore/pull/455)), thanks to [@seeM](https://github.com/seeM)
11+
- use `==` for non iterable args to `all_equal` ([#453](https://github.com/fastai/fastcore/issues/453))
12+
- New method: `AttrDict.copy`, to return AttrDict instead of plain python dict ([#451](https://github.com/fastai/fastcore/pull/451)), thanks to [@Salehbigdeli](https://github.com/Salehbigdeli)
13+
- add xdg module ([#450](https://github.com/fastai/fastcore/issues/450))
14+
- add `console_help` ([#448](https://github.com/fastai/fastcore/issues/448))
15+
- add module info to `basic_repr` ([#447](https://github.com/fastai/fastcore/issues/447))
16+
- add `only` and `nested_setdefault` collection functions ([#446](https://github.com/fastai/fastcore/pull/446)), thanks to [@seeM](https://github.com/seeM)
17+
- include annotations and qualname in `copy_func` ([#425](https://github.com/fastai/fastcore/pull/425)), thanks to [@seeM](https://github.com/seeM)
18+
19+
### Bugs Squashed
20+
21+
- Fix scripts not executing ([#449](https://github.com/fastai/fastcore/pull/449)), thanks to [@renato145](https://github.com/renato145)
22+
- urllib opener can conflict with fork parallel on macos ([#444](https://github.com/fastai/fastcore/issues/444))
23+
24+
525
## 1.5.11
626

727
### New Features

nbs/03a_parallel.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,7 @@
575575
"outputs": [],
576576
"source": [
577577
"#|hide\n",
578-
"from nbdev import nbdev_export\n",
579-
"nbdev_export()"
578+
"import nbdev; nbdev.nbdev_export()"
580579
]
581580
},
582581
{

0 commit comments

Comments
 (0)