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

Merge commit fix for v0.21.1 #583

Merged
merged 7 commits into from
Sep 11, 2023
Merged

Merge commit fix for v0.21.1 #583

merged 7 commits into from
Sep 11, 2023

Conversation

Kolaru
Copy link
Collaborator

@Kolaru Kolaru commented Sep 10, 2023

Some commits are missing from the v0.21.1 branch, that should not be totally breaking.

@OlivierHnt Could you check if this is right ? I cherry picked the fix, as we discussed last week. I think the most serious changes should only be on master and not released yet.

Kolaru and others added 7 commits September 11, 2023 01:29
commit 1c0522f
Merge: 4c239d5 ee93bd4
Author: Benoît Richard <[email protected]>
Date:   Sun Jul 23 23:13:48 2023 +0200

    Merge pull request JuliaIntervals#569 from vaerksted/master

    fix typos

commit ee93bd4
Author: spaette <[email protected]>
Date:   Sat Jul 22 12:11:01 2023 -0500

    typos

commit 4c239d5
Author: Benoît Richard <[email protected]>
Date:   Tue Jul 4 00:35:20 2023 +0200

    Bump version

commit 249040d
Merge: 4404658 7bef23e
Author: Benoît Richard <[email protected]>
Date:   Tue Jul 4 00:34:13 2023 +0200

    Merge pull request JuliaIntervals#525 from petvana/simplified-mod

    Simplified version of mod(x::Interval, y::Real)

commit 4404658
Author: Benoît Richard <[email protected]>
Date:   Wed Jun 14 14:03:14 2023 +0200

    Bump version for release

commit 7bef23e
Author: Petr Vana <[email protected]>
Date:   Fri May 27 11:11:53 2022 +0200

    Cleanup

commit f9f4733
Author: Petr Vana <[email protected]>
Date:   Fri May 27 11:10:05 2022 +0200

    Throw ArgumentError for Interval divisor for mod

commit 6fdc809
Merge: 439723f d2603d6
Author: Petr Vana <[email protected]>
Date:   Fri May 27 11:01:43 2022 +0200

    Merge branch 'simplified-mod' of github.com:petvana/IntervalArithmetic.jl into simplified-mod

commit 439723f
Author: Petr Vana <[email protected]>
Date:   Fri May 27 11:01:27 2022 +0200

    Disable divisor for mod to be an interval

commit d2603d6
Author: Petr Vana <[email protected]>
Date:   Thu May 26 11:34:04 2022 +0200

    Update docs

commit 45abc46
Author: Petr Vana <[email protected]>
Date:   Thu May 26 11:30:14 2022 +0200

    Implementation for strictly negative divisors for mod

commit ff47910
Author: Petr Vana <[email protected]>
Date:   Thu May 26 11:11:35 2022 +0200

    Add todo for mod with between two intervals

commit ea00b23
Author: Petr Vana <[email protected]>
Date:   Wed May 25 19:59:30 2022 +0200

    Imrpove test coverage + use zero()

commit b56f4be
Author: Petr Vana <[email protected]>
Date:   Wed May 25 13:44:24 2022 +0200

    Use ⊇ operator

commit d23df89
Author: Petr Vana <[email protected]>
Date:   Tue May 24 21:13:53 2022 +0200

    Update src/intervals/functions.jl

    Co-authored-by: lucaferranti <[email protected]>

commit 153d749
Author: Petr Vana <[email protected]>
Date:   Tue May 24 20:27:51 2022 +0200

    Improve testing

commit fea1b34
Author: Petr Vana <[email protected]>
Date:   Tue May 24 20:10:05 2022 +0200

    Introduce simplified version of mod
@codecov-commenter
Copy link

codecov-commenter commented Sep 10, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.06% 🎉

Comparison is base (91dede5) 84.70% compared to head (ddbafd2) 84.77%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           v0.21.x     #583      +/-   ##
===========================================
+ Coverage    84.70%   84.77%   +0.06%     
===========================================
  Files           33       33              
  Lines         1818     1826       +8     
===========================================
+ Hits          1540     1548       +8     
  Misses         278      278              
Files Changed Coverage Δ
src/IntervalArithmetic.jl 70.00% <ø> (ø)
src/intervals/arithmetic/trigonometric.jl 96.66% <ø> (ø)
src/multidim/intervalbox.jl 88.52% <ø> (ø)
src/intervals/arithmetic/basic.jl 97.81% <100.00%> (+0.13%) ⬆️

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

@OlivierHnt
Copy link
Member

LGTM 👍

@Kolaru Kolaru merged commit 9ac59c7 into JuliaIntervals:v0.21.x Sep 11, 2023
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.

4 participants