update to v1.3.0

This commit is contained in:
Marcin Junczys-Dowmunt 2018-01-23 23:10:34 -08:00
parent 6e223c2fc3
commit 13e3d5fc81
2 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.3.0] - 2018-01-24
### Added
- Added SQLite3 based corpus storage for on-disk shuffling etc. with `--sqlite`
- Added asynchronous maxi-batch preloading
- Using transpose in SGEMM to tie embeddings in output layer

View File

@ -1 +1 @@
v1.2.1
v1.3.0