Skip to content

Commit b2d6ffa

Browse files
committed
Update PolicyEngine Core
1 parent 6f3f426 commit b2d6ffa

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-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.12.4] - 2024-11-11 14:20:12
9+
10+
### Fixed
11+
12+
- Datasets writing downloaded data now use an atomic_write to write it to disk. This prevents other processes attempting to read a partial file or clobbering each other.
13+
814
## [3.12.3] - 2024-11-04 16:29:34
915

1016
### Fixed
@@ -918,6 +924,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
918924

919925

920926

927+
[3.12.4]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.3...3.12.4
921928
[3.12.3]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.2...3.12.3
922929
[3.12.2]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.1...3.12.2
923930
[3.12.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.0...3.12.1

changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,3 +741,10 @@
741741
fixed:
742742
- Bug in labour supply responses.
743743
date: 2024-11-04 16:29:34
744+
- bump: patch
745+
changes:
746+
fixed:
747+
- Datasets writing downloaded data now use an atomic_write to write it to disk.
748+
This prevents other processes attempting to read a partial file or clobbering
749+
each other.
750+
date: 2024-11-11 14:20:12

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-
- Datasets writing downloaded data now use an atomic_write to write it to disk. This prevents other processes attempting to read a partial file or clobbering each other.

setup.py

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

4949
setup(
5050
name="policyengine-core",
51-
version="3.12.3",
51+
version="3.12.4",
5252
author="PolicyEngine",
5353
author_email="hello@policyengine.org",
5454
classifiers=[

0 commit comments

Comments
 (0)