----------------------------
The development of the `python-metar` library has been moved to a [Github Organization](https://github.com/python-metar) with the kind approval of Tom Pollard. A few volunteers including phobson and akrherz look to maintain this library doing forward. The best way to submit bug reports is through Github.
The 1.6.0 release is the first made by our new organization and signifies an effort to fix bugs and improve the API. Here are some of the highlights with this release.
- The `Metar` constructor now supports a `strict` parameter (see 51 and 36). When `strict=False`, the parsing of METARs will not raise exceptions for parsing failures nor unparsed groups.
- Python 3.6 is formally supported and actively tested against.
- `print` statements were replaced by standard library loggers.
- In the case of a METAR that contains sea-level pressure (SLP) and not altimeter, the METAR object attribute `press` is left unset. (see 38)
- METAR precipitation and snow reports can be of `Trace` value. (see 34)
- It is now possible to override some class attributes (see 37)
- Add support for METAR 4/ group (snow depth) (see 31)
- Add method to show recent weather as string (see 21)
- A few sundry code fixes, cleanups, and improvements to automated testing