-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
43 lines (36 loc) · 1.18 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
TODO
====
* Reduce time of computation
Versions
========
internal-fluid-flow 1.0.0 (2023-05-08)
============================================
* Minor changes
internal-fluid-flow 0.2.1 (2022-12-05)
======================================
* Important bug fixed
internal-fluid-flow 0.2.0 (2022-12-03)
======================================
* Minor changes on documentation
* Help comments for internal functions included
* New functions included
* Guidelines of temperature of adiabatic saturation included
* Guidelines of saturation at dry bulb temperature included
* Psychrometric chart response built
from a built-in file (avoid unnecessary computation)
* Dependency on optim removed
internal-fluid-flow 0.1.2 (2022-11-18)
======================================
* Minor changes on documentation
* Fixed important bug on the main function
* Major changes to accelerate computation
* Pkg optim included as dependency
* Plots upgraded
internal-fluid-flow 0.1.1 (2022-11-17)
======================================
* Minor changes on documentation
* Graphical answer made optional
internal-fluid-flow 0.1.0 (2022-11-15)
======================================
* First release
* Package under construction