CHANGELOG.md in torch-rb-0.1.3 vs CHANGELOG.md in torch-rb-0.1.4
- old
+ new
@@ -1,4 +1,13 @@
+## 0.1.4 (2019-12-01)
+
+- Added distance functions
+- Added more activations
+- Added more linear layers
+- Added more loss functions
+- Added more init methods
+- Added support for tensor assignment
+
## 0.1.3 (2019-11-30)
- Changed to BSD 3-Clause license to match PyTorch
- Added many optimizers
- Added `StepLR` learning rate scheduler