Skip to content

Releases: IndEcol/country_converter

ioc and continent classification

12 Dec 20:11
Compare
Choose a tag to compare

1.2 - 20231212

Classifications

  • added IOC classification (by @Azrael3000)
  • added 7 continents classification (by @marthhoi)
  • assigned Heard Island and McDonald Islands to Antarctica

version and classification fix

10 Nov 08:49
Compare
Choose a tag to compare

1.1.1 - 20231110

Development

  • fix pypi uploader
  • fix version numbering

1.1 - 20231110

Development

  • removed htmlcov
  • fixed numerical position warning

Classifications

  • Added CC41 common classification (by @hazimhussein)
  • Correct spelling "Faeroe Islands" to "Faroe Islands" #145 (by @jpatokal)
  • Added country code for Kosovo (by @jimmy927)
  • Added Carribian Netherlands/Bonaire (by @jimmy927)
  • Switched short name of Czech Republic to Czechia
  • Added EL to the ISO2 codes for Greece
  • Allow Guiana/Guiyana in most cases when given British/Dutch/French prefix
  • Allow Gabun/Gabon
  • Allow Botsuana/Botswana
  • Allow England for UK

Classification improvments

10 Nov 08:23
aee2ee2
Compare
Choose a tag to compare

1.1 - 20231110

Development

  • removed htmlcov
  • fixed numerical position warning

Classifications

  • Added CC41 common classification (by @hazimhussein)
  • Correct spelling "Faeroe Islands" to "Faroe Islands" #145 (by @jpatokal)
  • Added country code for Kosovo (by @jimmy927)
  • Added Carribian Netherlands/Bonaire (by @jimmy927)
  • Switched short name of Czech Republic to Czechia
  • Added EL to the ISO2 codes for Greece
  • Allow Guiana/Guiyana in most cases when given British/Dutch/French prefix
  • Allow Gabun/Gabon
  • Allow Botsuana/Botswana
  • Allow England for UK

The jump to version 1.0

03 Mar 19:34
9a107b4
Compare
Choose a tag to compare

Version 1.0.0

We finally jump to version 1.0!
Overall, it is only a minor update, including the move to github.com/IndEcol.
However, the functionality seems quite stable and the country converter is heavily used in production.
So going forward we will be conservative in changing existing functionality, avoiding breaking changes as much as possible.

Changelog

Classifications

  • fix Myanmar UN region (#125) [by Alan Orth]
  • add missing MESSAGE R11 regions [by Advait]
  • added Croatia to the Euro list [by PeterMaxwell]

Development

  • droped 3.6 support, added tests for 3.10 and 3.11
  • fixed github workflow
  • change repository from github.com/konstantinstadler to github.com/IndEcol
  • Add build-system requirements and isort configuration to pyproject.toml [by Mike Taves]

updated classifications

15 Nov 19:24
Compare
Choose a tag to compare

Change Log

0.8.0

Classifications

Bug fixes

  • fix UN M.49 names

Development

  • added pandas-convert (via @jim-rivera) for faster conversion of pandas series

bug fix for uk/gb regex

05 Aug 11:25
Compare
Choose a tag to compare

Change Log

0.7.7 - 20220805

Bug fixes

  • ISO2 did return the regex for GB|UK - fix #113

0.7.6 - 20220802

Breaking

  • additional data must specify ISO2 (necessary for regex matching in ISO2)

Classifications

Bug fixes

  • N Korea matches North Korea - fix #95

Development

  • All rst files (readme, changelog, etc. format changed to markdown
  • ISO2 column accepts regex - fix #92

Classification updates and ISO2 regex possiblity

03 Aug 13:41
Compare
Choose a tag to compare

0.7.6 - 20220802

Breaking

  • additional data must specify ISO2 (necessary for regex matching in ISO2)

Classifications

Bug fixes

  • N Korea matches North Korea - fix #95

Development

  • All rst files (readme, changelog, etc. format changed to markdown
  • ISO2 column accepts regex - fix #92

0.7.5 - 20220802

Classifications

Bug Fixes

  • Escape characters in country names to allow for names with special
    symbols (brackets) in regex (#101)
  • Updated regex of India to exclude Bassas Da India (#111)

Development

  • Minimum required version of Black is 22.3.0

Full Changelog: v0.7.5...v0.7.6

new official country names

02 Aug 13:44
Compare
Choose a tag to compare

Change Log

0.7.5 - 20220802

Classifications
^^^^^^^^^^^^^^^^

Bug Fixes
^^^^^^^^^

  • Escape characters in country names to allow for names with special symbols (brackets) in regex (#101)
  • Updated regex of India to exclude Bassas Da India (#111)

Development
^^^^^^^^^^^^^^^^

  • Minimum required version of Black is 22.3.0

Full Changelog: v0.7.4...v0.7.5

IEA classification

18 Nov 13:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/konstantinstadler/country_converter/blob/master/CHANGELOG.rst

v0.7.3

09 Apr 12:02
Compare
Choose a tag to compare

Change Log

0.7.3 - 20210409

Classifications

  • added GBDcode (numerical Global Burden of Disease codes)

Bug Fixes

  • Update for regex for several regions which erroneous matched countries (solves #86)
  • CLI help fix (solves #81)
  • Added HKSAR for Hong Kong, N.Korea for North Korea and some Macaou tests (solves #84)
  • Fixed for pandas Series inputs (solves #54)
  • Fixed aggregation concordance (solves #82)
  • Indiana does not match India

Development

  • functionality for testing regions which should not match
  • handle pandas future regex warning
  • moved from travis to github actions for CI testing
  • restructured tests and added test for consistent CHANGELOG - module version