Skip to content

Releases: JuliaParallel/DistributedArrays.jl

v0.6.9

Choose a tag to compare

@github-actions github-actions released this 04 Jan 22:08
b3ee6fc

DistributedArrays v0.6.9

Diff since v0.6.8

Merged pull requests:

Closed issues:

  • Broadcasting into DistributedArrays broken in 0.6.8 (#266)

v0.6.8

Choose a tag to compare

@github-actions github-actions released this 18 Dec 14:27
f28343c

DistributedArrays v0.6.8

Diff since v0.6.7

Merged pull requests:

v0.6.7

Choose a tag to compare

@github-actions github-actions released this 04 Oct 15:51
0451d00

DistributedArrays v0.6.7

Diff since v0.6.6

Merged pull requests:

Closed issues:

  • distribute is not type inferrable (#235)
  • MethodError: no method matching close(::Nothing) with Julia 1.9 (#246)

v0.6.6

Choose a tag to compare

@github-actions github-actions released this 16 Aug 20:35
58235e9

DistributedArrays v0.6.6

Diff since v0.6.5

Closed issues:

  • array distribution type (#5)
  • Big Stencil Computation? (#21)
  • Track performance regressions.Implement set of benchmarks. (#89)
  • Implement norm and dot (#143)
  • Running out of memory with julia v0.6 but not v0.5 (#151)
  • setindex! not defined? (#155)
  • _mean is ambigous (#165)
  • Compatible with Primes v0.5.0? (#222)
  • DArray macro fails on 1.5 (#223)
  • DistributedArrays and Krylov libraries (#231)
  • Tests are failing on Julia >= 1.6 (#233)

Merged pull requests:

  • Fix internal uses of reindex for Julia 1.5 support (#220) (@mbauman)
  • Version-guard Statistics._mean's extension (#221) (@mbauman)
  • Update index.md (#226) (@severinson)
  • CompatHelper: bump compat for Primes to 0.5, (keep existing compat) (#232) (@github-actions[bot])

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 19 May 22:02
47597cd

DistributedArrays v0.6.5

Diff since v0.6.4

Closed issues:

  • Failing tests on Julia 1.5 (#216)

Merged pull requests:

v0.6.4

Choose a tag to compare

@julia-tagbot julia-tagbot released this 30 Aug 09:29
v0.6.4
9ea6944

v0.6.4 (2019-08-29)

Diff since v0.6.3

Closed issues:

  • Tests fails on master because of change to Exception internals (#211)

Merged pull requests:

v0.6.3

Choose a tag to compare

@julia-tagbot julia-tagbot released this 12 Aug 13:37
v0.6.3
5aaed0b

v0.6.3 (2019-08-11)

Diff since v0.6.2

Closed issues:

  • Infinite recursion on nightly (#200)
  • Stable documentation link is broken (#193)

Merged pull requests:

v0.6.2

Choose a tag to compare

@julia-tagbot julia-tagbot released this 10 May 17:59
e929a74

v0.6.1

Choose a tag to compare

@julia-tagbot julia-tagbot released this 30 Apr 05:38
072661c
Merge pull request #199 from JuliaParallel/vc/project

add Project.toml and update travis

Version 0.6.0

Choose a tag to compare

@andreasnoack andreasnoack released this 02 Jan 11:25
33dca52
Check that eltype from each shard is consistent (#170)

Co-authored-by: Rami <raminammour@gmail.com>
Co-authored-by: Valentin Churavy <v.churavy@gmail.com>