Skip to content

Releases: FRBNY-DSGE/ModelConstructors.jl

v0.2.5

09 Jul 17:27
74178a9
Compare
Choose a tag to compare

New Features

Added new function find_ind_param and fixed issues with regime switching fixed parameters.

v0.2.4

14 Jan 18:08
Compare
Choose a tag to compare

New Features

  • Extend transform_to_model_space and transform_to_real_line for regime-switching parameters.

v0.2.3

07 Jan 01:40
Compare
Choose a tag to compare
  • Move methods for computing free and fixed indices of parameters from SMC.jl to ModelConstructors.jl

v0.2.2

05 Jan 14:20
Compare
Choose a tag to compare
  • Try to convert types to match rather than throwing a MethodError immediately when calling parameter.

v0.2.1

04 Jan 23:28
Compare
Choose a tag to compare

ModelConstructors v0.2.1

Diff since v0.2.0

Closed issues:

  • TagBot trigger issue (#10)

Merged pull requests:

  • CompatHelper: bump compat for "SpecialFunctions" to "1.2" (#7) (@github-actions[bot])
  • CompatHelper: bump compat for "Distributions" to "0.24" (#8) (@github-actions[bot])

v0.2.0

04 Jan 20:45
1b0a0d6
Compare
Choose a tag to compare
  • 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, and valuebounds 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

17 Jul 21:07
Compare
Choose a tag to compare

ModelConstructors v0.1.12

  • Update compatibility to all Julia 1.x versions
  • Fix bugs in the example script

Diff since v0.1.11

v0.1.11

22 Jun 20:59
Compare
Choose a tag to compare
  • 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

18 Jun 20:26
Compare
Choose a tag to compare
  • Add random sampling with regime switching in Parameter types

v0.1.9

15 Jun 14:23
19fc41d
Compare
Choose a tag to compare
  • Implement regime switching in Parameter types.