From 438d43d8ab727d02dd8f4402c50393343e871b99 Mon Sep 17 00:00:00 2001 From: Frederic Perez Date: Mon, 24 Jun 2024 13:32:13 +0200 Subject: [PATCH] prepare v5.1 --- doc/Sphinx/Overview/releases.rst | 58 ++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 25 deletions(-) diff --git a/doc/Sphinx/Overview/releases.rst b/doc/Sphinx/Overview/releases.rst index 5c3e9d046..e271b32c5 100755 --- a/doc/Sphinx/Overview/releases.rst +++ b/doc/Sphinx/Overview/releases.rst @@ -16,18 +16,43 @@ Get Smilei You can find older, `unsupported versions here `_ +.. +.. ---- + +.. .. _latestVersion: + +.. Changes made in the repository (not released) +.. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ---- -.. _latestVersion: +Ongoing projects +^^^^^^^^^^^^^^^^ + +* Already available, but experimental: + + * Particle merging + * Nuclear reactions + * Perfectly Matched Layers + * NewParticles diagnostic + +* In preparation: + + * Spectral solvers + + +---- -Changes made in the repository (not released) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Release 5.1 +^^^^^^^^^^^^^^^^^^^^^ -* GPU: +* **GPU**: + * ``1Dcartesian`` geometry now available. * Compilation simplified and better documented. + * Improved performance of particle sorting. -* Features: +* **Features**: * Relativistic field initialization now supports multiple species and both direction propagations. * Added the argument ``phase_offset`` in laser definitions such as ``LaserGaussian2D``. @@ -37,7 +62,7 @@ Changes made in the repository (not released) * Deprecated ``smilei_rand_max``. * New namelist variables ``smilei_omp_threads`` and ``smilei_total_cores``. -* Happi: +* **Happi**: * In ``Scalar``, it is now possible to make an operation on scalars such as ``"Uelm+Ukin"``. * The list of available scalars can be obtained from ``getScalars()``. @@ -46,11 +71,11 @@ Changes made in the repository (not released) * Changed coordinate reference for 2D probe in 3D or AM geometry (zero is the box origin projected orthogonally on the probe plane). -* Documentation: +* **Documentation**: * Dark theme (click the switch on the bottom left, or set browser preferences). -* Bug fixes: +* **Bug fixes** : * ``dump_minutes`` often failed to write some checkpoint files. * ``"auto"`` limits in ``ParticleBinning`` could fail with only one side on ``"auto"``. @@ -58,23 +83,6 @@ Changes made in the repository (not released) ---- -Projects -^^^^^^^^^^^^^^^^ - -* Already available, but experimental: - - * Particle merging - * Nuclear reactions - * Perfectly Matched Layers - * NewParticles diagnostic - -* In preparation: - - * Spectral solvers - - ----- - Release 5.0 ^^^^^^^^^^^^^^^^^^^^^