New parallel_use_psexec command-line option authored by Sébastien Villemot's avatar Sébastien Villemot
...@@ -52,6 +52,8 @@ Dynare 4.7 (unstable) ...@@ -52,6 +52,8 @@ Dynare 4.7 (unstable)
- The total computing time of a run is now saved to `oo_.time` (https://git.dynare.org/Dynare/preprocessor/-/commit/c79ae5d4bd6d130026fbb6f1dee69a046eab71b6) - The total computing time of a run is now saved to `oo_.time` (https://git.dynare.org/Dynare/preprocessor/-/commit/c79ae5d4bd6d130026fbb6f1dee69a046eab71b6)
- New `parallel_use_psexec` command-line Windows-specific option for parallel local clusters: when `true` (the default), use `psexec` to spawn processes; when `false`, use `start` (!1843)
- :warning: minimal required MATLAB version is now R2014a (8.3) (#1713) - :warning: minimal required MATLAB version is now R2014a (8.3) (#1713)
- :warning: 32-bit support has been dropped under Windows (#1713) - :warning: 32-bit support has been dropped under Windows (#1713)
...@@ -755,4 +757,4 @@ Dynare 4.5 ...@@ -755,4 +757,4 @@ Dynare 4.5
+ BVAR now saves the marginal data density in + BVAR now saves the marginal data density in
`oo_.bvar.log_marginal_data_density` and stores prior and `oo_.bvar.log_marginal_data_density` and stores prior and
posterior information in `oo_.bvar.prior` and posterior information in `oo_.bvar.prior` and
`oo_.bvar.posterior`. `oo_.bvar.posterior`.
\ No newline at end of file