-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCHANGES
More file actions
22 lines (17 loc) · 744 Bytes
/
Copy pathCHANGES
File metadata and controls
22 lines (17 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2.0.0 (TBD)
------------------
- Added read support for the Google extension features Track and MultiTrack.
- Added read support for MultiGeometry types (MultiPoint, MultiLineString, and MultiPolygon).
- Added a default namespace mapping that can be overridden.
1.1.0 (2020-04-26)
------------------
- Version 2.0.0 will be Python 3.6+ only. A warning is raised if version 1.1.0
is imported with a Python version < 3.6 (#7).
- Placemarks are found at any level, even in Folders (#4).
1.0.0 (2019-05-04)
------------------
- Python 3 compatibility added.
- Deprecated test assertions have been fixed.
- Code reformatted using black.
- Project is classified as "mature". It's pretty much finished and no further
development is expected.