File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
20
v0.5
2
21
====
3
22
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 ( DataDrivenSampler , 0.5 , frederik.heber@gmail.com )
4
+ AC_INIT ( DataDrivenSampler , 0.6 , frederik.heber@gmail.com )
5
5
AC_CONFIG_AUX_DIR ( [ build-aux] )
6
6
AC_CONFIG_SRCDIR ( [ src/DataDrivenSampler/common.py] )
7
7
AC_CONFIG_MACRO_DIR ( [ m4] )
You can’t perform that action at this time.
0 commit comments