Skip to content

Commit 1f5ef87

Browse files
committed
Set version to 0.7.
- updated NEWS.
1 parent b62f1b3 commit 1f5ef87

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

NEWS

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
v0.7
2+
====
3+
- renamed from DataDrivenSampler (DDS) to Thermodynamic Analytics Toolkit
4+
(TATi)
5+
- added (vectorized) hessian and gradient nodes to allow easy access through
6+
numpy arrays
7+
- sampler, optimizer, lossfunctionsampler, and inputspacesampler may now parse
8+
parameters from a given CSV file through a single cmd-line option
9+
- Explorer can now run parallel processes each sampling or training along a
10+
independent trajectory
11+
- FIX: Sampler module's names were inconsistent
12+
- FIX: sqlite3 presence check was broken
13+
114
v0.6
215
====
316

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