Skip to content

Commit 4d60de1

Browse files
committed
release
1 parent 0549235 commit 4d60de1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

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

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

5+
## 1.0.17
6+
7+
### New Features
8+
9+
- `run`: flexibly run an external process and raise exception if it fails ([#105](https://github.com/fastai/fastcore/issues/105))
10+
11+
512
## 1.0.16
613

714
### New Features
815

916
- add `threadpool=False` param to `parallel` to use threads instead of processes ([#102](https://github.com/fastai/fastcore/issues/102))
1017

18+
1119
## 1.0.15
1220

1321
### New Features
@@ -27,6 +35,7 @@
2735
d = cs.map_filter(f).map(Self.group(1))
2836
```
2937

38+
3039
## 1.0.14
3140

3241
### Bugs Squashed

0 commit comments

Comments
 (0)