Skip to content

Commit

Permalink
Merge pull request #138 from NOAA-EMC/jba_rn
Browse files Browse the repository at this point in the history
updated Release Notes for v11.5.0
  • Loading branch information
jbathegit authored Apr 23, 2021
2 parents 7e91afd + f21ac6f commit a3cddb6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.4.0
11.5.0
8 changes: 7 additions & 1 deletion docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@brief Detailed description of changes included within each new release.


### Version 11.4.0 - TBD
### Version 11.5.0 - April 26, 2021

* Subroutine ufbseq() was modified for cases where the number of available
levels exceeds the amount of user-provided array space when reading from an
Expand Down Expand Up @@ -51,6 +51,12 @@ removed from the library.
[[Issue #107](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/107)]


### Version 11.4.0 - November 20, 2020

* A Python API was added to the library, for use with Python applications.
[[Issue #61](https://github.com/NOAA-EMC/NCEPLIBS-bufr/issues/61)]


### Version 11.3.2 - July 16, 2020

* A user-friendly sanity check was added to subroutine closbf(), in case an
Expand Down
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ writing/encoding BUFR data:
<tr>
<th>reading/decoding</th>
<td>openbf() openbf_f() ufbmem() ufbmex() cobfl()</td>
<td>readmg() ireadmg() ireadmg_f() readerme() readns() ireadns() rdmemm() readmm() ireadmm() crbmg() datelen() getlens() iupvs01() iupbs01() iupbs3() nmsub() rtrcpt()</td>
<td>readmg() ireadmg() ireadmg_f() readerme() readns() ireadns() rdmemm() readmm() ireadmm() crbmg() datelen() getlens() iupvs01() iupbs01() iupbs3() nmsub() rtrcpt() igetdate()</td>
<td>readsb() ireadsb() ireadsb_f() readns() ireadns() rdmems() ufbmms() ufbmns()</td>
<td>ufbint() ufbrep() ufbseq() ufbstp() ufbint_f() ufbrep_f() ufbrms() readlc() getvalnb() setbmiss() getbmiss() ibfms() icbfms()</td>
</tr>
Expand Down

0 comments on commit a3cddb6

Please sign in to comment.