Releases: FRBNY-DSGE/ModelConstructors.jl
Releases · FRBNY-DSGE/ModelConstructors.jl
v0.2.5
v0.2.4
New Features
- Extend
transform_to_model_space
andtransform_to_real_line
for regime-switching parameters.
v0.2.3
- Move methods for computing free and fixed indices of parameters from SMC.jl to ModelConstructors.jl
v0.2.2
- Try to convert types to match rather than throwing a MethodError immediately when calling
parameter
.
v0.2.1
v0.2.0
- Restrict Julia version to at least 1.0
- Add @unpack macro for accessing parameters of a model
- Extend regime-switching to allow switching in
prior
,fixed
, andvaluebounds
fields. - Allow difference between the notion of "model regimes" and "parameter regimes" by specifying a dictionary which maps model regimes to parameter regimes.
v0.1.12
ModelConstructors v0.1.12
- Update compatibility to all Julia 1.x versions
- Fix bugs in the example script
v0.1.11
- Fix minor bugs in helper functions for interacting with regime-switching parameters release v0.1.10. Note that the main regime-switching functionality was correct.
v0.1.10
- Add random sampling with regime switching in Parameter types
v0.1.9
- Implement regime switching in Parameter types.