From 12470f05db79b5b8356719b3b899786b3d7c0de4 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 4 Oct 2023 19:06:01 +0000 Subject: [PATCH] Update PolicyEngine Core --- CHANGELOG.md | 11 +++++++++++ changelog.yaml | 7 +++++++ changelog_entry.yaml | 6 ------ setup.py | 2 +- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88725fb9e..f74be5d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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). +## [2.7.0] - 2023-10-04 19:05:58 + +### Added + +- Automatic period adjustment helper functionality. + +### Changed + +- Default error threshold for tests widened to 1e-3. + ## [2.6.0] - 2023-10-04 14:51:40 ### Fixed @@ -449,6 +459,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[2.7.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.6.0...2.7.0 [2.6.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.5.0...2.6.0 [2.5.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.4.0...2.5.0 [2.4.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.3.0...2.4.0 diff --git a/changelog.yaml b/changelog.yaml index a600ab36d..039d8125e 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -373,3 +373,10 @@ - Bump numpy version - Fix numpy record compatibility issue date: 2023-10-04 14:51:40 +- bump: minor + changes: + added: + - Automatic period adjustment helper functionality. + changed: + - Default error threshold for tests widened to 1e-3. + date: 2023-10-04 19:05:58 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index c10fed6fc..e69de29bb 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,6 +0,0 @@ -- bump: minor - changes: - added: - - Automatic period adjustment helper functionality. - changed: - - Default error threshold for tests widened to 1e-3. diff --git a/setup.py b/setup.py index da409125f..2119b7ed3 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="policyengine-core", - version="2.6.0", + version="2.7.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[