From b3c4de1f12efe85d8c809ac66bdee3e72b0a5715 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Fri, 26 Jul 2024 00:28:34 +0000 Subject: [PATCH] Update PolicyEngine Core --- CHANGELOG.md | 9 +++++++++ changelog.yaml | 7 +++++++ changelog_entry.yaml | 6 ------ setup.py | 2 +- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e8d15dc..d1facefd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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). +## [3.1.0] - 2024-07-26 00:28:31 + +### Added + +- Flat file dataset option. +- Microdata weighting classes from microdf. +- Eternity dictionary reform options. + ## [3.0.0] - 2024-06-26 17:08:24 ### Changed @@ -744,6 +752,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[3.1.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.0.0...3.1.0 [3.0.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.23.1...3.0.0 [2.23.1]: https://github.com/PolicyEngine/policyengine-core/compare/2.23.0...2.23.1 [2.23.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.22.0...2.23.0 diff --git a/changelog.yaml b/changelog.yaml index a7f86c2a9..54a114ac8 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -591,3 +591,10 @@ changed: - Added support for Python 3.12 date: 2024-06-26 17:08:24 +- bump: minor + changes: + added: + - Flat file dataset option. + - Microdata weighting classes from microdf. + - Eternity dictionary reform options. + date: 2024-07-26 00:28:31 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index b0ab9a7f1..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,6 +0,0 @@ -- bump: minor - changes: - added: - - Flat file dataset option. - - Microdata weighting classes from microdf. - - Eternity dictionary reform options. diff --git a/setup.py b/setup.py index 00356a528..642b3f812 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( name="policyengine-core", - version="3.0.0", + version="3.1.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[