File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ v0.9.3
2
+ ======
3
+
4
+ - DOCU: Improved and update userguide.
5
+ - DOCU: Code documentation now follows Google Style (no longer ReST) and has
6
+ API documentation.
7
+ - Introduced a general test threshold to account for numerical inaccuracy of
8
+ parallel reduction on GPU-assisted hardware.
9
+ - Fully refactored model class: ModelState, MultiLayerPerceptron,
10
+ InputPipelineFactory.
11
+ - Configure now checks presence of required python packages.
12
+ - added full copyright notes, added code check tests on this.
13
+ - extracted grid-based sampling from TATiLossFunctionSampler.
14
+ - TATiAnalyser can perform covariance and Integrated Autocorrelation Time (IAT)
15
+ analysis.
16
+ - Refactored TATiAnalyser into several operation modes such that these are
17
+ easy-to-use and accessible from Python interfaces.
18
+
1
19
v0.9.2
2
20
======
3
21
Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to produce a configure script.
2
2
3
3
AC_PREREQ ( 2.59 )
4
- AC_INIT ( ThermodynamicAnalyticsToolkit , 0.9.2 , frederik.heber@gmail.com )
4
+ AC_INIT ( ThermodynamicAnalyticsToolkit , 0.9.3 , frederik.heber@gmail.com )
5
5
AC_CONFIG_AUX_DIR ( [ build-aux] )
6
6
AC_CONFIG_SRCDIR ( [ src/TATi/common.py] )
7
7
AC_CONFIG_MACRO_DIR ( [ m4] )
You can’t perform that action at this time.
0 commit comments