Skip to content

Commit 01bffc5

Browse files
committed
Update PolicyEngine Core
1 parent f5574aa commit 01bffc5

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.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+
818
## [3.19.2] - 2025-07-24 17:03:30
919

1020
### Fixed
@@ -1039,6 +1049,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10391049

10401050

10411051

1052+
[3.19.3]: https://github.com/PolicyEngine/policyengine-core/compare/3.19.2...3.19.3
10421053
[3.19.2]: https://github.com/PolicyEngine/policyengine-core/compare/3.19.1...3.19.2
10431054
[3.19.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.19.0...3.19.1
10441055
[3.19.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.18.0...3.19.0

changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,3 +846,10 @@
846846
fixed:
847847
- Fix NumPy 2.1.0 random seed overflow issue by ensuring seeds are always non-negative
848848
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

changelog_entry.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Projector.transform now raises NotImplementedError
5-
added:
6-
- regression test ensuring base Projector.transform raises

setup.py

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

5252
setup(
5353
name="policyengine-core",
54-
version="3.19.2",
54+
version="3.19.3",
5555
author="PolicyEngine",
5656
author_email="hello@policyengine.org",
5757
classifiers=[

0 commit comments

Comments
 (0)