Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 63d9af9

Browse files
committed
Set version to 0.9.5.
- updated NEWS.
1 parent 33d9a21 commit 63d9af9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
v0.9.5
2+
======
3+
4+
- Added jupyter notebooks with a guided tour through TATi.
5+
- Added Dockerfile for putting TATi in docker container.
6+
- Added analysis capability for ensemble averaging.
7+
- FIX: SGLD formula in userguide was incorrect.
8+
- Added GradientDescent optimizer with Barzilai-Borwein learning rate picker.
9+
- Accumulation of norms of gradients, noise, momentum, ... is made optional
10+
and can be fully switched off for performance reasons.
11+
- Optimizers have been moved into distinct module/folder.
12+
- several smaller fixes preventing the distributed tarball from compiling.
13+
- small runtime improvements.
14+
- FIX: time_per_nth_step column in run info file/dataframe was wrong when
15+
using HMC.
16+
117
v0.9.4
218
======
319

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ(2.59)
4-
AC_INIT(ThermodynamicAnalyticsToolkit, 0.9.4, [email protected])
4+
AC_INIT(ThermodynamicAnalyticsToolkit, 0.9.5, [email protected])
55
AC_CONFIG_AUX_DIR([build-aux])
66
AC_CONFIG_SRCDIR([src/TATi/common.py])
77
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)