File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- - bump : patch
2- changes :
3- fixed :
4- - fixed bug where uprating was causing nan.
Original file line number Diff line number Diff line change 4747
4848setup (
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 = [
You can’t perform that action at this time.
0 commit comments