Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 8c16d32

Browse files
committed
Set version to 0.9.
- updates NEWS.
1 parent e7c7b84 commit 8c16d32

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v0.9
2+
====
3+
4+
- added simulation module, an easy-to-use python interface to loss manifold
5+
sampling for neural networks.
6+
- large rewrite of userguide, now in asciidoc.
7+
- added programmer's guide
8+
- added roadmap.
9+
- option types are checked in python interface.
10+
- tensorflow up to 1.8 supported.
11+
- improved input pipeline (and thereby overall) performance.
12+
- several smaller fixes.
13+
- HMC is removed temporarily till being fully validated.
14+
115
v0.8
216
====
317

configure.ac

Lines changed: 1 addition & 1 deletion
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.8, [email protected])
4+
AC_INIT(ThermodynamicAnalyticsToolkit, 0.9, [email protected])
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)