Skip to content

Commit 64c1ca0

Browse files
committed
CHANGELOG.
1 parent b622477 commit 64c1ca0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66

77
### Breaking Changes
88

9-
- remove `parallel_chunked`, use `chunksize` arg to `parallel` instead ([#81](https://api.github.com/repos/fastai/fastcore/issues/81))
9+
- remove `parallel_chunked`, use `chunksize` arg to `parallel` instead ([#81](https://github.com/fastai/fastcore/issues/81))
1010

1111
### New Features
1212

13-
- move fastscript to fastcore.script ([#84](https://api.github.com/repos/fastai/fastcore/issues/84))
14-
- add `run_proc` and `do_request` ([#83](https://api.github.com/repos/fastai/fastcore/issues/83))
15-
- added `chunksize` to `parallel`, which passes to `ProcessPoolExecutor.map` ([#82](https://api.github.com/repos/fastai/fastcore/issues/82))
16-
- move metaclasses and delegates et al to new `meta` module ([#80](https://api.github.com/repos/fastai/fastcore/issues/80))
13+
- move fastscript to fastcore.script ([#84](https://github.com/fastai/fastcore/issues/84))
14+
- add `run_proc` and `do_request` ([#83](https://github.com/fastai/fastcore/issues/83))
15+
- added `chunksize` to `parallel`, which passes to `ProcessPoolExecutor.map` ([#82](https://github.com/fastai/fastcore/issues/82))
16+
- move metaclasses and delegates et al to new `meta` module ([#80](https://github.com/fastai/fastcore/issues/80))
1717

1818
## 1.0.4
1919

2020
### New Features
2121

22-
- Remove numpy prerequisite ([#75](https://api.github.com/repos/fastai/fastcore/issues/75))
22+
- Remove numpy prerequisite ([#75](https://github.com/fastai/fastcore/issues/75))
2323
- NB: fastcore's `L` and other collection features still work with numpy
2424
arrays, but they do so internally using instance methods, so numpy is no longer a
2525
prerequisite, and numpy is not loaded if not used
@@ -28,7 +28,7 @@
2828

2929
### Bugs Squashed
3030

31-
- "has default params. These will be ignored" shown when not appropriate ([#74](https://api.github.com/repos/fastai/fastcore/issues/74))
31+
- "has default params. These will be ignored" shown when not appropriate ([#74](https://github.com/fastai/fastcore/issues/74))
3232

3333
## 1.0.1
3434

0 commit comments

Comments
 (0)