Skip to content

Commit

Permalink
Set version to 0.9.5.
Browse files Browse the repository at this point in the history
- updated NEWS.
  • Loading branch information
FrederikHeber committed Mar 29, 2019
1 parent 33d9a21 commit 63d9af9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v0.9.5
======

- Added jupyter notebooks with a guided tour through TATi.
- Added Dockerfile for putting TATi in docker container.
- Added analysis capability for ensemble averaging.
- FIX: SGLD formula in userguide was incorrect.
- Added GradientDescent optimizer with Barzilai-Borwein learning rate picker.
- Accumulation of norms of gradients, noise, momentum, ... is made optional
and can be fully switched off for performance reasons.
- Optimizers have been moved into distinct module/folder.
- several smaller fixes preventing the distributed tarball from compiling.
- small runtime improvements.
- FIX: time_per_nth_step column in run info file/dataframe was wrong when
using HMC.

v0.9.4
======

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(ThermodynamicAnalyticsToolkit, 0.9.4, frederik.heber@gmail.com)
AC_INIT(ThermodynamicAnalyticsToolkit, 0.9.5, frederik.heber@gmail.com)
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/TATi/common.py])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 63d9af9

Please sign in to comment.