Skip to content

Releases: JuliaLinearAlgebra/AppleAccelerate.jl

v0.6.0

01 Mar 14:50
69b7fd6

Choose a tag to compare

AppleAccelerate v0.6.0

Diff since v0.5.1

Breaking changes

  • The package has been significantly refactored
  • Significant new capabilities for DSP, with updated FFT APIs to be in line with Julia's
  • Significant additions for close to complete coverage of the array APIs
  • Documentation, tests and benchmarks

Merged pull requests:

Closed issues:

  • Accelerate Functions (#19)
  • Neural Net functions (#36)
  • TagBot: Manual intervention needed for releases (#100)
  • Remaining Accelerate vDSP functions: complex-number, stateful DSP, and spectral APIs (#108)
  • Issues found by JETLS (#120)

v0.5.1

21 Jan 23:25
46cd812

Choose a tag to compare

AppleAccelerate v0.5.1

Diff since v0.5.0

Merged pull requests:

Closed issues:

  • 4 strided blas tests are the only ones that fail in LinearAlgebra.jl BLAS tests (#87)

v0.3.3

21 Jan 23:29
b803139

Choose a tag to compare

What's Changed

  • ccall using tuple rather than handle by @daviehh in #52
  • enable dependabot for GitHub actions by @ranocha in #54

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.5.0

08 Dec 02:30

Choose a tag to compare

AppleAccelerate v0.5.0

Diff since v0.4.5

Breaking changes

  • The AASparseMatrix and AAFactorization capabilities are no longer exported to address #92

Merged pull requests:

Closed issues:

  • solve export causes lots of name clashes (#92)

v0.4.5

23 Oct 19:20
7bd4322

Choose a tag to compare

AppleAccelerate v0.4.5

Diff since v0.4.4

Merged pull requests:

v0.4.4

20 Oct 19:47
4075446

Choose a tag to compare

AppleAccelerate v0.4.4

Diff since v0.4.3

Merged pull requests:

  • Use APPLE_NTHREADS when querying number of threads (#89) (@ViralBShah)

v0.4.3

20 Oct 15:08
7b7d2c1

Choose a tag to compare

AppleAccelerate v0.4.3

Diff since v0.4.2

Merged pull requests:

  • Add threading APIs. Disable external LAPACK forwarding option. (#88) (@ViralBShah)

v0.4.2

17 Oct 06:57
110d1d1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

30 May 19:10
f53a97d

Choose a tag to compare

AppleAccelerate v0.4.1

Diff since v0.4.0

Merged pull requests:

Closed issues:

  • Support for SVD (#64)
  • peakflops not showing any difference with loading AppleAccelerate (#65)
  • AppleAccelerate.jl severely decreases the performance of SVD (#71)
  • AppleAccelerate does not provide a gemmt function. (#78)
  • AppleAccelerate SVD is slower than libopenblas64 (#80)

v0.4.0

24 May 14:52
9b7a1b1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.4.0