Re: Mir v0.13.0: mir.combinatorics & mir.ndslice allocators/constructors/converters

2016-04-12 Thread Joseph Rushton Wakeling via Digitalmars-d-announce

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 ;-)


Mir v0.13.0: mir.combinatorics & mir.ndslice allocators/constructors/converters

2016-04-11 Thread 9il via Digitalmars-d-announce

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