Skip to content

Commit

Permalink
Update release information for 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeretti committed Aug 7, 2021
1 parent e673d49 commit 7314715
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -99,4 +99,4 @@ Legenda for the issue kind:

*Date: 17/04/2020*

First release.
First release.
2 changes: 1 addition & 1 deletion 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.")
Expand Down
7 changes: 3 additions & 4 deletions 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 <luca.geretti@gmail.com> Mon, 24 May 2021 14:54:00 +0100
-- Luca Geretti <luca.geretti@gmail.com> Sat, 07 Aug 2021 12:08:00 +0100
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -2,7 +2,7 @@ Source: ariadne
Section: science
Priority: optional
Maintainer: Luca Geretti <luca.geretti@gmail.com>
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
Expand Down
1 change: 1 addition & 0 deletions debian/files
@@ -0,0 +1 @@
ariadne_2.4.1_source.buildinfo science optional

0 comments on commit 7314715

Please sign in to comment.