An almost stable update to the library.
The biggest change was to remove dependency on PyVTK and replace the conversion of OMF into VTK files with a C library linked through Cython. Early tests show a speed up of conversion times of `>10x`, which is a significant improvement. The new converter tool only writes binary VTK files for now.
In addition, a batch tool to convert directories with OMF files was added to the `omf2vtk` tool. The directory or path provided relies on that all the `omf` (or `ovf`, ... etc) files, come from the same simulation.
Some of the updates were written to the README file.
Any bugs or comments: please raise an issue!