Skip to content

Commit cd382ad

Browse files
authored
Merge pull request #1585 from econ-ark/v0.16.1prep
Bump version to 0.16.1, finalize changelog
2 parents 3ce1fa1 + 6249b32 commit cd382ad

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ For more information on HARK, see [our Github organization](https://github.com/e
88

99
## Changes
1010

11-
### 0.16.1 (in development)
11+
### 0.16.1
1212

13-
Release Date: TBD
13+
Release Date: July 24, 2025
14+
15+
This release includes various small changes and improvements, as well as one significant new feature: (almost) all AgentType subclasses can now construct HA-SSJs (for use with the sequence_jacobian toolkit) in standard infinite horizon problems for arbitrary shock variables and arbitrary model outputs. This capability is powered by a new simulation structure that uses YAML-based model files to define dynamics, which in turn can be used to automatically transform HARK's model solution representations (policy functions over continuous spaces) into the grid-based representation needed for efficient computation of the fake news algorithm. Don't worry, that all happens under the hood.
16+
17+
See documentation notebooks in /examples/SequenceSpaceJacobians/ . The capabilities of our SSJ calculator will be expanded in the near future to include lifecycle models.
1418

1519
#### Major Changes
1620

@@ -26,6 +30,10 @@ Release Date: TBD
2630
- Constructor make_grid_exp_mult allows linearly spaced grid with timestonest=-1 [#1545](https://github.com/econ-ark/HARK/pull/1545)
2731
- Adds documentation for new simulator structure and basic SSJ calculator [#1545](https://github.com/econ-ark/HARK/pull/1545)
2832
- Fixed a rare bug that could occur with unusual constructor dependencies resulting in incomplete updates. [#1575](https://github.com/econ-ark/HARK/pull/1575/)
33+
- Added a reference to a trivial constructor that was missing from the WealthPortfolio model. [#1583](https://github.com/econ-ark/HARK/pull/1583)
34+
- Documentation files have been moved from /Documentation/ to /docs/ [#1579](https://github.com/econ-ark/HARK/pull/1579)
35+
- All tests have been consolidated into a single directory, rather than being scattered about. [#1578](https://github.com/econ-ark/HARK/pull/1578)
36+
- Add a special README so that the robots know we're on their side when the singularity arrives. [#1577](https://github.com/econ-ark/HARK/pull/1577)
2937

3038

3139
### 0.16.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "econ-ark"
7-
version = "0.16.0"
7+
version = "0.16.1"
88
authors = [{name = "Econ-ARK team", email = "[email protected]"}]
99
classifiers = [
1010
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)