-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump IntervalArithmetic to 0.22 (#57)
* Use \sqcup and \sqcap * Comment out stuff with DecoratedIntervals * Replace a.lo with inf(a) and similarly for .hi and sup * More updates * Bump minor version * Replace == and === in tests with isequal_interval * Fix CI to 1.10 * Bump IntervalBoxes version * Replace Interval() with interval() * Add eq function for testing bareinterval equality * Add single-argument sqr_rev * Add single-arg abs_rev * Add NEWS.md * Add single-argument versions of sin_rev and cos_rev * Typo * Remove usage of member symbol * Fix mulrev_to_pair tests * Add more single-variable versions * Fix another isempty * Correct fix for mul_rev_to_pair tests * Tests passing * Working for bare intervals * Fix tests * Fix test
- Loading branch information
Showing
29 changed files
with
2,369 additions
and
2,370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
version: | ||
- '1' | ||
- '1.10' | ||
- 'nightly' | ||
os: | ||
- ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# IntervalContractors.jl NEWS.md | ||
|
||
## v0.5.0 | ||
- Update to `IntervalArithmetic.jl` v0.22 | ||
- Use square versions of intersection and union symbols (available from v0.22.12) | ||
- Some previous functions were removed from `IntervalArithmetic.jl` | ||
|
||
- Adds a dependency on the separate `IntervalBoxes.jl` package (to replace the functionality removed from | ||
`IntervalArithmetic.jl`) | ||
|
||
- `Interval` now refers to a *decorated* interval |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
2da7077
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
2da7077
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/113792
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: