File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ metar-1.9.0 (2 January 2022)
5+
6+ This release is mostly a maintanence release with one small API break that
7+ was unused within this library.
8+
9+ - [ #110 ] ( https://github.com/python-metar/python-metar/issues/110 ) * API Break* ,
10+ Remove unused/broken position.getdistance API.
11+ - [ #139 ] ( https://github.com/python-metar/python-metar/issues/139 ) Defaults wind
12+ speed units to knots for sites with US identifiers and meters per second for
13+ all others.
14+ - [ #147 ] ( https://github.com/python-metar/python-metar/issues/147 ) Allow parsing
15+ of METARs with wind and visibility after the sky condition group.
16+ - [ #148 ] ( https://github.com/python-metar/python-metar/issues/148 ) Parse sea
17+ level pressure (SLP) when found after the altimeter value.
18+ - [ #24 ] ( https://github.com/python-metar/python-metar/issues/24 ) Fix parsing
19+ of runway identifier in windshear group.
20+ - [ #136 ] ( https://github.com/python-metar/python-metar/issues/136 ) Allow for
21+ one digit temperatures.
22+ - [ #156 ] ( https://github.com/python-metar/python-metar/issues/156 ) Rename
23+ ` master ` branch to ` main ` .
24+
425metar-1.8.0 (28 December 2020)
526------------------------------
627
Original file line number Diff line number Diff line change 2828
29293030
31- __version__ = "1.8 .0"
31+ __version__ = "1.9 .0"
3232
3333__doc__ = """metar v%s (c) 2009, %s
3434
You can’t perform that action at this time.
0 commit comments