- Jun 16, 2022
-
-
Sébastien Villemot authored
Closes: #1851
-
- Jun 15, 2022
-
-
Sébastien Villemot authored
Ref. preprocessor#86 Also make more terminology fixes in the manual (master/slave → leader/follower), in complement to !1976.
-
Sébastien Villemot authored
Ref. !1976
-
Sébastien Villemot authored
Previously, LBJ was available: – under stack_solve_algo=6 when neither block nor bytecode were present – under stack_solve_algo=1 with either block or bytecode (but the documentation was not making it clear that it was LBJ) This commit merges the two values for the option, and makes them interchangeable. LBJ should now be invoked with stack_solve_algo=1 (but stack_solve_algo=6 is kept for compatibility, and is a synonymous).
-
Sébastien Villemot authored
-
- Jun 13, 2022
-
-
Sébastien Villemot authored
– Block decomposition: fix crash when a variable appears in an equation but has zero symbolic derivative – Correctly clean up options list after a “pac_model” statement – A few optimizations
-
- Jun 09, 2022
-
-
Sébastien Villemot authored
In particular, upgrade the embedded compiler to GCC 12.
-
- Jun 08, 2022
-
-
Sébastien Villemot authored
Ref. !2044
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
-
- Jun 07, 2022
-
-
Sébastien Villemot authored
Ref. !2043
-
Sébastien Villemot authored
-
Sébastien Villemot authored
I’m not sure that the intent for the hash function was actually what is currently in the code, but it’s not worth improving this given that we want to get rid of Dynare++ and the performance impact is probably negligible.
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
The variable “gap” is compared to zero, so the intent probably was that it could be negative. But size_t is an unsigned type. Rather use a signed type.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Ref. !2042
-
Sébastien Villemot authored
Ref. !2040
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
-
- Jun 02, 2022
-
-
Johannes Pfeifer authored
-
-
port to occbin smoother the same computational improvements done for standard one under smother_redux option. This also require to provide occbin reduced state-space matrices as output argument of missing_DiffuseKalmanSmootherH3_Z.m
-
-
plot_shock_decomposition: filter out other forbidden characters (parentheses and dot) for field name
-
-
-
- May 31, 2022
-
-
Sébastien Villemot authored
Document tolx option of steady See merge request !2039
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
Bug fixes for PKF See merge request !2038
-
- May 25, 2022
-
-
Sébastien Villemot authored
Ref. !2035
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
Ref. !2036
-
Johannes Pfeifer authored
-
- May 24, 2022
-
-
Marco Ratto authored
-
- May 20, 2022
-
-
Sébastien Villemot authored
-