File tree Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 3.19.3] - 2025-07-24 18:10:45
9
+
10
+ ### Added
11
+
12
+ - regression test ensuring base Projector.transform raises
13
+
14
+ ### Fixed
15
+
16
+ - Projector.transform now raises NotImplementedError
17
+
8
18
## [ 3.19.2] - 2025-07-24 17:03:30
9
19
10
20
### Fixed
@@ -1039,6 +1049,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1039
1049
1040
1050
1041
1051
1052
+ [ 3.19.3 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.19.2...3.19.3
1042
1053
[ 3.19.2 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.19.1...3.19.2
1043
1054
[ 3.19.1 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.19.0...3.19.1
1044
1055
[ 3.19.0 ] : https://github.com/PolicyEngine/policyengine-core/compare/3.18.0...3.19.0
Original file line number Diff line number Diff line change 846
846
fixed :
847
847
- Fix NumPy 2.1.0 random seed overflow issue by ensuring seeds are always non-negative
848
848
date : 2025-07-24 17:03:30
849
+ - bump : patch
850
+ changes :
851
+ added :
852
+ - regression test ensuring base Projector.transform raises
853
+ fixed :
854
+ - Projector.transform now raises NotImplementedError
855
+ date : 2025-07-24 18:10:45
Original file line number Diff line number Diff line change 1
- - bump : patch
2
- changes :
3
- fixed :
4
- - Projector.transform now raises NotImplementedError
5
- added :
6
- - regression test ensuring base Projector.transform raises
Original file line number Diff line number Diff line change 51
51
52
52
setup (
53
53
name = "policyengine-core" ,
54
- version = "3.19.2 " ,
54
+ version = "3.19.3 " ,
55
55
author = "PolicyEngine" ,
56
56
author_email = "hello@policyengine.org" ,
57
57
classifiers = [
You can’t perform that action at this time.
0 commit comments