Releases: JuliaLinearAlgebra/AppleAccelerate.jl
Releases · JuliaLinearAlgebra/AppleAccelerate.jl
v0.4.1
AppleAccelerate v0.4.1
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#63) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#66) (@dependabot[bot])
- Enable the blas and lapack tests in LinearAlgebra (#68) (@ViralBShah)
- Add some more functions and improve broadcasting support (#69) (@christiangnrd)
- Bump julia-actions/setup-julia from 1 to 2 (#70) (@dependabot[bot])
- Fix link to array-oriented functions (#73) (@cgarling)
- Bump codecov/codecov-action from 4 to 5 (#74) (@dependabot[bot])
- Add info on threading (#75) (@danielwe)
- Also test LTS version (#77) (@christiangnrd)
- Update CI.yml (#81) (@ViralBShah)
- Don’t clear symbols when forwarding lapack (#82) (@christiangnrd)
Closed issues:
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.