-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from OnroerendErfgoed/release/0.2.1
Release/0.2.1
- Loading branch information
Showing
15 changed files
with
289 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,19 @@ | ||
# 0.1.0 | ||
|
||
- Initial version | ||
- Initial version | ||
|
||
# 0.2.0 | ||
|
||
- add GRB update detection functions and logic | ||
- refactor loader code and other non generic parts ([#17](https://github.com/OnroerendErfgoed/brdr/issues/17), ([#7](https://github.com/OnroerendErfgoed/brdr/issues/7)) | ||
- add functionality to set a maximum feature size for input features (([#50](https://github.com/OnroerendErfgoed/brdr/issues/50)) | ||
- fix bug reulting from overlapping features in thematic layer ([#46](https://github.com/OnroerendErfgoed/brdr/issues/46)) | ||
- refactor loader code and other non generic | ||
parts ([#17](https://github.com/OnroerendErfgoed/brdr/issues/17), ([#7](https://github.com/OnroerendErfgoed/brdr/issues/7)) | ||
- add functionality to set a maximum feature size for input | ||
features (([#50](https://github.com/OnroerendErfgoed/brdr/issues/50)) | ||
- fix bug reulting from overlapping features in thematic | ||
layer ([#46](https://github.com/OnroerendErfgoed/brdr/issues/46)) | ||
|
||
# 0.2.1 | ||
|
||
- 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
datefmt="%d-%b-%y %H:%M:%S", | ||
) | ||
|
||
__version__ = "0.2.0" | ||
__version__ = "0.2.1" |
Oops, something went wrong.