www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Mir v0.13.0: mir.combinatorics & mir.ndslice

reply 9il <ilyayaroshenko gmail.com> writes:
Mir v0.13.0 was released.

http://mir.dlang.io



- `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
Apr 11 2016
parent Joseph Rushton Wakeling <joseph.wakeling webdrake.net> writes:
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 ;-)
Apr 12 2016