Skip to content

Commit a686dd4

Browse files
committed
Update changelog to detail the most recent pull requests.
1 parent ff6915d commit a686dd4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@ For specific details see the [FTorch online documentation](https://cambridge-icc
1111

1212
### Added
1313

14+
- `requires_grad` property hooked up to `torch_tensor` in [#288](https://github.com/Cambridge-ICCS/FTorch/pull/288)
15+
- MPI example added in [#270](https://github.com/Cambridge-ICCS/FTorch/pull/270)
16+
- Changelog file and guidance for versioning added in [#313](https://github.com/Cambridge-ICCS/FTorch/pull/313)
1417

1518
### Changed
1619

1720
- fortitude dependency version increased to 0.7.0
21+
- Examples reordered to be more logical in [#317](https://github.com/Cambridge-ICCS/FTorch/pull/317)
22+
- scalar multiplication/division of tensors reworked to require the scalar to first be mapped to a `torch_tensor` in [#289](https://github.com/Cambridge-ICCS/FTorch/pull/289)
1823

1924
### Removed
2025

26+
- Windows CI disabled until GitHub runner issues resolved in [50ea6d7](https://github.com/Cambridge-ICCS/FTorch/commit/50ea6d78d79ebe638ebe597e745c015549f12a61)
2127

2228
### Patch Releases
2329

0 commit comments

Comments
 (0)