Skip to content

Commit 0f128ba

Browse files
committed
Set version to 0.9.3.
- updated NEWS.
1 parent 0687dd1 commit 0f128ba

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

NEWS

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
v0.9.2
220
======
321

configure.ac

+1-1
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.2, frederik.heber@gmail.com)
4+
AC_INIT(ThermodynamicAnalyticsToolkit, 0.9.3, frederik.heber@gmail.com)
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)