Skip to content

Releases: OnroerendErfgoed/crabpy

0.10.0

17 Jul 09:24
176adb6
Compare
Choose a tag to compare
  • Capakey service: change source base map (#95)
  • Capakey service: return full geometry (#96)

0.9.0

20 Mar 08:49
Compare
Choose a tag to compare
  • Remove the deprecated CapakeyGateway (#92).

0.8.3

07 Dec 09:56
Compare
Choose a tag to compare
  • Fix some unit tests.
  • Update some dependencies
  • Configure pyup

0.8.2

25 Aug 13:14
Compare
Choose a tag to compare
  • Add zope.deprecation to setup.py #76
  • Upgrade capakey rest service #78

0.8.1

20 Apr 15:13
Compare
Choose a tag to compare
  • Updated center and bounding box format in responses of the CapakeyRestGateway in accordance with the CapakeyGateway (#73).

0.8.0

19 Apr 15:57
Compare
Choose a tag to compare
  • Added a CapakeyRestGateway that uses the new Capakey REST service provided by
    Informatie Vlaanderen. (#45, #53)
  • Deprecate Capakey SOAP gateway (#69)
  • Fix a bug with list_huisnummers_by_perceel. (#67)
  • Dropped support for Python 3.3 and added support for Python 3.6.

0.7.0

28 Jan 15:27
Compare
Choose a tag to compare
  • Add official support for python 3.5
  • Implement list_huisnummers_by_perceel. (#56)
  • Implement get_postadres_by_huisnummer and get_postadres_by_subadres. (#57)
  • A a property Perceel.postadressen to get the postadressen for a certain
    Perceel. (#58)
  • Implement a Deelgemeente object and list_deelgemeenten,
    list_deelgemeenten_by_gemeente and get_deelgemeente_by_id. (#63)

0.6.0

01 Jun 13:27
Compare
Choose a tag to compare
  • Implement operations dealing with Adrespositie. (#37) [TalissaJoly]
  • Improve the coverage. (#39) [TalissaJoly]
  • Fix a bug with objects that have an empty bounding box. (#46) [TalissaJoly]
  • Better handling of unexisting objects. (#49) [TalissaJoly]
  • Switch tests to py.test. (#19) [TalissaJoly]

0.5.0

03 Mar 11:26
Compare
Choose a tag to compare
  • Implement operations dealing with Subadres. This deals with things like postboxes in appartment complexes. (#34) (#40) [@TalissaJoly]
  • Drop support for python 3.2 (#36)
  • Fix a bug with crab.list_aardsubadressen. (#38)

0.4.2

18 Sep 08:33
Compare
Choose a tag to compare
  • Fix an issue with CRAB Gateway list operations that contain no results.
    Previously these triggered an error, now they return an empty list. (#33)
  • Clean up CHANGES.rst so it works on pypi again.