Skip to content

Commit 159504c

Browse files
authored
Updating changelog for release v0.2.0 (#1042)
1 parent d87282a commit 159504c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.2.0
4+
- Use random session id on calls to AsyncTestRuntime via python bindings.
5+
- Switch to FuturesUnordered for more efficient wait on computation completion
6+
- Support arbitrary fixedpoint precision pairs from python bindings
7+
- More complete support of tensor types kernels
8+
- AsyncSession is now Send (can be sent between threads)
9+
- Enable use of Shape values on non-Host placement types
10+
- Add ZerosOp on a host placement (create a vector of zeros of a given shape)
11+
- Add Tensorflow Keras support
12+
- Add ReLU activation function (for multilayer perceptron and NN)
13+
314
## v0.1.6
415
- Memory usage optimizations and reduced cloning
516
- Wellformed compiler pass to statically verify a computation with elk: elk compile -p wellformed comp.moose

0 commit comments

Comments
 (0)