-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
28 lines (19 loc) · 835 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
GNU Octave Package kinterval
Summary of important user-visible changes
Version 0.0.4 2023-03-03
========================
* Fixed bugs in in() and inv().
Version 0.0.3 2022-04-18
========================
* Removed abs() in rad() and wid(). Radius and width of Kaucher intervals are signed now.
Version 0.0.2 2022-03-10
========================
* Added function subdiff() for formal solution of the interval linear system
A * x = b in Kaucher interval arithmetic by subdifferential Newton method
(S.P. Shary, 1996).
* Added short named versions of Kaucher interval constructor ki() and
kintval().
Version 0.0.1 2020-10-31
========================
* Initial release version, which contains basic functions and
operations for Kaucher interval arithmetic.