Skip to content

Commit

Permalink
Update PolicyEngine Core
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Jul 26, 2024
1 parent 331d538 commit b3c4de1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.1.0] - 2024-07-26 00:28:31

### Added

- Flat file dataset option.
- Microdata weighting classes from microdf.
- Eternity dictionary reform options.

## [3.0.0] - 2024-06-26 17:08:24

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



[3.1.0]: https://github.com/PolicyEngine/policyengine-core/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.23.1...3.0.0
[2.23.1]: https://github.com/PolicyEngine/policyengine-core/compare/2.23.0...2.23.1
[2.23.0]: https://github.com/PolicyEngine/policyengine-core/compare/2.22.0...2.23.0
Expand Down
7 changes: 7 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -591,3 +591,10 @@
changed:
- Added support for Python 3.12
date: 2024-06-26 17:08:24
- bump: minor
changes:
added:
- Flat file dataset option.
- Microdata weighting classes from microdf.
- Eternity dictionary reform options.
date: 2024-07-26 00:28:31
6 changes: 0 additions & 6 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
- bump: minor
changes:
added:
- Flat file dataset option.
- Microdata weighting classes from microdf.
- Eternity dictionary reform options.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

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

0 comments on commit b3c4de1

Please sign in to comment.