Releases: docentYT/osm_easy_api
Releases · docentYT/osm_easy_api
v0.4.2
Changed
- Order of elements in xml generated by
Way._to_xml()
. First tags, then nodes.
Fixed
Relation._to_xml()
was returning an xml without osm tags.- Deleted disused variable in
Node._to_xml()
. - Fixed incorrect relation parsing of data recived by
full
endpoint.
v0.4.1
v0.4.0
Added
to_dict()
method andfrom_dict()
class method toNote
.to_dict()
method andfrom_dict()
class method toComment
.to_dict()
method andfrom_dict()
class method toUser
.- Documentation about
Meta
andAction
class. - Assert error (with information to report it on github) when api returns an error code not described on the wiki.
to_dict()
method andfrom_dict()
class method to(relation) Member
.
Fixed
Note
can now be imported from package.Comment
can now be imported from package.User
can now be imported from package.Member
can now be imported from package.- Pdoc command in
README.md
. Relation.to_dict()
method now recursively serialises members. #10Way.to_dict()
method now recursively serialises nodes.
Changed
- Changed imports in
Relation.py
to use importing through a module rather than directly from a file. - Added
sample_dataclasses.py
file in tests fixtures to reduce code duplication. - Changed function name and deleted unnecessary argument in
append_elements_to_master_element()
nested inside private method_to_xml()
inOsmChange
.
v0.3.0
v0.2.0
v0.1.4
Fixed
- Improvement of utils.join_url() function.
- Spelling errors corrected @matkoniecz
v0.1.3
v0.1.2
Release v0.1.1
Update tests.yaml