From 13e3d5fc81df5ad7a4ab2214886617acbce13a9d Mon Sep 17 00:00:00 2001 From: Marcin Junczys-Dowmunt Date: Tue, 23 Jan 2018 23:10:34 -0800 Subject: [PATCH] update to v1.3.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0905579fe..5b7acdc18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 6a5e98a74..18fa8e74f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.2.1 +v1.3.0