Skip to content

Releases: NOAA-EMC/bufr-query

v0.0.5

08 Jan 20:51

Choose a tag to compare

Release has bug fixes and improvements since the last release a year ago. The biggest change is the inclusion of the ObsBuilder framework which can be used to standardize the way we ingest BUFR data.

v0.0.4

04 Nov 17:38

Choose a tag to compare

  • Adds some functions to support MPI operations
  • Fixes some bugs...

v0.0.3

04 Nov 17:40

Choose a tag to compare

  • Updates the install directory for the Python bindings to <install>/pythonX.Y/site-packages/bufr.
  • Fixes the paths in the python tests to point to the new test data directory.

v0.0.2

04 Nov 19:51
a78d4c7

Choose a tag to compare

This tag adds support for MPI, so you can parse BUFR files in parallel.

Fixes bug in show_queries.x where it would sometimes crash as it was not finding the meta data for some subsets.

v0.0.1

04 Nov 19:52

Choose a tag to compare

This is the initial release of BUFR query. It runs single threaded with no support for MPI.