This release cycle is dedicated to some nice "slice of life" features for Stan users and developers.
First, for users we've started adding vectorized binary functions to the language. This means that users can now right code such as
matrix[17, 93] u[12];
matrix[17, 93] z[12];
z = pow(u, 2.0);