-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathCHANGES.txt
58 lines (33 loc) · 1.92 KB
/
CHANGES.txt
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Changelog
---------
Version 3.3.3
* Unified code base for python 2 and 3, we no longer use 2to3 to convert.
Version 3.3.2
* Fixed py3k bug that prevent installation.
Version 3.3.1
* Both `gpan` and `bfrq` accepts 3D arrays now.
* Fixed inconsistency in use of ITS-90 and increased convergence precision from 1e-4 to 1e-10 for `cndr`. Note: Not sure if this fix is needed. However, it is in the original version!
Version 3.2
* Corrected sign of potential vorticity in `bfrq`.
Version 3.1
* Added `swvel` to compute surface wave velocity.
Version 3.0
* Converted code so that temperature is now ITS-90 throughout.
Version 2.0.2
* Coding changes to enable functions to return the same shape vector as the input arguments. In previous releases, some functions returned column vectors for row vector input. Also some other tidying up.
Version 2.0.1
* New routine `satAr`. Solubility of Ar in seawater.
* New routine `satN2`. Solubility of N2 in seawater.
* New routine `satO2`. Solubility of O2 in seawater.
* Updated `test` to include tests for above.
Version 1.2e
* Fixed bug in `alpha` where temp used in calculations regardless of the keyword.
Version 1.2d
* `bfrq` now also returns potential vorticity. Thanks to Greg Johnson ([email protected]).
* OMEGA=7.29e-5 was changed to OMEGA=7.292e-5 in `gvel` to be consistent with `f`.
* **Important API change**: The usage of `alpha`, `beta` and `aonb` routines has changed! All these routines expect (S,T,P) to be passed instead of (S,PTMP,P) as in previous releases of seawater. Fast execution can still be obtained by passing ptmp=True.
Version 1.2c
* Fixed a bug in `bfrq` where empty LAT was needed as argument when no latitude values are being passed.
* Now pass PRESSURE instead of DEPTH, more consistent though only a negligible change is answers.
Version 1.2b
* First official release and announcement on the networks.