Skip to content

Tags: JuliaParallel/DistributedArrays.jl

Tags

v0.6.7

Toggle v0.6.7's commit message
[Diff since v0.6.6](v0.6.6...v0.6.7)

**Merged pull requests:**
- enable dependabot for GitHub actions (#241) (@ranocha)
- Bump actions/checkout from 2 to 3 (#242) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#243) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#244) (@dependabot[bot])
- Documentation fixes (#245) (@chskcau)
- fix `close` error due to race in `d_closeall` (#248) (@tanmaykm)

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

v0.6.6

Toggle v0.6.6's commit message
[Diff since v0.6.5](v0.6.5...v0.6.6)

**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

Toggle v0.6.5's commit message
## DistributedArrays v0.6.5

[Diff since v0.6.4](v0.6.4...v0.6.5)


**Closed issues:**
- Failing tests on Julia 1.5 (#216)

**Merged pull requests:**
- Install TagBot as a GitHub Action (#214) (@JuliaTagBot)
- Use mul! from LinearAlgebra instead of a local definition (#217) (@haampie)
- Fix #216 (#218) (@mbauman)

v0.6.4

Toggle v0.6.4's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/JuliaParallel/DistributedArrays.jl/releases/tag/v0.6.4…

… for release notes

v0.6.3

Toggle v0.6.3's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/JuliaParallel/DistributedArrays.jl/releases/tag/v0.6.3…

… for release notes

v0.6.2

Toggle v0.6.2's commit message

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #199 from JuliaParallel/vc/project

add Project.toml and update travis

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Check that eltype from each shard is consistent (#170)

Co-authored-by: Rami <[email protected]>
Co-authored-by: Valentin Churavy <[email protected]>

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #161 from JuliaParallel/an/dist

Fixes the broadcasting and mean with dimension

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #158 from JuliaParallel/fbot/deps

Fix deprecations