Skip to content

Commit

Permalink
Update CHANGELOG before release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwhite committed Jun 4, 2024
1 parent da02b8e commit 9084ecb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ For more information on HARK, see [our Github organization](https://github.com/e

## Changes

### 0.15.0 (in development)
### 0.15.0

Release Date: TBA
Release Date: June 4, 2024

Note: Due to major changes on this release, you may need to adjust how AgentTypes are instantiated in your projects using HARK. If you are manually constructing "complicated" objects like MrkvArray, they should be assigned to your instances *after* initialization, not passed as part of the parameter dictionary. See also the new constructor methodology for how to pass parameters for such constructed inputs.

This release drops support for Python 3.8 and 3.9, consistent with SPEC 0, and adds support for Python 3.11 and 3.12. We expect that all HARK features still work with the older versions, but they are no longer part of our testing regimen.

### Major Changes

- Drop official support for Python 3.8 and 3.9, add support for 3.11 and 3.12. [#1415](https://github.com/econ-ark/HARK/pull/1415)
- Replace object-oriented solvers with single function versions. [#1394](https://github.com/econ-ark/HARK/pull/1394)
- Object-oriented solver code has been moved to /HARK/ConsumptionSaving/LegacyOOsolvers.py, for legacy support of downstream projects.
- AgentTypeMonteCarloSimulator now requires model shock, parameter, and dynamics information to be organized into 'blocks'. The DBlock object is introduced. [#1411](https://github.com/econ-ark/HARK/pull/1411)
Expand Down
4 changes: 2 additions & 2 deletions Documentation/NARK/NARK.tex
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,10 @@ \section{Modifiers}
\\ \textit{[object]}\texttt{Rte} & - & A `rate' variable like the discount rate $\discRte$
\\ \textit{[object]}\texttt{Fac} & - & A factor variable like the discount factor $\DiscFac$
\\ \textit{[object]}\texttt{Amt} & - & An amount, like \texttt{TaxAmt} which might be lump-sum
\\ \textit{[object]}\texttt{Nrm} & - & A normalized quantity; ex: \texttt{RNrm}=$\Rfree/\PtyGroFac$
\\ \textit{[object]}\texttt{Nrm} & - & A normalized quantity; ex: \texttt{RNrm}=$\Rfree/\PtyGroFac$
\\ \textit{[object]}\texttt{Abve} & - & Range of points ABoVE some boundary
\\ \textit{[object]}\texttt{Belw} & - & Range of points BELoW some boundary
\\ \textit{[object]}\texttt{Grid} & - & Points to be used as a grid for interpolations
\\ \textit{[object]}\texttt{Grid} & - & Points to be used as a grid for interpolations
\\ \textit{[object]}\texttt{Xtra} & - & An ``extra'' set of points to be added to some existing set \\ \hline
\end{tabular}
\caption{General Purpose Modifiers}
Expand Down

0 comments on commit 9084ecb

Please sign in to comment.