Skip to content

Releases: UDST/osmnet

v0.1.7

08 Aug 17:21
73d28fa

Choose a tag to compare

  • adds support for Shapely 2.0

v0.1.6

14 Jul 22:34
e57d5e5

Choose a tag to compare

  • adds support for GeoPandas v0.7 and later
  • ends support for Python 2.7 and Win32

v0.1.5

15 Jun 19:12
155110a

Choose a tag to compare

  • adds custom_osm_filter parameter
  • update default keep_osm_tags list to include more tags including area
  • add new exceptions to catch for queries that return bad/no data
  • add coveralls support

More precise exception handling

06 Apr 21:11

Choose a tag to compare

  • Better exception handling of KeyError exceptions.
  • Removed unnecessary logs.

Autogeneration of documentation

04 Apr 18:02

Choose a tag to compare

  • Documentation is now generated and upload to the gh-pages branch after each commit on master.

HOTFIX: synchronizing version numbers

31 Mar 16:14

Choose a tag to compare

  • Now version numbers are the same in all the source code.

HOTFIX: changing README file version

31 Mar 16:01

Choose a tag to compare

  • README file changed from MarkDown to RST format.

Python 3 support and code quality improvements

31 Mar 15:59

Choose a tag to compare

  • Python3 support. Now, Travis run tests over Python2.7 and Python3.5.
  • Travis runs pycodestyle on each commit.
  • Code now conforms pep8 and pycodestyle.