Skip to content

Commit 7314715

Browse files
author
Luca Geretti
committed
Update release information for 2.4.1
1 parent e673d49 commit 7314715

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Legenda for the issue kind:
1010
- F: fixed feature
1111
- R: removed feature
1212

13-
### 2.4
13+
### 2.4.1
1414

15-
*Date: / /2021*
15+
*Date: 07/08/2021*
1616

1717
- [#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
1818
- [#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:
2929
- [#620](https://github.com/ariadne-cps/ariadne/issues/620) (F) EulerBounder did not reset the bounding domain between refinements to the step size
3030
- [#631](https://github.com/ariadne-cps/ariadne/issues/631) (F) Conditional disabling of graphics in absence of both Cairo and Gnuplot was incorrect
3131
- [#645](https://github.com/ariadne-cps/ariadne/issues/645) (F) Use only static const Generator objects, addressing linking issue for the whole library
32-
- [#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
32+
- [#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
3333

3434
### 2.3
3535

@@ -99,4 +99,4 @@ Legenda for the issue kind:
9999

100100
*Date: 17/04/2020*
101101

102-
First release.
102+
First release.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.9)
22
message(STATUS "CMake version ${CMAKE_VERSION}")
33

4-
project(Ariadne VERSION 2.3)
4+
project(Ariadne VERSION 2.4.1)
55

66
if(CMAKE_CXX_COMPILER_ID MATCHES "Intel")
77
message(WARNING "Intel compiler not supported.")

debian/changelog

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
ariadne (2.3-2) focal; urgency=medium
1+
ariadne (2.4.1) focal; urgency=medium
22

3-
* Add support for concurrent code, make evolution routines and graphics
4-
concurrent, introduce CLI settings import
3+
* Add new integrators, supplement Python interface, minor fixes
54

6-
-- Luca Geretti <luca.geretti@gmail.com> Mon, 24 May 2021 14:54:00 +0100
5+
-- Luca Geretti <luca.geretti@gmail.com> Sat, 07 Aug 2021 12:08:00 +0100

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: ariadne
22
Section: science
33
Priority: optional
44
Maintainer: Luca Geretti <luca.geretti@gmail.com>
5-
Build-Depends: cmake, build-essential, g++-10, libmpfr-dev, libcairo2-dev, gnuplot, python3-dev
5+
Build-Depends: cmake, build-essential, git, g++-10, libmpfr-dev, libcairo2-dev, gnuplot, python3-dev
66
Homepage: https://www.ariadne.cps.org
77

88
Package: ariadne

debian/files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ariadne_2.4.1_source.buildinfo science optional

0 commit comments

Comments
 (0)