Skip to content

Commit 2e3132c

Browse files
committed
Set version to 0.8.
- updated NEWS.
1 parent c7c02d1 commit 2e3132c

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

NEWS

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
v0.8
2+
====
3+
4+
- introducing replicated neural networks to allow for multiple walkers that
5+
proceed in parallel on individual trajectories with the ability to exchange
6+
information, e.g. for Ensemble Quasi Newton method.
7+
- Updated package dependencies and funding notes in README.
8+
- Added python interface that allows to use neural network as a general
9+
function depending parameters and with a gradient.
10+
- FIX: TATiExplorer could still experience dead-locks.
11+
- Docbook now also supports non-standard fop and xsltproc installation paths.
12+
- FIX: scipy.sparse's linalg module was not loaded correctly for certain scipy
13+
versions.
14+
- added Covariance Controlled Adaptive Langevin (CCAdL) as sampler, untested.
15+
- added option burnin to drop initial set of steps from accumulated averages
16+
- added option progress to display a progress bar with time estimate
17+
- added option summaries_path to write summaries for TensorBoard on demand
18+
- FIX: accuracy was not calculated correctly for multi class classification.
19+
- added testsuite section on tensorflow (non-)capabilities.
20+
121
v0.7
222
====
323
- renamed from DataDrivenSampler (DDS) to Thermodynamic Analytics Toolkit

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