Skip to content

Commit 3a64068

Browse files
Add CHANGELOG.md
1 parent 9e4a6f7 commit 3a64068

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## 0.4
2+
3+
### Fixed
4+
5+
* Corrected BatchNorm1d tensor size issue
6+
7+
## 0.3
8+
9+
## 0.2.1
10+
11+
### Fixed
12+
* Correct bug causing ComplexBatchNorm to fail in eval mode
13+
* Correct behaviour of ComplexBatchNorm for track_running_stats=False
14+
15+
### Added
16+
* ComplexAvgPool2d
17+
18+
## 0.2
19+
20+
Requires Pytorch version >= 1.7
21+
22+
### Changed
23+
* Use complex64 tensors now supported by Pytorch version >= 1.7
24+
25+
26+
## 0.1
27+
28+
Initial release
29+
30+
### Fixed
31+
* Correct memory leak with torch.nograd()

0 commit comments

Comments
 (0)