-
Notifications
You must be signed in to change notification settings - Fork 35
/
CHANGES.txt
57 lines (38 loc) · 1.44 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
Changelog
---------
Version 1.2.0
* Added `remove_up_to()` method to remove bad data at the beginning of a cast
* Allow for data without pressure to be loaded and, if possible, create the pressure index
Version 1.1.0
* Added more SBE valid pressure names
* Wrap matplotlib plots
* Use case fold to avoid to standardize names
* Support pandas >=1.0
Version 1.0.0
* Major re-factor to use `pandas_flavor` instead of Monkey Patching.
* Added bindata via interpolation.
Version 0.4.0
* Read searbird `bl` files.
* Fixed some warnings for the latest pandas.
* Fixed hardcoded number of stats in `from_btl`.
* Added a seabird ASCII bottle reader.
* Unified bottle and cnv parsers.
Version 0.3.0
* Changed license from `MIT` to BSD 3-Clause.
* Fixed `gsw 3.1.1` compatibility issues.
* Fixed reading pressure column from Sea Bird MicroCat SBE 37SM.
* Fixed Python 2/3 encoding issues.
* Improved CI test framework.
This will be the past version using `pandas` b/c the `Panel` class is deprecated.
The next version will probably use `xarray` to store and serialized the CTD data.
Version 0.2.2
* Support for different searbird `cnv` pressure spellings ('prDM' and 'prdM')
thanks @j08lue.
* Lazy import for optional dependencies (`gsw` and `scipy`).
* Several small bug fixes.
Version 0.2.1
* None is assigned to position data when it is not available.
Version 0.2.0
* Fixed compatibility fir 0.13.
Version 0.1.0
* First version derived from oceans package.