-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangelog
58 lines (51 loc) · 2.14 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
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
since version 1.1.1 release
==========================
* make set_missing_value, get_missing_value and set_datelength module
functions (since the parameter values are global data in the fortran
code anyway).
Remove set_missing_value and set_datelength bufrlib.open methods.
* BUFRLIB_PATH env var can now be used to point to a pre-built bufrlib
(as provided by https://github.com/JCSDA/BUFRLIB).
version 1.1.1
=============
* add copy_message method.
* raise IOError when trying to open a file for reading that doesn't exist.
* use openmb instead of openmg.
* add filterbyreceipt.py utility.
* update BUFRLIB src to v11.3.0.
* add set_param and get_param functions to set/get BUFRLIB internal size
parameters.
version 1.1.0
=============
* added bufrdif.py utility.
* ncepbufr.open table kwarg can be an existing ncepbufr.open instance.
* ncepbufr.openmsg now has msg_receipt_time kwarg (YYYYMMDDHHMM).
* added bufrsubset.py (subset bufr file by receipt time).
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.