Skip to content

Releases: OnroerendErfgoed/crabpy

0.4.1

05 Sep 18:10
Compare
Choose a tag to compare
  • Fix an issues with pickling in list_gemeente_by_provincie.
  • Removed the sort parameter from list_gemeenten_by_provincie since it didn't work anyway.

0.4.0

03 Sep 15:48
Compare
Choose a tag to compare

This release adds a few new options:

  • Added a bounding box to a CRAB Straat. (#26)
  • Added a bounding box to a CRAB Huisnummer. (#27)
  • Added a Provincie object. (#31)

0.3.4

09 May 09:50
Compare
Choose a tag to compare

Minor release with some lazy loading optimisations.

0.3.3

02 May 10:04
Compare
Choose a tag to compare

Very minor release that adds some logging capabilities.

0.3.2

29 Apr 13:35
Compare
Choose a tag to compare
  • A crabpy.gateway.crab.Gebouw loaded through the
    crabpy.gateway.crab.CrabGateway.get_gebouw_by_id() method was not passed a
    crabpy.gateway.crab.CrabGateway. (#15)
  • Always load a full crabpy.gateway.crab.Metadata object when returning
    from a get*_by_id method. (#13)
  • Add a wegobjecten property to a crabpy.gateway.crab.Straat. (#17)
  • Add a wegsegmenten property to a crabpy.gateway.crab.Straat. (#18)
  • Added support for Coveralls. (#16)

0.3.1

17 Mar 08:22
Compare
Choose a tag to compare
  • Fixed a bug with lazy loading a Perceel's capatype or cashkey. (#8)
  • Removes duplicates from a list of gemeentes as returned by CRAB. (#10)
  • Removed loading a Gemeente with an afdeling to speed up certain queries. (#7)
  • Removed a few unneeded requests in the capakey gateway when working with
    Gemeente.id or Afdeling.id.
  • Fixed printing of objects through the str method on python 2.7. (#9)
  • Adapted examples for python 3 print. (#11)

0.3.0: CRAB Gateway

12 Mar 16:25
Compare
Choose a tag to compare
  • Added a Gateway for the Crab webservice.
  • Added caching to the Crab Gateway using Dogpile

0.2.1

12 Mar 16:22
Compare
Choose a tag to compare
  • Document how to connect to the services through a proxy.
  • Fix an incomplete release.

0.2.0: CAPAKEY Gateway

12 Mar 16:23
Compare
Choose a tag to compare
  • Added a Gateway for the Capakey webservice.
  • Added caching to the Capakey Gateway using Dogpile
  • Better test coverage. Ability to skip integration tests.
  • Added some documentation.
  • Removed a dependency for resolving UsernameDigestTokens. This in term removed the original suds from the dependency chain.
  • Due to removing those dependencies, compatibility with Python 3.2 and 3.3 is now present.

0.1.0: Initial Release

12 Mar 16:24
Compare
Choose a tag to compare