|
8 | 8 |
|
9 | 9 | ### Highlighted contributions
|
10 | 10 |
|
11 |
| -- [LinearSystem] Refactor matrix assembly [#2777](https://github.com/sofa-framework/sofa/pull/2777) |
12 |
| -- [Core] Introduce parallel for each [#3548](https://github.com/sofa-framework/sofa/pull/3548) |
13 |
| -- [MultiThreading] Introduce ParallelTetrahedronFEMForceField [#3552](https://github.com/sofa-framework/sofa/pull/3552) |
14 |
| -- [examples] Apply Sofa/Component structure for all examples [#3588](https://github.com/sofa-framework/sofa/pull/3588) |
| 11 | +- [LinearSystem] Refactor matrix assembly [#2777](https://github.com/sofa-framework/sofa/pull/2777) |
| 12 | +- [Core] Introduce parallel for each [#3548](https://github.com/sofa-framework/sofa/pull/3548) |
| 13 | +- [MultiThreading] Introduce ParallelTetrahedronFEMForceField [#3552](https://github.com/sofa-framework/sofa/pull/3552) |
| 14 | +- [examples] Apply Sofa/Component structure for all examples [#3588](https://github.com/sofa-framework/sofa/pull/3588) |
15 | 15 |
|
16 | 16 |
|
17 | 17 | ### Breaking
|
18 | 18 |
|
19 | 19 | **Architecture**
|
20 |
| -- [all] Lifecycle v23.06 1/n [#3634](https://github.com/sofa-framework/sofa/pull/3634) |
21 |
| -- [all] Lifecycle v23.06 2/n [#3649](https://github.com/sofa-framework/sofa/pull/3649) |
22 |
| -- [all] Lifecycle v23.06 3/n [#3654](https://github.com/sofa-framework/sofa/pull/3654) |
23 |
| -- [all] Lifecycle v23.06 4/n [#3655](https://github.com/sofa-framework/sofa/pull/3655) |
24 |
| -- [Core] Use std::function for Link's Validator (and fix UB) [#3665](https://github.com/sofa-framework/sofa/pull/3665) |
25 |
| -- [Helper] Improve OptionsGroup [#3737](https://github.com/sofa-framework/sofa/pull/3737) |
26 |
| -- [Simulation] Suggest required plugin in the syntax of the scene loader [#3799](https://github.com/sofa-framework/sofa/pull/3799) |
| 20 | +- [all] Lifecycle v23.06 1/n [#3634](https://github.com/sofa-framework/sofa/pull/3634) |
| 21 | +- [all] Lifecycle v23.06 2/n [#3649](https://github.com/sofa-framework/sofa/pull/3649) |
| 22 | +- [all] Lifecycle v23.06 3/n [#3654](https://github.com/sofa-framework/sofa/pull/3654) |
| 23 | +- [all] Lifecycle v23.06 4/n [#3655](https://github.com/sofa-framework/sofa/pull/3655) |
| 24 | +- [Core] Use std::function for Link's Validator (and fix UB) [#3665](https://github.com/sofa-framework/sofa/pull/3665) |
| 25 | +- [Helper] Improve OptionsGroup [#3737](https://github.com/sofa-framework/sofa/pull/3737) |
| 26 | +- [Simulation] Suggest required plugin in the syntax of the scene loader [#3799](https://github.com/sofa-framework/sofa/pull/3799) |
27 | 27 |
|
28 | 28 | **Modules**
|
29 | 29 | - [Mapping] Adds template to RigidMapping [#3680](https://github.com/sofa-framework/sofa/pull/3680)
|
|
190 | 190 | - [PreassembledMass] Make it external [#3802](https://github.com/sofa-framework/sofa/pull/3802)
|
191 | 191 | - [SofaCUDA] Move explicit template instantiations from CudaTypes.cpp to CudaMultiMapping.cpp [#3807](https://github.com/sofa-framework/sofa/pull/3807)
|
192 | 192 | - [plugins] Remove references to old plugins [#3960](https://github.com/sofa-framework/sofa/pull/3960)
|
| 193 | +- [plugins] Remove references to external deleted plugins [#3980](https://github.com/sofa-framework/sofa/pull/3980) |
| 194 | + |
193 | 195 |
|
194 | 196 | **Examples / Scenes**
|
195 | 197 | - [Tutorials] Fix CMake with Sofa.GUI [#3624](https://github.com/sofa-framework/sofa/pull/3624)
|
|
0 commit comments