forked from chris4540/py-ncepbufr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
32 lines (28 loc) · 1.18 KB
/
Changelog
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
version 1.0.0
=============
* add function for computing bit flags from integer and mnemonic
* remove GSI diag reader stuff (still in branch gsidiag)
version 0.9.3
=============
* have read_diag return specific humidity in kg/kg (not q/qsat)
* add nc2prepbufr and merge_prepbufrdiag utilities.
* numerous bug fixes.
* add read_diag.diag_rad for reading radiance diag files.
version 0.9.2
=============
* include module for reading GSI diagnostic files for conventional
data (read_diag.diag_conv).
10/11/2015: version 0.9.1 (tag v0.9.1rel)
=========================================
* remove -C from CPPFLAGS in src/makebufrlib.sh (pull request #1),
otherwise compile failed with cpp version 4.8.
* 'pivot' kwarg to changed to 'rep' in read_subset and write_subset.
* add 'set_missing_value' method.
* rewind method added, aliased to checkpoint.
* reinitialize msg_counter when checkpoint called.
* added utility for converting prepbufr to netcdf (utils/prepbufr2nc).
* add __version__ and __bufrlib_version__ module variables.
* add -fPIC to FFLAGS and CFLAGS in makebufrlib.sh, removed -fdefault-real-8.
9/1/2015: version 0.9 (tag v0.9rel)
====================================
* first public release.