Release Date: 12-12-2019
Major Changes
- Added constrained perfect foresight model solution. ([299](https://github.com/econ-ark/HARK/pull/299)
Minor Changes
- Fixed slicing error in minimizeNelderMead. ([460](https://github.com/econ-ark/HARK/pull/460))
- Fixed matplotlib GUI error. ([444](https://github.com/econ-ark/HARK/pull/444))
- Pinned sphinx dependency. ([436](https://github.com/econ-ark/HARK/pull/436))
- Fixed bug in ConsPortfolioModel in which the same risky rate of return would be drawn over and over. ([433](https://github.com/econ-ark/HARK/pull/433))
- Fixed sphinx dependency errors. ([411](https://github.com/econ-ark/HARK/pull/411))
- Refactored simultation.py. ([408](https://github.com/econ-ark/HARK/pull/408))
- AgentType.simulate() now throws informative errors if attributes required for simulation do not exist, or initializeSim() has never been called. ([320](https://github.com/econ-ark/HARK/pull/320))