Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c277115

Browse files
committed
denote 1.9.0 release
1 parent 1b832f3 commit c277115

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Change 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+
425
metar-1.8.0 (28 December 2020)
526
------------------------------
627

metar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
__email__ = "[email protected]"
3030

31-
__version__ = "1.8.0"
31+
__version__ = "1.9.0"
3232

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

0 commit comments

Comments
 (0)