Skip to content

Releases: JuliaIntervals/IntervalContractors.jl

v0.5.0

24 Aug 23:12
2da7077
Compare
Choose a tag to compare

IntervalContractors v0.5.0

Diff since v0.4.7

Merged pull requests:

Closed issues:

  • Bug in mul_rev_IEEE1788 (#20)
  • Bug in powerrev when power is 0 (#25)
  • Method overwrite warning (#31)

v0.4.7

27 May 11:00
9844021
Compare
Choose a tag to compare

IntervalContractors v0.4.7

Diff since v0.4.6

Merged pull requests:

v0.4.6

04 Feb 20:44
bb96de5
Compare
Choose a tag to compare

IntervalContractors v0.4.6

Diff since v0.4.5

Merged pull requests:

v0.4.5

17 Oct 09:48
6babeac
Compare
Choose a tag to compare

IntervalContractors v0.4.5

Diff since v0.4.4

Merged pull requests:

v0.4.4

27 Aug 11:46
5251d81
Compare
Choose a tag to compare

IntervalContractors v0.4.4

Diff since v0.4.3

Merged pull requests:

v0.4.3

27 Apr 20:18
Compare
Choose a tag to compare

IntervalContractors v0.4.3

Diff since v0.4.2

Closed issues:

  • Fails with version 0.16.3 of IntervalArithmetic (#39)

Merged pull requests:

v0.4.2

08 Apr 11:49
673423f
Compare
Choose a tag to compare
Fails with version 0.16.3 of IntervalArithmetic #39 (#42)

* Remove pi_interval from trig.jl

* Fix expm1 tests

Incorrect tests (script not broken).

* Bump Patch Number

* Bump IntervalArithmetic requirement to 0.16.3 or greater

v0.4.1

12 Aug 13:48
v0.4.1
e95b5d2
Compare
Choose a tag to compare

v0.4.1 (2019-08-09)

Diff since v0.4.0

Merged pull requests:

  • Fix power_rev for exponents that are integer-valued but not integer-typed (#38) (dpsanders)

v0.4.0

16 Jul 19:58
v0.4.0
06349c7
Compare
Choose a tag to compare

v0.4.0 (2019-07-16)

Diff since v0.3.1

Closed issues:

  • Improve mul_rev (#28)

Merged pull requests:

Bug fixes

15 Oct 19:37
f03cadd
Compare
Choose a tag to compare
Clean up and correct power contractors (#24)

* Clean up powers

* Fix