From 2f76ec192407a2f9032ec45a48bf93c8dd4eff55 Mon Sep 17 00:00:00 2001 From: Sebastian Funk Date: Thu, 14 Jun 2018 14:29:14 +0100 Subject: [PATCH] version bump to 1.4.2 --- Doxyfile | 2 +- Makefile.PL | 2 +- VERSION.md | 7 +++++++ docs/pdf/manual.pdf | Bin 448636 -> 448636 bytes docs/src/index.tex | 2 +- share/configure.ac | 2 +- 6 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Doxyfile b/Doxyfile index 551755f2..e564ef03 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = "LibBi" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.4.1 +PROJECT_NUMBER = 1.4.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/Makefile.PL b/Makefile.PL index 4c97296b..4120c54b 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,7 @@ use inc::Module::Install; name 'LibBi'; abstract 'LibBi is used for state-space modelling and Bayesian inference on modern computer hardware, including multi-core CPUs, many-core GPUs (graphics processing units) and distributed-memory clusters.'; author 'Lawrence Murray '; -version '1.4.1'; +version '1.4.2'; license 'gpl'; # dependencies diff --git a/VERSION.md b/VERSION.md index e1d34bbd..864e3819 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,6 +1,13 @@ LibBi VERSION.md ================ +v1.4.2 +------ + +Performance: + +* Improved beta and negative binomial random generators + v1.4.1 ------ diff --git a/docs/pdf/manual.pdf b/docs/pdf/manual.pdf index 8c8015ebcc082bce3f3b6dd4a3ce8efc11ff8685..013c9ffbda25b6ea810c590238c6b35eb78d1217 100644 GIT binary patch delta 158 zcmeyfLHf@I=?%7Ad;wkczi*nppKQsT_`>&Lvo}|}Hy0xiGXXI(5VHU=>vnH0w(8BC zW`-t)CPtP9CezRFWs^d1w}0Bp*1+TJWa4IKVq{`!U}@%LU}0?Hvu UY-;9cr(i=!$@Z delta 158 zcmeyfLHf@I=?%7Ad=t9sf8R8HKiQHw@x1SYW^b-`Z!Sh4W&&bnAZ7t#*6rS0Y}K1N zO%06=4UCM94W^&p%O-{3ZvV8Gt%1kc)zHn*$imIh#mUjh(8b)$+|t;{*wWR})x^ow U)xz1>PQiwdlI>ehu^s0H03+Zpi2wiq diff --git a/docs/src/index.tex b/docs/src/index.tex index cd0d48ec..925ddfb2 100644 --- a/docs/src/index.tex +++ b/docs/src/index.tex @@ -108,7 +108,7 @@ \vspace{6cm} \fontsize{16pt}{24pt}\selectfont -Version 1.4.1 +Version 1.4.2 \vspace{1cm} diff --git a/share/configure.ac b/share/configure.ac index c4cdafb5..8568012b 100644 --- a/share/configure.ac +++ b/share/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([LibBi], [1.4.1], [bug-report@libbi.org], [libbi], [http://www.libbi.org]) +AC_INIT([LibBi], [1.4.2], [bug-report@libbi.org], [libbi], [http://www.libbi.org]) AC_PREREQ([2.62]) AC_LANG([C++]) AM_INIT_AUTOMAKE([1.10 no-define foreign])