Skip to content

Commit

Permalink
Update PolicyEngine Core
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGhenis committed Nov 11, 2024
1 parent 6f3f426 commit b2d6ffa
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.12.4] - 2024-11-11 14:20:12

### Fixed

- 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.

## [3.12.3] - 2024-11-04 16:29:34

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



[3.12.4]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.3...3.12.4
[3.12.3]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.2...3.12.3
[3.12.2]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.1...3.12.2
[3.12.1]: https://github.com/PolicyEngine/policyengine-core/compare/3.12.0...3.12.1
Expand Down
7 changes: 7 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -741,3 +741,10 @@
fixed:
- Bug in labour supply responses.
date: 2024-11-04 16:29:34
- bump: patch
changes:
fixed:
- 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.
date: 2024-11-11 14:20:12
4 changes: 0 additions & 4 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
- bump: patch
changes:
fixed:
- 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.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

setup(
name="policyengine-core",
version="3.12.3",
version="3.12.4",
author="PolicyEngine",
author_email="[email protected]",
classifiers=[
Expand Down

0 comments on commit b2d6ffa

Please sign in to comment.