Skip to content

Commit eef063b

Browse files
committed
Set version to 0.6.
- updated NEWS.
1 parent f58ecbc commit eef063b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

NEWS

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
v0.6
2+
====
3+
4+
- supporting now up to tensorflow 1.6
5+
- added DDSExplorer for exploring loss landscapes, picking minima long the way
6+
- prints replaced by logging expressions and verbose cmdline statment supported
7+
- FIX: rejection_rate in HMC fixed
8+
- tensorflow computations can now be done with a given basetype.
9+
- returned to default tf.float32 as tensorflow basetype. tf.float64 seems to
10+
be broken to some extent suggested from sampler's convergence plots
11+
- FIX: SGLD was not resetting aggregated values in run info
12+
- LossFunctionSampler can now fix partial set of parameters and to values
13+
obtained from (minima, trajectory) file
14+
- FIX: Picking input columns (e.g. "sin(x1)") was broken to some extent
15+
- LossFunctionSampler and InputSpaceSampler can now interpret CSV files of
16+
arbitrary type (they pick out the columns they need)
17+
- updated userguide significantly
18+
- some fixes to changed dependent python packages related to Ubuntu 16.04
19+
120
v0.5
221
====
322

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(DataDrivenSampler, 0.5, frederik.heber@gmail.com)
4+
AC_INIT(DataDrivenSampler, 0.6, frederik.heber@gmail.com)
55
AC_CONFIG_AUX_DIR([build-aux])
66
AC_CONFIG_SRCDIR([src/DataDrivenSampler/common.py])
77
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)