Within ticket [#117], some conversion functions for the conversion between CTensor and numpy.array have been implemented. These were done in a rather simple manner, only for 2D tensors and such.
Within this ticket, the interface should be finalized. You should be able to transform arbitrary tensors between the C++ and numpy world.
Did not implement integer numpy arrays, since these did not work as easily as expected. Should not really matter, since floating-point arrays are what you usually want. Otherwise everything has tests and templated code assigned.
Diff: