Skip to content

Commit 8228188

Browse files
committed
Set version to 0.9.2.
- updated NEWS.
1 parent 4622f77 commit 8228188

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

NEWS

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
v0.9.2
2+
======
3+
4+
- added fully tested Hamiltonian Monte Carlo method with first and second
5+
order time integrator (Euler and Leapfrog), following [Neal, 2011].
6+
- added Ensemble Quasi Newton scheme for all samplers, tested on simple
7+
Gaussian mixture model and MNIST single-layer perceptron.
8+
- for checking virial theorem, average moment of inertia is written to averages
9+
file.
10+
- allowing "0" in option hidden_dimension.
11+
- trajectory can be written w.r.t to subspace spanned by vectors in new option
12+
directions_file.
13+
- summaries now write memory and cputime usage for debugging bottlenecks.
14+
- DOCU: re-added accidentally dropped reference section on simulation module.
15+
- FIX: TATiOptimizer always writes last step to files.
16+
- FIX: update of parameters caused no update of simulation's evaluation cache.
17+
- FIX: time_per_nth_step was using process_time instead of time, i.e.
18+
accumulated time over all processes.
19+
- FIX: Boolean parameters were not used from cmd-line.
20+
- FIX: Assigning weights from dataframes took ages. Now works also for multiple
21+
walkers.
22+
- FIX: parse_parameters_file was not working in TATi.simulation.
23+
- tested on TF version up to 1.10.
24+
125
v0.9.1
226
======
327

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