CHANGELOG.md in torch-rb-0.3.6 vs CHANGELOG.md in torch-rb-0.3.7

- old
+ new

@@ -1,4 +1,13 @@ +## 0.3.7 (2020-09-22) + +- Improved performance +- Added `Upsample` +- Added support for passing tensor class to `type` method +- Fixed error with buffers on GPU +- Fixed error with `new_full` +- Fixed issue with `numo` method and non-contiguous tensors + ## 0.3.6 (2020-09-17) - Added `inplace` option for leaky ReLU - Fixed error with methods that return a tensor list (`chunk`, `split`, and `unbind`) - Fixed error with buffers on GPU