-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Icelandic post code field #394
Updated Icelandic post code field #394
Conversation
Thanks for the PR and sorry for the delay. The next release will be 3.0 which can have breaking changes. The timing of this fix is good but we also have to consider this even if we're weren't doing a major version bump - we'd just have to include in a different way. The PR looks good. The only addition would be specifically mentioning the breaking change as a new line under the notice for the removal of the checksum functions. Thanks. |
@benkonrath Thanks for the review. I've added a notice and re-worded the change log slightly. Let me know if it's good, and I'll squash the PR. |
Codecov Report
@@ Coverage Diff @@
## master #394 +/- ##
==========================================
- Coverage 95.87% 95.85% -0.02%
==========================================
Files 162 162
Lines 4004 3985 -19
Branches 532 532
==========================================
- Hits 3839 3820 -19
Misses 99 99
Partials 66 66
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just that issue with the hanging text in the changelog needs to be sorted out. Thanks.
It seems like there were missing a lot of Icelandic post codes. It also appears that the list contained a lot of post codes that are actually not valid post codes.
The list have been updated based on the official data bank from Postur.is: https://www.postur.is/en/about-us/post-offices/post-codes/data-files/
I'm not sure if this is actually a valid change, given that this removes some post codes? Should the new ones just be added, and the old ones kept?
Also note that some cities have seemingly changed names based on the newest data.
All Changes
Add an entry to the docs/changelog.rst describing the change.
Add an entry for your name in the docs/authors.rst file if it's not
already there.