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

relax signbit in range construction #144

Closed
wants to merge 2 commits into from

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Oct 11, 2023

This allows non-number types to be used in infinite ranges. E.g. infinite range of dates:

julia> InfiniteArrays.InfStepRange(Date(2000, 1, 1), Day(1))
Date("2000-01-01"):Day(1):+

@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

Merging #144 (fa482ee) into master (9360eb6) will decrease coverage by 0.10%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##           master     #144      +/-   ##
==========================================
- Coverage   85.92%   85.83%   -0.10%     
==========================================
  Files           6        6              
  Lines         732      734       +2     
==========================================
+ Hits          629      630       +1     
- Misses        103      104       +1     
Files Coverage Δ
src/infrange.jl 87.34% <66.66%> (-0.24%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jishnub jishnub closed this Apr 3, 2024
@jishnub jishnub deleted the signbit branch April 3, 2024 10:56
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.

1 participant