@@ -4,6 +4,27 @@ means week 46 of year 2013. Should a second tag be given the same week, an index
Starting from v18.47, the ticket numbers in bold are those that might break compatibility in models.
# v20.10
## Utilities
- Feature #1507: Enable strong types, which enable disambiguation on otherwise similar prototypes and help make the code much clearer.
## Third Party
- __Feature #1504__: Replace Boost filesystem by STL filesystem. You therefore need a very recent compiler...
## Variational Formulation
- __Feature #1505__: Refactoring concerning non linear solve: update to PETSc 3.12 underlined issues both from my side (assumptions that were not guaranteed by PETSc API) and theirs (line search strategy changed with no notice). It is now both cleaner and more robust, but API needs to be adapted in all external models.
## CI
- Feature #1510: Creation of Docker images has been removed and is now delegated to a [dedicated project](https://gitlab.inria.fr/MoReFEM/CoreLibrary/generatedockerimages). The rationale is that we want to automate this, and it was complicated as MoReFEM already uses up CI pipeline.
# v20.04
__Change in practice__: I will now use #0 instead of #859 for minor commits that do not deserve their own tickets. Reason for this is
...
...
@@ -17,7 +38,6 @@ in certain circumstances (SurfacicBidomain model for instance). I have rewritten
more work is the P2 geometry (#248)
- Bug #1502: The first line of generated Ensight file was filled with garbage; now it is the proper description.
## Ongoing tickets
- Feature #1443: Few modifications about two step parallelism, to enforce the DRY principle.