From b4fca94dd7bb41e8a7456a8aa9f123ee3ff5f1f8 Mon Sep 17 00:00:00 2001 From: Nikhil Woodruff Date: Tue, 22 Oct 2024 08:31:31 +0100 Subject: [PATCH] Update data URLs --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ policyengine_uk_data/datasets/frs/enhanced_frs.py | 2 +- policyengine_uk_data/datasets/frs/frs.py | 2 +- pyproject.toml | 2 +- 5 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f29c80b..db7f41b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.8.0] - 2024-10-22 08:30:52 + +### Changed + +- Data URLs updated. + ## [1.7.0] - 2024-10-21 17:03:50 ### Added @@ -79,6 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.8.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.7.0...1.8.0 [1.7.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.5.0...1.6.0 [1.5.0]: https://github.com/PolicyEngine/policyengine-us-data/compare/1.4.0...1.5.0 diff --git a/changelog.yaml b/changelog.yaml index 026b5f5..229c8b6 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -65,3 +65,8 @@ added: - Calibration for private school students. date: 2024-10-21 17:03:50 +- bump: minor + changes: + changed: + - Data URLs updated. + date: 2024-10-22 08:30:52 diff --git a/policyengine_uk_data/datasets/frs/enhanced_frs.py b/policyengine_uk_data/datasets/frs/enhanced_frs.py index 4ce5489..fb33232 100644 --- a/policyengine_uk_data/datasets/frs/enhanced_frs.py +++ b/policyengine_uk_data/datasets/frs/enhanced_frs.py @@ -84,7 +84,7 @@ class EnhancedFRS_2022_23(EnhancedFRS): input_frs = ExtendedFRS_2022_23 time_period = 2022 end_year = 2028 - url = "release://PolicyEngine/ukda/1.5.0/enhanced_frs_2022_23.h5" + url = "release://PolicyEngine/ukda/1.8.0/enhanced_frs_2022_23.h5" def reweight( diff --git a/policyengine_uk_data/datasets/frs/frs.py b/policyengine_uk_data/datasets/frs/frs.py index 5a49fac..147747b 100644 --- a/policyengine_uk_data/datasets/frs/frs.py +++ b/policyengine_uk_data/datasets/frs/frs.py @@ -138,7 +138,7 @@ class FRS_2022_23(FRS): label = "FRS (2022-23)" file_path = STORAGE_FOLDER / "frs_2022_23.h5" time_period = 2022 - url = "release://PolicyEngine/ukda/1.6.0/frs_2022_23.h5" + url = "release://PolicyEngine/ukda/1.8.0/frs_2022_23.h5" def add_id_variables(frs: h5py.File, person: DataFrame, household: DataFrame): diff --git a/pyproject.toml b/pyproject.toml index d22dcff..5fdd78d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "policyengine_uk_data" -version = "1.7.0" +version = "1.8.0" description = "A package to create representative microdata for the UK." readme = "README.md" authors = [