diff --git a/CHANGELOG.md b/CHANGELOG.md index 04850d2a..d0ab8927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). + +## [0.1.8] - 2024-05-20 12:00:00 + +### Added + +- Updates the file calls in some of the calibration modules (`bequest_transmission.py`, `deterministic_profiles.py`, `psid_data_setup.py`, and `transfer_distirbution.py`). These files called `.RData` files that were not included in the `ogusa` package, so users who pip installed ogusa could not instantiate the `Calibrate` class object. These changes allow for Jupyter notebook users to automatically download the data files from the master branch of the GitHub repository if they are not working in their own branch of the repository. + + ## [0.1.7] - 2024-05-14 16:30:00 ### Added @@ -97,6 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.1.8]: https://github.com/PSLmodels/OG-USA/compare/v0.1.7...v0.1.8 [0.1.7]: https://github.com/PSLmodels/OG-USA/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/PSLmodels/OG-USA/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/PSLmodels/OG-USA/compare/v0.1.4...v0.1.5 diff --git a/setup.py b/setup.py index 129496b6..33db06b6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ogusa", - version="0.1.7", + version="0.1.8", author="Jason DeBacker and Richard W. Evans", license="CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", description="USA calibration for OG-Core",