Skip to content

Commit 47f5bdf

Browse files
Update PolicyEngine Core
1 parent 0deeb02 commit 47f5bdf

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.5.1] - 2024-08-08 15:17:05
9+
10+
### Fixed
11+
12+
- fixed bug where uprating was causing nan.
13+
814
## [3.5.0] - 2024-08-08 15:16:12
915

1016
## [3.4.0] - 2024-08-07 12:42:36
@@ -773,6 +779,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
773779

774780

775781

782+
[3.5.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.5.0...3.5.1
776783
[3.5.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.4.0...3.5.0
777784
[3.4.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.3.0...3.4.0
778785
[3.3.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.2.0...3.3.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,3 +619,8 @@
619619
removed:
620620
- Removed nptyping, migrated to numpy.typing
621621
date: 2024-08-08 15:16:12
622+
- bump: patch
623+
changes:
624+
fixed:
625+
- fixed bug where uprating was causing nan.
626+
date: 2024-08-08 15:17:05

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- fixed bug where uprating was causing nan.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
setup(
4949
name="policyengine-core",
50-
version="3.5.0",
50+
version="3.5.1",
5151
author="PolicyEngine",
5252
author_email="hello@policyengine.org",
5353
classifiers=[

0 commit comments

Comments
 (0)