diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a800e8f4..6f5756174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,9 @@ Legenda for the issue kind: - F: fixed feature - R: removed feature -### 2.4 +### 2.4.1 -*Date: / /2021* +*Date: 07/08/2021* - [#357](https://github.com/ariadne-cps/ariadne/issues/357) (N) Introduce a TaylorSeriesBounderIntegrator, that identifies the bounds from the expansion without resorting to a Bounder initially - [#613](https://github.com/ariadne-cps/ariadne/issues/613) (A) Add Python bindings for Variables2d, Projection2d fields, HybridEnclosure space accessors @@ -29,7 +29,7 @@ Legenda for the issue kind: - [#620](https://github.com/ariadne-cps/ariadne/issues/620) (F) EulerBounder did not reset the bounding domain between refinements to the step size - [#631](https://github.com/ariadne-cps/ariadne/issues/631) (F) Conditional disabling of graphics in absence of both Cairo and Gnuplot was incorrect - [#645](https://github.com/ariadne-cps/ariadne/issues/645) (F) Use only static const Generator objects, addressing linking issue for the whole library -- [#623](https://github.com/ariadne-cps/ariadne/issues/620) (R) Simplify IntegratorInterface with only one flow step, removing flow/flow_to and hiding flow_bounds +- [#623](https://github.com/ariadne-cps/ariadne/issues/623) (R) Simplify IntegratorInterface with only one flow step, removing flow/flow_to and hiding flow_bounds ### 2.3 @@ -99,4 +99,4 @@ Legenda for the issue kind: *Date: 17/04/2020* -First release. \ No newline at end of file +First release. diff --git a/CMakeLists.txt b/CMakeLists.txt index 18daf75cf..fc1b60b60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.9) message(STATUS "CMake version ${CMAKE_VERSION}") -project(Ariadne VERSION 2.3) +project(Ariadne VERSION 2.4.1) if(CMAKE_CXX_COMPILER_ID MATCHES "Intel") message(WARNING "Intel compiler not supported.") diff --git a/debian/changelog b/debian/changelog index 49ee21835..3be885506 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ -ariadne (2.3-2) focal; urgency=medium +ariadne (2.4.1) focal; urgency=medium - * Add support for concurrent code, make evolution routines and graphics - concurrent, introduce CLI settings import + * Add new integrators, supplement Python interface, minor fixes - -- Luca Geretti Mon, 24 May 2021 14:54:00 +0100 + -- Luca Geretti Sat, 07 Aug 2021 12:08:00 +0100 diff --git a/debian/control b/debian/control index d710e8e58..1d5acb070 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: ariadne Section: science Priority: optional Maintainer: Luca Geretti -Build-Depends: cmake, build-essential, g++-10, libmpfr-dev, libcairo2-dev, gnuplot, python3-dev +Build-Depends: cmake, build-essential, git, g++-10, libmpfr-dev, libcairo2-dev, gnuplot, python3-dev Homepage: https://www.ariadne.cps.org Package: ariadne diff --git a/debian/files b/debian/files new file mode 100644 index 000000000..b88a8d1c4 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +ariadne_2.4.1_source.buildinfo science optional