This repository was archived by the owner on Oct 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 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+
120v0.5
221====
322
Original file line number Diff line number Diff line change 11dnl Process this file with autoconf to produce a configure script.
22
33AC_PREREQ ( 2.59 )
4- AC_INIT ( DataDrivenSampler , 0.5 , frederik.heber@gmail.com )
4+ AC_INIT ( DataDrivenSampler , 0.6 , frederik.heber@gmail.com )
55AC_CONFIG_AUX_DIR ( [ build-aux] )
66AC_CONFIG_SRCDIR ( [ src/DataDrivenSampler/common.py] )
77AC_CONFIG_MACRO_DIR ( [ m4] )
You can’t perform that action at this time.
0 commit comments