Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated version requirement to julia (1.6) & unitful (1.11) #93

Merged
merged 3 commits into from
May 24, 2022

Conversation

truedichotomy
Copy link
Contributor

What does this implement/fix?

This PR updates the version requirement to julia 1.6 and compatibility with Unitful 1.11. These changes allow IntervalSets to be updated from 0.5.4 to the latest version of 0.6.1.

Reference issue

Fixes #92

truedichotomy and others added 2 commits May 13, 2022 08:28
`abs(spec)` does not work, need to use `abs.(spec.data)`.
@codecov
Copy link

codecov bot commented May 24, 2022

Codecov Report

Merging #93 (6a461ff) into master (faec5bb) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #93   +/-   ##
=======================================
  Coverage   76.59%   76.59%           
=======================================
  Files           6        6           
  Lines         440      440           
=======================================
  Hits          337      337           
  Misses        103      103           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update faec5bb...6a461ff. Read the comment docs.

@rob-luke
Copy link
Member

Thanks @truedichotomy

@rob-luke rob-luke merged commit d0d2cd6 into JuliaAudio:master May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SampledSignals is preventing IntervalSets from updating to latest version
2 participants