commit 242a96e5c26f61b512cea45eab9d667a3661f3ed
parent 5c313d75df53df277198421bbe652a0f0420c11d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 28 Apr 2020 12:05:31 +0200
Write the 0.4 release note
Diffstat:
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -32,9 +32,25 @@ package as well as all the aforementioned Star-Schiff prerequisites. Then
generate the project from the `cmake/CMakeLists.txt` file by appending to the
`CMAKE_PREFIX_PATH` variable the install directories of its dependencies.
+## Release notes
+
+### Version 0.4
+
+- Update the `struct sschiff_geometry_distribution` data structure. The
+ `sample` function now only samples the particle geometry. Its volume scaling
+ is sampled through the new `sample_volume_scaling` function. This scaling
+ factor is now sampled at the same frequency than the particle orientation,
+ i.e. several times per sampled particle geometry.
+- Relax constraints on the minimum number of scattering angles. It is now set
+ to 2 rather than 3, i.e. the scattering can be purely forward or backward.
+- Overall update of the project dependencies. Most notably, the update of the
+ Star-3D library drastically improves the performances of sampling particles
+ with the same shape.
+- Add an option to avoid the analytic computations of wide angles.
+
## Copying
-Copyright (C) 2020 |Meso|Star> (contact@meso-star.com), Copyright (C) 2015, 2016
+Copyright (C) 2020 |Meso|Star> (contact@meso-star.com). Copyright (C) 2015, 2016
CNRS. Star-Schiff is free software released under the GPL v3+ license: GNU GPL
version 3 or later. You are welcome to redistribute it under certain
conditions; refer to the COPYING file for details.