- when compiling from source, it is no longer to pass the `MATLAB_VERSION` version to the configure script; the version is now automatically detected
- In deterministic models, exogenous variables with lead/lags are now replaced by auxiliary variables. This brings those models in line with the transformation done on stochastic models. However note that transformation is still not exactly the same between the two classes of models, because there is no need to take into account the Jensen inequality on the latter. In deterministic models, there is a one-to-one mapping between exogenous with lead/lags and auxiliaries, while in stochastic models, an auxiliary endo may correspond to a more complex nonlinear expression (preprocessor@9bca65c7e525a2415fe46b27e8760208b22aba9d)
- :warning: minimal required MATLAB version is now R2014a (8.3) (#1713)
- :warning: 32-bit support has been dropped under Windows (#1713)