Releases: JuliaLinearAlgebra/AppleAccelerate.jl
Releases · JuliaLinearAlgebra/AppleAccelerate.jl
v0.4.0
What's Changed
- ccall using tuple rather than handle by @daviehh in #52
- enable dependabot for GitHub actions by @ranocha in #54
- Use LBT to forward BLAS and LAPACK calls to Accelerate by @staticfloat in #58
- Prepare for releasing with macOS 13.4 by @ViralBShah in #62
New Contributors
Full Changelog: v0.3.2...v0.4.0
v0.3.2
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
- @daviehh made their first contribution in #43
- @timholy made their first contribution in #41
- @ViralBShah made their first contribution in #44
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
v0.3.0 (2019-05-28)
Closed issues:
Merged pull requests:
- add Project.toml, update Travis link (#35) (simonbyrne)
- Update
AppleAccelerate
for 1.0 (#33) (staticfloat) - Fix deprecations (#27) (femtocleaner[bot])
Additional Functions Supported
A number of additional functions are supported in this release:
- Convolution
conv
, cross-correlationxcorr
, and auto-correlationxcorr
- Filter window generation
blackman
,hanning
,hamming
- IIR biquadratic filtering
biquadcreate
,biquad
- Element-wise mathematical operators
vadd
,vsub
,vmul
,vdiv
- More array operations
findmin
,findmax
,minimum
,maximum
,sum
,mean
,meanmag
,meansqr
- Update of the existing DCT implementation.