| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-12 | 1.3 kB | |
| v0.7.0 source code.tar.gz | 2026-05-12 | 531.7 kB | |
| v0.7.0 source code.zip | 2026-05-12 | 547.0 kB | |
| Totals: 3 Items | 1.1 MB | 1 | |
IntervalRootFinding v0.7.0
This release is expected to be the last release before v1.0.
The only breaking change is that the Krawczyck contractor is now the default. New features since v0.6.0
- Compatibility with IntervalArithmetic v1.
- The root search continues on inconclusive boolean operations [#233]
- The iterator interface has been greatly improve [#210]
maxiterandreltolstop criterion [#210]- The type stability has been improved
- A lot of tests have been added
Merged pull requests:
- Infer root type from the provided function (#239) (@Kolaru)
- Bump julia-actions/setup-julia from 2 to 3 (#240) (@dependabot[bot])
- Better iteration state (#241) (@Kolaru)
- Use 10D problem from [#108] for tests and benchmarks (#242) (@Kolaru)
- Complete tests (#243) (@Kolaru)
- Prepare v0.7 release (#245) (@Kolaru)
Closed issues:
- Failure to find solutions for a 10-dimensional problem (#108)
- Complete tests suites (#115)
- More user-friendly iteration state (#206)
- Handle vector types more gracefully (#209)
- Use Krawczyk as default contractor ? (#210)
- TagBot: Manual intervention needed for releases (#238)