April 11, 2016
Mir v0.13.0 was released.

http://mir.dlang.io

##### New functions was added:

- `mir.combinatorics` (by Sebastian Wilzbach)
  - `combinations`
  - `combinationsRepeat`
  - `permutations`
  - `cartesianPower`

- `mir.ndslice.slice`
 - `SliceException`
 - `shape`
 - `slice`
 - `makeSlice`
 - `ndarray`
 - `makeNdarray`

- `mir.ndslice.selection`
 - `iotaSlice`/`IotaSlice`

For corresponding ndslice updates in Phobos see
https://github.com/D-Programming-Language/phobos/pull/4182

Best regards,
Ilya
April 12, 2016
On Monday, 11 April 2016 at 18:20:29 UTC, 9il wrote:
> Mir v0.13.0 was released.
>
> http://mir.dlang.io

Interesting choice of project name there -- for a second I thought you were providing display server bindings ;-)