- Model-local variables (*i.e.* defined with a `#` sign) can now appear with a lead or a lag in the `model` block (the expression by which they will be replaced will be shifted accordingly) (#1929)
- dseries:
- new routine for converting annual data into quarterly data (dseries@7e552bb61dc7fa102c6f00fa60befed5c03792f2)
- new routines for converting annual data into quarterly data (dseries@7e552bb61dc7fa102c6f00fa60befed5c03792f2), and quarterly data into monthly data (dseries@31388f895f15dc89e997eb353aabeaf7eb72a211)
- New `--print-table` option to the `dplot` command, for display the results as a table instead of a plot (dseries@8187b0b9dd0e8906bdab0177e9140347ad80b607)
- New `dr_cycle_reduction_maxiter` option to the `stoch_simul`, `estimation` and `method_of_moments` command, to control the maximum number of iterations when the cycle reduction algorithm is used. (#1920, preprocessor!104, !2295)