star-mc

Parallel estimation of Monte Carlo integrators
git clone git://git.meso-star.fr/star-mc.git
Log | Files | Refs | README | LICENSE

commit 99193796c57061975998d9016f04ec446ea9694d
parent fff05ad796213ead5c10944c935f4364ff895617
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 19 Oct 2023 18:23:57 +0200

Write release note for version 0.6

Diffstat:
MREADME.md | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -21,6 +21,21 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.6 + +- Update `smc_device_create` profile: input arguments are grouped + together in the `smc_device_create_args` structure. In addition to the + existing input arguments, it contains a new `verbose` member variable + which controls the library's verbosity level. By default, the library + is silent. +- Add null constants for the following smc data structures: `smc_type`, + `smc_estimator_status`, `smc_integrator` and `smc_doubleN_context`. +- Replace CMake by Makefile as build system. +- Update compiler and linker flags to increase the security and + robustness of generated binaries. +- Provide a pkg-config file to link the library as an external + dependency. + ### Version 0.5 Sets the required version of Star-SampPling to 0.12.1. The versions 0.12