-
Notifications
You must be signed in to change notification settings - Fork 42
/
CHANGES.txt
83 lines (52 loc) · 1.94 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Changelog
---------
Version 0.7.0
* Added an updated version of the O2SAT function.
Version 0.6.0
* Re-factored datasets and fixed data sources URLs.
Version 0.5.1
* Fix find packages in setup.py #57.
Version 0.5.0
* Fixed pandas rolling_mean deprecation #54.
* Fixed failing tests.
* Added NaN support for MLD #53 and #56.
Version 0.4.1
* Replaced custom smooth filter for `scipy`'s `ndimage` filter.
* Re-factor `datasets` to avoid the `basemap` syntax in favor of a `bbox` like syntax.
* Re-factor `ff_tools` into a single `ocfis` module.
* Moved `compass` to plotting.
* Added `get_gebco15` function to extract gebco15 bathymetry.
* Removed `teaching` and `smoothers` modules as they were here only for learning purposes.
* Removed `shapely` and use `matplotlib.path.Path` in `in_polygon` instead.
* Many speed improvements via lazy imports and updates.
* Re-added a re-factored version of the filters module.
* Re-factored datasets and fixed many data sources.
Version 0.4.0
* Re-written `get_isobath` function that uses latest matplotlib contour machinery.
* Use integer indexes to fix `numpy` deprecations.
* Change license from MIT to BSD 3-Clause.
Version 0.3.0
* Fix `nanmean` and `nanstd` removed from latest `scipy`.
Version 0.2.5
* Lazy imports.
* Several minor bug fixes.
Version 0.2.4, 05-May-2015.
* Added `woa_profile`.
* Re-write of `woa_subset` to use iris instead of Pandas.
* Deprecate 'state' option in soundspeed.
Version 0.2.3
* Several small bugs and typos fixes.
Version 0.2.2
* Mixed Layer Depth functions.
* Critical depth and Light extinction coefficient.
* Contributor: [email protected] | github.com/arnaldorusso
Version 0.2.1, 07-Apr-2014.
* Python3 support.
Version 0.2.0
* Moved CTDProfile to a separated module (python-ctd).
Version 0.1.0
* Added several of new functions and sub-modules
* CTDProfile class (pandas DataFrame for CTDs).
* time_series methods to extend pandas Series.
Version 0.0.1
* Initial release.