This repository was archived by the owner on Oct 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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+
117v0.9.4
218======
319
Original file line number Diff line number Diff line change 11dnl Process this file with autoconf to produce a configure script.
22
33AC_PREREQ ( 2.59 )
4- AC_INIT ( ThermodynamicAnalyticsToolkit , 0.9.4 , frederik.heber@gmail.com )
4+ AC_INIT ( ThermodynamicAnalyticsToolkit , 0.9.5 , frederik.heber@gmail.com )
55AC_CONFIG_AUX_DIR ( [ build-aux] )
66AC_CONFIG_SRCDIR ( [ src/TATi/common.py] )
77AC_CONFIG_MACRO_DIR ( [ m4] )
You can’t perform that action at this time.
0 commit comments