All 'parallelization' related arguments be converted to parallel_kwargs
#990
Labels
api
PR tag for breaking changes
parallel_kwargs
#990
We have some inconsistency in the way different function accept/expect parallelization arguments. Some accept a
dict
calledparallel
, others acceptdivs
and then look at thesettings
to see how many cores to uses, etc. Both are not great.I am thinking
parallel_kw
and it takes adict
of keyword arguments and passes them on as needed.The text was updated successfully, but these errors were encountered: