Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MoReFEM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GILLES Sebastien
MoReFEM
Commits
e4e468fe
Commit
e4e468fe
authored
Jul 26, 2019
by
GILLES Sebastien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue tag v19.30.
parent
bbcb711e
Pipeline
#92275
canceled with stages
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
4 deletions
+29
-4
Changelog.md
Changelog.md
+29
-4
No files found.
Changelog.md
View file @
e4e468fe
...
...
@@ -3,18 +3,44 @@ 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.
#
Development
#
v19.30
## Documentation
## Utilities
-
Bug #1468: LuaOptionFile wasn't robust enough and couldn't interpret some files if two closing braces were on the same line. The
facility to identify entry keys has been entirely rewritten and seems to work in any case (I did my best to write all the edge cases I could
think of in the test suite).
-
Support #1470 - Feature #279: Refactor PrintContainers facilities: there are now only two functions (one for tuple and another for other
containers). Policies aere provided to handle the different cases (including associative containers).
-
Support #1469: One of the policy mentioned in #1470 enables to print content of a container of std::variant (provided the types within the
variant are printable).
-
Support #1467: Following #1432, there is no need to keep track of the LuaOptionFile used to interpret input data file.
## Core
-
Feature #1466: Separate RAII initialization of PETSc and Mpi from the rest of MoReFEMData. Thus several InputData may be initialized
within a single program.
-
Feature #1465: Add the possibility to write down the content of InputData. Will be used in #1443
-
Feature #1315: Implement the possibility to update correctly all the comments of a Lua file (consequence of #1465). Lua files of embedded
models have been updated with this new functionality.
-
Documentation #1459: Move the introduction talks in a
[
separate project
](
https://gitlab.inria.fr/MoReFEM/CoreLibrary/introductiontalks.git
)
.
## Tests
-
Bug #1461: Due to a git mishap, test about PetscVectorIO was buggy (the fix to the bug was unwittingly overwritten...)
-
Bug #1464: A test (Utilities/Now) could fail due to racing condition.
## Documentation
-
Documentation #1459: Move the introduction talks in a
[
separate project
](
https://gitlab.inria.fr/MoReFEM/CoreLibrary/introductiontalks.git
)
.
-
Support #1471: Work around a Doxygen issue (on VM only): three warnings appear for no reason (a function signature is truncated and
thus Doxygen can't connect the dot with the provided parameter).
## External tools
-
Feature #1460: Reintroduce proper way to generate easily Docker images of MoReFEM.
...
...
@@ -23,7 +49,6 @@ Starting from v18.47, the ticket numbers in bold are those that might break comp
-
Bug #1462: Add in PreCacheFile the values of CMAKE_C_COMPILER and CMAKE_CXX_COMPILER.
# v19.29
## Outputs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment