Skip to content

Commit d95e294

Browse files
committed
Update CHANGELOG and bump version
1 parent f215901 commit d95e294

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.4.0] - 2018-01-30
8+
### Added
9+
- Supports and works with CIFAR10 dataset.
10+
11+
### Changed
12+
- Upgrade to PyTorch 0.3.0.
13+
- Supports CUDA 9.
14+
- Drop our custom softmax function and switch to PyTorch softmax function.
15+
- Modify the save_image utils function to handle 3-channel (RGB) image.
16+
17+
### Fixed
18+
- Compatibilities with PyTorch 0.3.0.
19+
720
## [0.3.0] - 2017-11-27
821
### Added
922
- Decoder network PyTorch module.
@@ -64,3 +77,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6477
[0.1.0]: https://github.com/cedrickchee/capsule-net-pytorch/compare/v0.0.1...v0.1.0
6578
[0.2.0]: https://github.com/cedrickchee/capsule-net-pytorch/compare/v0.1.0...v0.2.0
6679
[0.3.0]: https://github.com/cedrickchee/capsule-net-pytorch/compare/v0.2.0...v0.3.0
80+
[0.4.0]: https://github.com/cedrickchee/capsule-net-pytorch/compare/v0.3.0...v0.4.0

0 commit comments

Comments
 (0)