Releases: JuliaDSP/DSP.jl
Releases · JuliaDSP/DSP.jl
v0.7.1
DSP v0.7.1
Closed issues:
- Elliptic Filter Design Broken in v"0.7.0" (#432)
Merged pull requests:
- Avoid
BoundsError
ingroupzp
(#433) (@martinholters)
v0.7.0
DSP v0.7.0
Closed issues:
- Blackman window with negative coefficient (#347)
- freqz for impulse responses (#398)
- Convolution of Discrete Signals (#404)
- Inaccurate Diff for v0.6.10 release (Diff describes commits on master that are not in release-0.6) (#419)
Merged pull requests:
- Add Github Actions for CI and docs (#392) (@martinholters)
- Better handling of gain in filter accuracy tests (#396) (@martinholters)
- add in-place
mt_pgram!
, and multitaper spectrogram, multitaper csd, multitaper coherence (#401) (@ericphanson) - docs(xcorr):Fix document and code inconsistency. (#405) (@Longhao-Chen)
- modifications for breaking version of Polynomials (#408) (@jverzani)
- replace 10^(x) with exp10(x) for db2pow and db2amp (#413) (@N5N3)
- support for matrices in resample (#414) (@baggepinnen)
- add license text to LICENSE.md (#417) (@ericphanson)
- Bump Documenter version and Julia version for docs on CI (#421) (@martinholters)
- Enable previews of docs builds (#422) (@martinholters)
- Improve accuracy of
blackman
(#423) (@martinholters) - Update version for release (#430) (@ericphanson)
v0.6.10
DSP v0.6.10
- CompatHelper: bump compat for "Reexport" to "1.0" (#397) (@github-actions[bot])
v0.6.9
DSP v0.6.9
Merged pull requests:
- Add grpdelay (#377) (@JuiceWizerd)
- Backport bump compat for "SpecialFunctions" to "1.0" to 0.6 (#389) (@martinholters)
v0.6.8
DSP v0.6.8
Closed issues:
- I registered juliadsp.org (#354)
- Tukey win to rect method error (#364)
- Add support of non-0 Nyquist to fftfreq? (#370)
- Failure on julia 1.5 (#373)
Merged pull requests:
- Fix the footnote in
iirnotch
(#349) (@asinghvi17) - Reject non-numerical arrays as arguments to conv (#360) (@fghzxm)
- Use Polynomials 1.0 API (#361) (@galenlynch)
- fix tukey window for alpha=0 (#365) (@1oly)
- Improve citation accuracy of citation [1]. (#368) (@PhilipLoewen)
- Update .travis.yml (#374) (@galenlynch)
- Expand compat with OffsetArrays to include v1 (#375) (@galenlynch)
v0.6.7
v0.6.6
DSP v0.6.6
Closed issues:
- conv between fixed-point array and integer array results in OOM (#352)
Merged pull requests:
- Fix #352: Relax type bounds of conv conversion method (#353) (@galenlynch)
v0.6.5
DSP v0.6.5
Merged pull requests:
- CompatHelper: bump compat for "Polynomials" to "0.8" (#351) (@github-actions[bot])
v0.6.4
DSP v0.6.4
Closed issues:
- Smoothing (#112)
- Implementation of 1 Dimensional Filtering Using Median Filter (#343)
- Unsatisfiable requirements... (#346)
Merged pull requests:
- Remove redundant Julia 1.3 test from Travis CI (#342) (@galenlynch)
- Explicitly test Julia 1.3 (#348) (@rob-luke)
- CompatHelper: bump compat for "Polynomials" to "0.7" (#350) (@github-actions[bot])
v0.6.3
v0.6.3 (2020-01-24)
Closed issues:
- Make spectrograms GPU-friendly (#337)
- Issue with new install
Frequencies
not defined / name collision (#335) - Should compat version ranges in Project.toml be more restrictive? (#308)
Merged pull requests:
- CompatHelper: bump compat for "SpecialFunctions" to "0.10" (#340) (github-actions[bot])
- Overlap-save convolution (#286) (galenlynch)