Releases: JuliaAudio/SampledSignals.jl
Releases · JuliaAudio/SampledSignals.jl
v2.1.4
SampledSignals v2.1.4
Merged pull requests:
- CompatHelper: bump compat for "IntervalSets" to "0.6" (#91) (@github-actions[bot])
- Updated version requirement to julia (1.6) & unitful (1.11) (#93) (@truedichotomy)
- CompatHelper: bump compat for "Compat" to "4" (#94) (@github-actions[bot])
- CompatHelper: bump compat for "IntervalSets" to "0.7" (#95) (@github-actions[bot])
Closed issues:
- SampledSignals is preventing IntervalSets from updating to latest version (#92)
v2.1.3
v2.1.2
SampledSignals v2.1.2
Closed issues:
- Serve sampled signals using InteractNext and Mux (#40)
- Project.toml:[compat] section causing compatibility issues with
Compat.jl
(#69)
Merged pull requests:
- Add tests for units.jl (#62) (@Sov-trotter)
- Add github actions for tests (#71) (@rob-luke)
- Create CompatHelper.yml (#73) (@rob-luke)
- Remove appveyor and travis tests (#74) (@rob-luke)
- Fix depreciation warnings and fix requirements (#75) (@rob-luke)
- CompatHelper: bump compat for "FixedPointNumbers" to "0.8" (#76) (@github-actions[bot])
- Update compat for IntervalSets (#79) (@rob-luke)
- Update unitful compat (#80) (@rob-luke)
v2.1.1
SampledSignals v2.1.1
Closed issues:
- VST plugin in Julia (#54)
Merged pull requests:
- Install TagBot as a GitHub Action (#58) (@JuliaTagBot)
- Fix downgrade of packages (#65) (@PallHaraldsson)
- Update tagbot workflow (#70) (@rob-luke)
v2.1.0
Julia 1.0 Support
Changelog:
- various fixes and tweaks to the CI configuration to be compatible with Julia 1.0
- switches to Unitful.jl instead of SIUnits.jl
- switches to IntervalSets.jl rather than an internal implementation
Stricter REQUIRE
v1.1.2 removes support for 0.6 prereleases
Respect Int32 Files
This fixes jupyter notebook display of 32-bit Integer audio files.
Adds PCM64Sample type alias
Because sometimes 32 bits just aren't enough
Updates for 0.6
Merge pull request #21 from JuliaAudio/06_depwarn updates for 0.6, some extra read/write capabilities