- May 02, 2024
-
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 35a8d230)
-
(cherry picked from commit 1d86e8d2)
-
- Apr 30, 2024
-
-
Prevents crash (cherry picked from commit b9d069da)
-
- Apr 26, 2024
-
-
Occurs with e.g. one shock only for heteroskedastic_filter (cherry picked from commit 8b7420c7)
-
Sébastien Villemot authored
(manually cherry picked from commit 840d938f)
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 240c0eb0)
-
- Apr 22, 2024
- Apr 16, 2024
-
-
Sébastien Villemot authored
(cherry picked from commit 25ffd847)
-
- Apr 12, 2024
-
-
Fix `simult_.m` to call specialized simulation codes for order <= 3 instead of `k_order_simul` whenever possible (manually cherry picked from commit 03064501)
-
- Apr 09, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
The test condition was incorrect (though this was probably harmless). Also the error message related to oo_.dr.ghu was incorrect. (cherry picked from commit cc289468)
-
- Apr 05, 2024
-
-
Sébastien Villemot authored
(manually cherry picked from commit 9f65299d)
-
Sébastien Villemot authored
By symlinking ~/.MathWorks to /dev/null, MATLAB is unable to copy and launch the ServiceHost binary, which seems to cause lockups. See for example: https://git.dynare.org/Dynare/dynare/-/jobs/62558 https://git.dynare.org/Dynare/dynare/-/jobs/62547 (cherry picked from commit 18131492)
-
Sébastien Villemot authored
(cherry picked from commit 1f2c9076)
-
Sébastien Villemot authored
(cherry picked from commit 9337d792)
-
- Apr 02, 2024
-
-
Stéphane Adjemian authored
(cherry picked from commit 3e949567)
-
Bug fix in PAC/MCE expectation with cherrypick (was only affecting PAC models with transformed variables). (cherry picked from commit 5f0ffdbe)
-
The RHS of the equation was not acknowledging the user provided name for the auxiliary variable. (cherry picked from commit e6a27ddb)
-
- Mar 28, 2024
-
-
Stéphane Adjemian authored
(cherry picked from commit c71f6a7a)
-
Stéphane Adjemian authored
(cherry picked from commit 47590c92)
-
- Mar 27, 2024
-
-
Sébastien Villemot authored
Closes: #1927 (cherry picked from commit 1fedaa22)
-
- Mar 25, 2024
-
-
warning_config.m should only be called once in dynare.m (cherry picked from commit f4b61997)
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 32e93022)
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 92a2b7f4)
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 5292ced4)
-
- Mar 20, 2024
-
-
Sébastien Villemot authored
The initial guess was set to the solution, so the algorithms would really be tested. (cherry picked from commit 1f0422b6)
-
- Mar 19, 2024
-
-
Sébastien Villemot authored
(cherry picked from commit 9a557165)
-
Sébastien Villemot authored
(cherry picked from commit 2b9c76f4)
-
Sébastien Villemot authored
The method Evaluate::getCurrentBlockEndogenous() would always return an empty vector, because of a weirdness in FBEGINBLOCK class (after deserialization, the latter has “variables” member unset and the corresponding data is instead store in “Block_Contain_”). On the master branch, the problem has been solved differently (the weirdness in the FBEGINBLOCK class has been removed).
-
Sébastien Villemot authored
Function Interpreter::check_for_controlled_exo_validity() would give incorrect results because the sconstrained_extended_path structure was containing 1-based variable indices (it is expecting 0-based ones). (cherry picked from commit 9d3c3917)
-
- Mar 14, 2024
-
-
(cherry picked from commit addfced3)
-
- Mar 12, 2024
-
-
Stéphane Adjemian authored
(cherry picked from commit 2e8ced89)
-
- Mar 08, 2024
-
-
Stéphane Adjemian authored
Replaced ᵐ ᵐ⁻¹ ᵐ⁻¹ Zₜ = - ∑ 𝛼ᵢ 𝛽ⁱ⁺¹ Zₜ₊ᵢ + A(1) [ 𝛥 yₜ + ∑ ∑ 𝛼ⱼ₊₁𝛽ʲ⁺¹𝛥 yₜ₊ₖ ] ᵢ₌₁ ₖ₌₁ ⱼ₌ₖ by ᵐ ᵐ⁻¹ ᵐ⁻¹ Zₜ = - ∑ 𝛼ᵢ 𝛽ⁱ⁺¹ Zₜ₊ᵢ + A(1) [ 𝛥 yₜ - ∑ ∑ 𝛼ⱼ₊₁𝛽ʲ⁺¹𝛥 yₜ₊ₖ ] ᵢ₌₁ ₖ₌₁ ⱼ₌ₖ Also: - Added comments and comparison with the formula in Brayton et alii (2000), - Removed unused input argument, - Removed unused variables. (cherry picked from commit 798b5601)
-
Sébastien Villemot authored
(cherry picked from commit 0e867ef7)
-
- Mar 07, 2024
-
-
Stéphane Adjemian authored
Was crashing if the PAC target was composite. (cherry picked from commit de8298c7)
-
- Mar 04, 2024
-
-
Sébastien Villemot authored
🐛 Fix marginal linearization in the context of perfect_foresight_with_expectation_errors_solver with homotopy The formula used to create the scenario in subsequent informational periods was wrong. See also message of commit c3d91d5c. (cherry picked from commit c6c906a1) -
Stéphane Adjemian authored
(cherry picked from commit 03cb9894)
-
- Feb 29, 2024
-
-
Sébastien Villemot authored
(manually cherry picked from commit 702cf507)
-
- Feb 27, 2024
-
-
(cherry picked from commit 21965eb7)
-