Skip to content

Releases: JuliaFolds/UnionArrays.jl

v0.1.3

30 Jan 23:33
Compare
Choose a tag to compare

UnionArrays v0.1.3

Diff since v0.1.2

Merged pull requests:

  • Use TestFunctionRunner (#28) (@tkf)
  • Stop testing on CUDA with Julia 1.5 (#29) (@tkf)
  • CompatHelper: bump compat for Setfield to 0.8, (keep existing compat) (#32) (@github-actions[bot])

v0.1.2

19 Jul 19:14
Compare
Choose a tag to compare

UnionArrays v0.1.2

Diff since v0.1.1

Merged pull requests:

  • Add eltypebyid (#25) (@tkf)
  • Disambiguate reshape for Julia 1.8 (#26) (@tkf)

v0.1.1

17 Apr 05:52
Compare
Choose a tag to compare

UnionArrays v0.1.1

Diff since v0.1.0

Merged pull requests:

  • Fix a type instability in Padded (#21) (@tkf)

v0.1.0

28 Mar 02:28
bf3a481
Compare
Choose a tag to compare

UnionArrays v0.1.0

Merged pull requests:

  • Support UnionArrays on CUDA (#2) (@tkf)
  • Setup CI on GitHub Actions (#3) (@tkf)
  • Update test environment (#4) (@tkf)
  • Support Julia 1.6 (#5) (@tkf)
  • Enable Mergify (#6) (@tkf)
  • Test with Julia 1.0 (#7) (@tkf)
  • Run CI on GPU (#8) (@tkf)
  • Test with cuDynamicSharedMem (#9) (@tkf)
  • Fix URLs (#10) (@tkf)
  • Run FoldsCUDATests.runtests_unionarrays (#12) (@tkf)
  • Run some tests with Pkg.test (#14) (@tkf)
  • Create a special type for element type spec (#15) (@tkf)
  • Update CUDA.jl; stop using my fork (#16) (@tkf)
  • Fix typos (#17) (@tkf)
  • Remove explicit foldl implementation (#18) (@tkf)