Update version and changelog

This commit is contained in:
Marcin Junczys-Dowmunt 2020-05-21 20:10:33 -07:00
parent f9029638ff
commit 7fb5747d6d
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- LSH indexing to replace short list
- ONNX support for transformer models
- Add topk operator like PyTorch's topk
- Use *cblas_sgemm_batch* instead of a for loop of *cblas_sgemm* on CPU as the batched_gemm implementation
- Supporting relative paths in shortlist and sqlite options

View File

@ -1,2 +1,2 @@
v1.9.12
v1.9.17