This release fixes more bugs, namely:
- Working with `np.ndarray` inside `TorchDataset`s
- `make_nd` now throws an exception if it's called to reduce Tensor cardinality
- Added `torchvtk.utils.clone()` as a way to clone objects of unknown type (torch.Tensor, np.ndarray, list, tuple, dict, otherwise noop)
Also:
- A sample volume data file is included in the package
- More image / TF plotting tools
**Full Changelog**: https://github.com/torchvtk/torchvtk/compare/0.4.5...v0.4.6