-----------
- fixed compatibility with PyTorch 0.4.0
+ `convis` is now compatible with PyTorch <= 0.3 and PyTorch 0.4.0
- VirtualParameters are now also included in the `named_parameter` dictionary and also appear in the `model.p.<tab>` parameter list.
- the `variables` submodule now offers the functions `zeros`, `zeros_like`, `ones`, `rand` and `randn` which give a autograd.Variable or a Tensor, depending on PyTorch version.