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

Provide range methods for OpenInterval and Interval{:open,:closed} #193

Merged
merged 2 commits into from
Jan 1, 2025

Conversation

Sagnac
Copy link
Contributor

@Sagnac Sagnac commented Sep 26, 2024

Methods already exist for ClosedInterval and Interval{:closed,:open}; these new methods complete the set of range extensions for each interval type.

Methods already exist for ClosedInterval and Interval{:closed,:open};
these new methods complete the set of range extensions for each interval
type.
Copy link

codecov bot commented Sep 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.12%. Comparing base (13c76e1) to head (0516427).
Report is 16 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
- Coverage   99.11%   98.12%   -1.00%     
==========================================
  Files           6        6              
  Lines         225      266      +41     
==========================================
+ Hits          223      261      +38     
- Misses          2        5       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Sagnac
Copy link
Contributor Author

Sagnac commented Oct 10, 2024

@hyrodium it looks like the Julia 1.6 tests are failing because that version of Julia doesn't support all range methods; since LTS is now at Julia 1.10.5 do we still want to support 1.6?

@dlfivefifty
Copy link
Member

No just change the tests to test 'lts' and '1'

Julia LTS is now at 1.10.5
@Sagnac
Copy link
Contributor Author

Sagnac commented Oct 21, 2024

@dlfivefifty Done. I'm not sure why Invalidations is failing now

@dlfivefifty
Copy link
Member

For some reason JET.jl is v0.8.x but the newest version is v0.9.x

Copy link
Collaborator

@hyrodium hyrodium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR! The test failure with Invalidations should be unrelated to this PR.

@hyrodium hyrodium merged commit 56a55ca into JuliaMath:master Jan 1, 2025
11 of 13 checks passed
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.

3 participants