From ae02aba7261f034b2280058e7bcc666bdde804b9 Mon Sep 17 00:00:00 2001 From: AJ <46843456+amckenna41@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:44:22 +0100 Subject: [PATCH] v1.6.0; subdivision updates, attribute changes, new update_subdivisions features, bug fixes, docs updates, update_subdivisions unit tests --- .github/workflows/CHANGELOG.md | 7 ++++++- MANIFEST.in | 1 + README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CHANGELOG.md b/.github/workflows/CHANGELOG.md index 6959f4d..0f64e27 100644 --- a/.github/workflows/CHANGELOG.md +++ b/.github/workflows/CHANGELOG.md @@ -46,6 +46,7 @@ - Fixed syntax of some function parameters that can take multiple data types - Fixed parameter typing syntax for some function parameters that can be multiple data types + ## v1.5.4 - March 2024 @@ -54,6 +55,7 @@ - Added custom_subdivision function where user can add a custom subdivision to the iso3166-2 object - Add UPDATES.md file that outlines all recent subdivision changes to the ISO 3166-2 data + ### Changed - Changed data encapsulation for object, with the dataset now accessible after creating an instance of the ISO3166_2 class - Change search functionality algorithm from difflib to thefuzz libary @@ -61,6 +63,7 @@ - Update unit tests to reflect changes made to the software such as likeness score and searching method etc - Change iso3166_2_updates directory to iso316_2_updates + ### Fixed - Incorrect subdivision data returning when searching for a subdivision using its name when its name had a comma in it - GitHub repo badges not displaying correctly @@ -69,6 +72,7 @@ ## v1.4.0 - December 2023 + ### Added - readthedocs documentation added - Search for a particular subdivision via its subdivision name, finding the closest match using difflib libary @@ -97,11 +101,12 @@ ### Changed - When running unit tests on iso3166-2.json object, create a backup/archive of object before running tests + ### Fixed - Subdivision codes not sorting alphabetically in output -## <=v1.2.0 - < September 2023 +## <=v1.2.0 - vital to the `iso3166-2` software. +Please visit the [README](https://github.com/amckenna41/iso3166-2/blob/main/iso3166_2_scripts) of the `iso3166_2_scripts` folder for more in depth info about the usage and requirements of the above two scripts vital to the `iso3166-2` software. Directories -----------