CHANGELOG.md in torch-rb-0.2.4 vs CHANGELOG.md in torch-rb-0.2.5
- old
+ new
@@ -1,4 +1,10 @@
+## 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
+
## 0.2.4 (2020-04-29)
- Added `to_i` and `to_f` to tensors
- Added `shuffle` option to data loader
- Fixed `modules` and `named_modules` for nested modules