From 6c0c6f52d19791ab9625f4ba85305320085f21d6 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 30 Jun 2007 23:44:30 +0200 Subject: [PATCH] barvinok 0.24 --- ChangeLog | 9 +++++++++ configure.in | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7aba591..5db6c76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +version: 0.24 +date: Sat Jun 30 23:37:31 CEST 2007 +changes: + - support exponential (Todd) substitution for non-parametric problems + - support primal and stopped decomposition on parametric problems + - support nested sums polynomial approximation of quasi-polynomials + - add barvinok_summate for summating a polynomial over a polytope + - speed improvements in barvinok_count and polyhedron_sample +--- version: 0.23 date: Sat Apr 28 20:10:35 CEST 2007 changes: diff --git a/configure.in b/configure.in index 94f8994..87cc0cd 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT -AM_INIT_AUTOMAKE(barvinok, 0.23) +AM_INIT_AUTOMAKE(barvinok, 0.24) AC_PROG_CC gl_EARLY @@ -7,7 +7,7 @@ AC_PROG_CXX AM_PROG_LEX AC_PROG_YACC AC_SUBST(versioninfo) -versioninfo=13:0:0 +versioninfo=14:0:1 AC_CANONICAL_HOST AC_LIBTOOL_WIN32_DLL -- 2.11.4.GIT