commit f25754f51ed3de83f44377707b58106adef4002d
parent e169b9c67b324875bff32f6611229e9feb7e8060
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Thu, 19 Nov 2020 17:58:10 +0100
Merge branch 'release_0.5' into develop
Diffstat:
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -16,6 +16,7 @@ Stardis relies on the [CMake](http://www.cmake.org) and the
[RCMake](https://gitlab.com/vaplv/rcmake/) package to build.
It also depends on the
[RSys](https://gitlab.com/vaplv/rsys/),
+[star-3d](https://gitlab.com/meso-star/star-3d/),
[star-enclosures-3d](https://gitlab.com/meso-star/star-enclosures-3d/),
[star-geometry-3d](https://gitlab.com/meso-star/star-geometry-3d/),
[star-stl](https://gitlab.com/meso-star/star-stl) and
@@ -34,11 +35,19 @@ variable the install directories of its dependencies.
### v0.5
+- Ensure C89 compliance.
+- New output format for infra-red rendering.
+- Use new stardis-solver 0.11.
+- Replace fixed dates by time-ranges as time arguments
+ for computations.
+- Allow unsteady Green's function computations.
+- Model files now include scale parameter.
+
### v0.4
- Improve C99 compliance.
- Build on Windows systems.
-- Upgrade stardis-solver to v0.5.
+- Use new stardis-solver 0.5.
- Transition to cmake to manage builds.
### v0.3.2
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -55,7 +55,7 @@ configure_file(${SDIS_SOURCE_DIR}/../doc/stardis.1.txt.in
${CMAKE_CURRENT_BINARY_DIR}/doc/stardis.1.txt @ONLY)
set(SDIS_VERSION_MAJOR 0)
-set(SDIS_VERSION_MINOR 4)
+set(SDIS_VERSION_MINOR 5)
set(SDIS_VERSION_PATCH 0)
set(SDIS_VERSION ${SDIS_VERSION_MAJOR}.${SDIS_VERSION_MINOR}.${SDIS_VERSION_PATCH})