We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46088a0 commit a9fba2bCopy full SHA for a9fba2b
CHANGELOG.md
@@ -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
15
+- Initial release of Haste.
0 commit comments