Skip to content

Releases: ARPA-SIMC/wreport

v3.40

27 Jun 09:35

Choose a tag to compare

New in version 3.40

  • Fixed an accidental API/ABI break introduced in 3.39 (#61)
  • Added varinfo_create_bufr and varinfo_delete_bufr to create Varinfo
    entries outside of tables. (#61)
  • Moved those internal functions that are not used by reverse dependencies to
    wreport/internals
  • Add new WMO tables
  • Allow to override master table version numbers via the
    WREPORT_MASTER_TABLE_VERSION environment variable (see
    README.md for details) (#58)
  • Add a decoder trace snapshot in test data to detect unexpected behaviour
    changes in the decoder
  • Fix incorrect padding when reading values of binary variables
  • Redesign calculation of variable domain boundaries (#59)
  • Updated code to use C++17 features
  • Building against wreport requires C++17 from now on
  • API and ABI are kept consistent, except for wreport/utils/tests.h

v3.37

21 May 10:44

Choose a tag to compare

New in version 3.37

  • Include cstdint in wreport/utils/string.cc (#55)
  • Fixed a corner case in decoding of associated fields (#52)
  • Fixed decoding of missing values in compressed MODES messages (#48)
  • Conversion V <-> mV and NTU <-> LM
  • Fixed decoding of associated fields in compressed messages (#47)
  • Fixed dtable parser (#43)
  • Improved documentation (#42)
  • Implemented var_hook_domain_errors option, required by dballe:#241
  • Implemented var_clamp_domain_errors option, required by dballe:#241

v3.27

19 Oct 16:04

Choose a tag to compare

New in version 3.27

  • Support Lua 5.4
  • Decode compressed string with non-empty reference values (#38)
  • Updated wobble and wobblepy
  • Always include wreport/version.h so that code that needs it can be compatibile with old versions

v3.25

13 Mar 15:01

Choose a tag to compare

New in version 3.25

  • Added NEWS.md (#34)
  • Updated lookup/guessing of reference year century on BUFR ed.3 (#36)
  • Fix bug with C table modifier 207YYY (#37)
  • Improved documentation

v3.24

28 Oct 16:52

Choose a tag to compare

v3.24-1

v3.24-1

v3.18

05 Dec 10:21

Choose a tag to compare

v3.18-1

3.18-1

v3.9

14 Feb 14:54

Choose a tag to compare

  • Added ppt (part per thousand) conversion
  • Added documentation for table file formats (fixes #11)
  • Splitted python2 and python3 packages in specfile (fixes #12)
  • Managing python namespace for CentOs 7 in specfile

v3.7

05 Oct 11:25

Choose a tag to compare

  • integrated America Fuzzy Lop generated test case
  • added table checking at build time (#10)
  • fixed duplicate variable in table (#8)
  • fixed compilation on i686 systems (#6)
  • do exact comparison of variable values in tests (#9)
  • large file support as a define
  • other minor fixes and missing testcases added

v3.3

12 Oct 11:36

Choose a tag to compare

v3.3-1

Bump version and version info

v2.15

06 Aug 13:12

Choose a tag to compare

v2.15-4628

Added table version 15. B table is from bufrdc, D table is a copy of …