File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments