Skip to content

Releases: OnroerendErfgoed/brdr

0.5.0

14 Nov 12:13
5990c86
Compare
Choose a tag to compare

What's Changed

  • Refactoring:

    • Updated dependencies [#127]
    • Improvement of the brdr-algorithm implementation [#119]
  • Functionalities:

    • no new functionalities
  • Bugfixing:

    • Bugfix needed when using non-textual identifiers (f.e. integers) when searching for GRB changes [#115]
    • Bugfix in predicted geometries: When no stable geometries found an empty list has to be returned instead of
      0.0 [#118]
    • Bugfix when reloading new thematic dictionary; the thematic union has to be recalculated [#122]
    • Bugfix for default list of relevant distances; Range-calculation omits the upper value [#117]
    • Bugfix when using 0m as relevant distance for GRB-actualisation [#121]
    • Bugfix so GRB-actualisation also works with local layers [#120]

Full Changelog: 0.4.0...0.5.0

0.4.0

03 Oct 15:09
b799fb6
Compare
Choose a tag to compare

What's Changed

  • Refactoring:
    • Possibility for parallel processing [#97]
    • Changed Aligner constants to init-settings [#83]
    • Refactored ID-handling so strings,integers,... can be used as ID[#110]
    • Cleaned examples [#100]
  • Functionalities:
    • Added evaluation-attributes to evaluate()-function [#99]
    • processing-remarks available in geojson-output [#103]
    • Added warning when input/output changed from polygon/multipolygon [#107]
  • Bugfixing:
    • Bugfix on version_date [#96]
    • Bugfix on disappearing features [#105]

Full Changelog: 0.3.0...0.4.0

0.3.0

19 Sep 18:35
0c588f4
Compare
Choose a tag to compare

What's Changed

! Not Backwards compatable !

Refactoring:

  • refactor the structure of the (internal) dicts: dict_series, dict_predicted. More logical and faster [#57]
  • refactoring of 'formula-function': more generic [#59]
  • removed deprecated loaders from codebase [#77]
  • simplify the core-functionalities of Aligner: process, predict, compare [#89]
  • cleanup unused functions [#81]

Functionalities:

  • Add brdr-version to formula [#66]
  • predict: filter duplicate predictions [#70]
  • Predictor: add a attribute (nr_calculations) that states how many predictions are found, so it can used in the output [#69]
  • Added GRB-function"update_to_actual_version", to be used in brdrQ [#64]
  • Added GRBSpecificDateLoader: Alignment on GRB (parcels) on specific date [#63]
  • Added OnroerendErfgoedLoader, to load OnroerendErfgoed-data [#65]

Bugfixing:

  • adding a safe_equals-function to catch GEOsException bug [#71]

Full Changelog: 0.2.1...0.3.0

0.2.1

10 Sep 09:16
97314d6
Compare
Choose a tag to compare

What's Changed

  • fixed last_version_date in aligner.get_formula()
  • fixed logic of evaluate() in grb.py
  • added function to transform geojson to consistent geometry-type (MultiPolygon)

Full Changelog: 0.2.0...0.2.1

0.2.0

03 Sep 07:40
ddb2734
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

29 May 11:26
8021724
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/OnroerendErfgoed/brdr/commits/0.1.0