CHANGELOG.md in torch-rb-0.2.5 vs CHANGELOG.md in torch-rb-0.2.6
- old
+ new
@@ -1,4 +1,10 @@
+## 0.2.6 (2020-06-29)
+
+- Added support for indexing with tensors
+- Added `contiguous` methods
+- Fixed named parameters for nested parameters
+
## 0.2.5 (2020-06-07)
- Added `download_url_to_file` and `load_state_dict_from_url` to `Torch::Hub`
- Improved error messages
- Fixed tensor slicing