Skip to content

Commit a9fba2b

Browse files
committed
Document notable changes in CHANGELOG.md.
1 parent 46088a0 commit a9fba2b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ChangeLog
2+
3+
## 0.2.0 (2020-02-12)
4+
### Added
5+
- New time-fused API for LSTM (`lstm::ForwardPass::Run`, `lstm::BackwardPass::Run`).
6+
- Benchmarking code to evaluate the performance of an implementation.
7+
8+
### Changed
9+
- Performance improvements to existing iterative LSTM API.
10+
- BREAKING CHANGE: `h` must not be transposed before passing it to `lstm::BackwardPass::Iterate`.
11+
- BREAKING CHANGE: `dv` does not need to be allocated and `v` must be passed instead to `lstm::BackwardPass::Iterate`.
12+
13+
## 0.1.0 (2020-01-29)
14+
### Added
15+
- Initial release of Haste.

0 commit comments

Comments
 (0)