Skip to content

Releases: JuliaLinearAlgebra/AppleAccelerate.jl

v0.4.0

24 May 14:52
9b7a1b1
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.3.2

24 Aug 20:26
d46c7fa
Compare
Choose a tag to compare

What's Changed

  • Fixes for macos 11 and later (Big Sur onwards, including current Monterey) by @daviehh in #43
  • MassInstallAction: Install the CI workflow on this repository by @timholy in #41
  • Update CI.yml to insist macOS 12. by @ViralBShah in #44

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

09 Sep 21:04
1767883
Compare
Choose a tag to compare

AppleAccelerate v0.3.1

Diff since v0.3.0

Closed issues:

  • Failed to precompile AppleAccelerate (#29)
  • Unsatisfiable requirements (#34)
  • Warning: Method definition overwritten on the same line (#39)

Merged pull requests:

v0.3.0

28 May 23:19
v0.3.0
f657cb9
Compare
Choose a tag to compare

v0.3.0 (2019-05-28)

Diff since v0.2.1

Closed issues:

  • Package compatibility caps (#32)
  • Move to JuliaMath (#25)

Merged pull requests:

Additional Functions Supported

05 Apr 03:38
Compare
Choose a tag to compare

A number of additional functions are supported in this release:

  1. Convolution conv, cross-correlation xcorr, and auto-correlation xcorr
  2. Filter window generation blackman, hanning, hamming
  3. IIR biquadratic filtering biquadcreate, biquad
  4. Element-wise mathematical operators vadd, vsub, vmul, vdiv
  5. More array operations findmin, findmax, minimum, maximum, sum, mean, meanmag, meansqr
  6. Update of the existing DCT implementation.