Skip to content

Deprecation leading into v0.8#4

Merged
jishnub merged 3 commits intomasterfrom
deprecations
Dec 21, 2020
Merged

Deprecation leading into v0.8#4
jishnub merged 3 commits intomasterfrom
deprecations

Conversation

@jishnub
Copy link
Copy Markdown
Owner

@jishnub jishnub commented Dec 20, 2020

  1. Functions specifically applied to ProductSplit: extremadims, extrema_commonlastdim and procrange_recast -- won't be exported anymore, but are available to be imported
  2. ntasks(x) is deprecated in favor of prod(length, x)
  3. minimum(::ProductSplit, dim), maximum(::ProductSplit, dim) and extrema(::ProductSplit, dim) are deprecated in favor of the keyword-argument versions. Similarly nelements(::ProductSplit, dim) is deprecated in favor of nelements(::ProductSplit; dim)
  4. showprogress is deprecated in pmapreduce*
  5. Functions to query a cluster are are moved to a submodule ClusterQueryUtils. These won't be exported in the future.
  6. gethostnames is deprecated and renamed to hostnames

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 20, 2020

Codecov Report

Merging #4 (d16160f) into master (e396948) will increase coverage by 0.00%.
The diff coverage is 99.75%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #4   +/-   ##
=======================================
  Coverage   99.71%   99.71%           
=======================================
  Files           7        8    +1     
  Lines        1051     1061   +10     
=======================================
+ Hits         1048     1058   +10     
  Misses          3        3           
Impacted Files Coverage Δ
src/ParallelUtilities.jl 100.00% <ø> (ø)
src/reductionfunctions.jl 96.77% <ø> (ø)
src/mapreduce.jl 99.48% <99.33%> (+0.01%) ⬆️
src/clusterquery.jl 100.00% <100.00%> (ø)
src/productsplit.jl 100.00% <100.00%> (ø)
src/utils.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e396948...d16160f. Read the comment docs.

@jishnub jishnub merged commit 34bcb04 into master Dec 21, 2020
@jishnub jishnub deleted the deprecations branch December 21, 2020 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant