=================================
* to be consistent with what the grib_api lib does, don't flip data grids
when jScansPositively=0 or iScansNegatively=1 (issue 77).
* fix segfaulting in ncepgrib2.py when interpolating from reduced to regular
grids.
* raise exception in redtoreg.pyx if number of points on reduced grid
does not equal number of data values (to prevent segfault).
* add -m option to grib_list (same as -s, but also print min/max of data).
* add 'tolerate_badgrib' module variable. When set to True (default False)
execptions won't be raised when grib files are encountered with missing or
malformed keys. Toggle with tolerate_badgrib_on() and
tolerate_badgrib_off().
* add man pages (thanks to Jos De Klos and Alastair McKinstry). Modify
setup.py to install man pages in MAN_DIR/man1 (MAN_DIR is an environment
variable, or can be set in setup.cfg).
* fix for issue 80 (remove mention of --packing_scheme from
grib_repack help message).