Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Change Log
==========

metar-1.8.0 (28 December 2020)
------------------------------

This release is a bug fix and enhancement release with no known API breakages. The highlights include:

- [#84](https://github.com/python-metar/python-metar/issues/84) handle METAR strings that end with `=`.
- [#121](https://github.com/python-metar/python-metar/issues/121) allow METAR with `COR AUTO` to be parsed.
- [#114](https://github.com/python-metar/python-metar/issues/114) parse METARs with multiple BECOMING groups.
- [#107](https://github.com/python-metar/python-metar/issues/107) correct the default units for runway visual range.
- [#26](https://github.com/python-metar/python-metar/issues/26) fix parsing of `////` in runway visual.

Unrelated to library improvements, numerous improvements to the build infrasture and code formatting were made.

metar-1.7.0 (15 January 2019)
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion metar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

__email__ = "pollard@alum.mit.edu"

__version__ = "1.7.0"
__version__ = "1.8.0"

__doc__ = """metar v%s (c) 2009, %s

Expand Down