@@ -23,6 +23,32 @@ You can find older, `unsupported versions here <https://github.com/SmileiPIC/Smi
2323Changes made in the repository (not released)
2424^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2525
26+ ...
27+
28+ ----
29+
30+ Projects
31+ ^^^^^^^^^^^^^^^^
32+
33+ * Already available, but experimental:
34+
35+ * :doc: `/Understand/SDMD `
36+ * Particle merging
37+ * Nuclear reactions
38+ * Interface with the PICSAR library for AM spectral solver
39+
40+ * In preparation:
41+
42+ * GPU support
43+ * More spectral solvers
44+
45+
46+ ----
47+
48+
49+ Release 4.8
50+ ^^^^^^^^^^^^^^^^^^^^^
51+
2652* **LaserEnvelope model **:
2753
2854 * Now compatible with ``PML `` boundaries
@@ -56,7 +82,8 @@ Changes made in the repository (not released)
5682
5783* **Bugfixes **:
5884
59- * Poisson Solver correction was not properly accounted for with SDMD.
85+ * Compilation fixed for the newest version of GNU make
86+ * Poisson Solver correction was not properly accounted for with SDMD
6087 * Bug correction using Monte-Carlo radiation and multiphoton Breit-Wheeler processes with checkpoints
6188 * C++11 compilation issue
6289 * Reading particle weights and momenta from hdf5 file
@@ -68,32 +95,13 @@ Changes made in the repository (not released)
6895
6996* **Experimental **
7097
71- * :doc: `/Understand/task_parallelization ` of macro-particle operations with OpenMP
72- * Rudimentary visualization for macro-particle operation scheduling, activated through a compilation flag
7398 * B-TIS3 interpolation scheme to reduce the effects of numerical Cherenkov radiation is implemented up to interpolation order 2
7499 * New diagnostic: ``DiagNewParticles `` records particle information when they are created by ionization or other mechanisms
100+ * :doc: `/Understand/task_parallelization ` of macro-particle operations with OpenMP
101+ * Rudimentary visualization for macro-particle operation scheduling, activated through a compilation flag
75102
76103* **For developers **: new table management for Monte-Carlo physical processes (transparent to users)
77104
78- ----
79-
80- Projects
81- ^^^^^^^^^^^^^^^^
82-
83- * Already available, but experimental:
84-
85- * :doc: `/Understand/SDMD `
86- * Particle merging
87- * Nuclear reactions
88- * Interface with the PICSAR library for AM spectral solver
89-
90- * In preparation:
91-
92- * GPU support
93- * More spectral solvers
94-
95-
96- ----
97105
98106Release 4.7
99107^^^^^^^^^^^^^^^^^^^^^
0 commit comments