From 115d164a9e53b1777eea86c5b0257c48d8ca3cb8 Mon Sep 17 00:00:00 2001 From: jeffriley Date: Mon, 20 Nov 2023 18:47:03 +1100 Subject: [PATCH] Update whats-new.rst --- online-docs/pages/whats-new.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/online-docs/pages/whats-new.rst b/online-docs/pages/whats-new.rst index 2fd676ecf..439a2c37e 100644 --- a/online-docs/pages/whats-new.rst +++ b/online-docs/pages/whats-new.rst @@ -11,6 +11,15 @@ Following is a brief list of important updates to the COMPAS code. A complete r * Added a naive tides implementation. * Added program option ``enable-tides`` to enable the tides implementation (default is ``false``). +**02.40.00 Oct 20, 2023** + +* Added ``FLEXIBLE2023`` as a new default, and ``BELCZYNSKI2010`` as a replacement for the previous ``VINK`` mass loss prescription. The following new sub-wrappers are overridden when selecting ``BELCZYNSKI2010``: +* Added ``--OB-mass-loss`` program option, applying to main sequence stars, with default ``VINK2021``, and options ``NONE``, ``VINK2001`` (previous default), ``BJORKLUND2022``, and ``KRTICKA2018``. +* Added ``--RSG-mass-loss`` program option, applying to stars below 8kK in giant branch stellar types, with default ``DECIN2023``, and options ``NONE``, ``VINISABHAHIT2023``, ``BEASOR2020``, ``YANG2023``, ``KEE2021``, ``NJ90`` (previous default). +* Added ``--VMS-mass-loss`` program option, applying to stars over 100 Msol, with default ``SABHAHIT2023``, and options ``NONE``, ``VINK2011``, and ``BESTENLEHNER2020``. +* Added ``--WR-mass-loss`` program option, with default ``SANDERVINK2023``, and options ``BELCZYNSKI2010``, and ``SHENAR2019``. +* Changed default value for option ``--wolf-rayet-multiplier`` from 0.1 to 1.0 + **02.39.00 Jul 4, 2023** * Added 'Evolution_Status' columns to both SSE and BSE default system parameters records - records final status of evolution (reason evolution stopped).