Skip to content

Releases: osmcode/pyosmium

Version 2.14.3

08 Aug 20:02
Compare
Choose a tag to compare

Fixed

  • fix rounding error in tests

Version 2.14.2

06 Aug 22:38
Compare
Choose a tag to compare

Added

  • expose Coordinates struct and mercator projection functions

Changed

  • use current libosmium and protozero

Fixed

Version 2.14.0

31 Mar 19:37
Compare
Choose a tag to compare

Added

Changed

  • use current libosmium
  • install protozero separately from libosmium
  • installation documentation updated

Fixed

Version 2.13.0

31 Aug 19:27
Compare
Choose a tag to compare

Added

  • tests for WKB factories and replication server
  • str() and repr() implementations for all classes in osmium.osm
  • when applying diffs to a handler, a location cache may be used

Changed

  • use new MultipolygonManager for building areas
  • allow to access nodes in a NodeRefList with negative index
  • use current libosmium

Fixed

  • pyosmium-get-changes exits with an error when no start sequence can
    be found

Version 2.11.3

20 Aug 09:21
Compare
Choose a tag to compare

Changed

  • updated to latest libosmium 2.11 bugfix release

Fixed

  • handler functions not called when using Reader instead of file

Version 2.12.4

19 Aug 20:33
Compare
Choose a tag to compare

Fixed

  • make apply_reader_simple a template again
  • minor fixes to documentation

Version 2.12.3

25 May 10:26
Compare
Choose a tag to compare

Added

  • links to appropriate mailing lists and issue trackers

Changed

Fixed

  • handler functions not called when using replication service (#38)
  • pyosmium-get-updates: bad variable name

Version 2.11.2

25 May 10:25
Compare
Choose a tag to compare

Fixed

  • handler functions not called when using replication service (#38)

Version 2.12.2

04 May 20:58
Compare
Choose a tag to compare

Added

  • build support for Windows
  • various tests

Changed

  • python sources moved into src/ directory
  • use current libosmium
  • area.inner_rings() now takes an outer ring as parameter and returns an iterator

Fixed

  • force use of C++ compiler
  • output type of index.map_types() function
  • write buffers growing unbound

Version 2.11.1

04 May 21:40
Compare
Choose a tag to compare

Fixed

  • prevent unnecessary calls to callbacks
  • correctly throw KeyError in taglist accessor
  • fix output type of index.map_types() function
  • don't overgrow writer buffers over requested size