|
23 | 23 | # Changelog
|
24 | 24 | All notable changes to this project will be documented in this file.
|
25 | 25 |
|
26 |
| -## [Unreleased] |
27 |
| -### Added |
28 |
| - |
| 26 | +## [4.7.1] |
29 | 27 | ### Changed
|
30 |
| -- change the language definition to use tyep as a construction function with named arguments for bem plugin |
| 28 | +- change the language definition to use type as a construction function with named arguments for bem plugin |
31 | 29 | - PETSc version 3.14.0
|
32 | 30 | - ARPACK compiled by SLEPc
|
33 |
| - |
34 |
| -### Deprecated |
| 31 | +- Mmg version 5.5.0 |
| 32 | +- -std=c++14 instead of -std=c++11 when possible |
35 | 33 |
|
36 | 34 | ### Removed
|
37 | 35 | - plugins thresholdings, symmetrizeCSR, and fflapack and associed example
|
38 | 36 |
|
39 | 37 | ### Fixed
|
40 |
| -- problem compilation with gfortran-10 of arpack and mumps (add -fallow-argument-mismatch flags- |
| 38 | +- problem compilation with gfortran-10 of arpack and mumps (add -fallow-argument-mismatch flags) |
41 | 39 |
|
42 | 40 | ## [4.7]
|
43 | 41 | ### Added
|
@@ -342,14 +340,15 @@ All notable changes to this project will be documented in this file.
|
342 | 340 | ### Changed
|
343 | 341 | - The main distribution is now on Github
|
344 | 342 |
|
345 |
| -[Unreleased]: https://github.com/FreeFem/FreeFem-sources/compare/v4.7..develop |
| 343 | +[Unreleased]: https://github.com/FreeFem/FreeFem-sources/compare/v4.7.1..develop |
| 344 | +[4.7.1]: https://github.com/FreeFem/FreeFem-sources/compare/v4.7...v4.7.1 |
346 | 345 | [4.7]: https://github.com/FreeFem/FreeFem-sources/compare/v4.6...v4.7
|
347 | 346 | [4.6]: https://github.com/FreeFem/FreeFem-sources/compare/v4.5...v4.6
|
348 | 347 | [4.5]: https://github.com/FreeFem/FreeFem-sources/compare/v4.4-3...v4.5
|
349 | 348 | [4.4-3]: https://github.com/FreeFem/FreeFem-sources/compare/v4.4-2...v4.4-3
|
350 | 349 | [4.4-2]: https://github.com/FreeFem/FreeFem-sources/compare/v4.4...v4.4-2
|
351 | 350 | [4.4]: https://github.com/FreeFem/FreeFem-sources/compare/v4.2.1...v4.4
|
352 |
| -[4.2.1]: https://github.com/FreeFem/FreeFem-sources/compare/v4.0...v4.2.1 |
| 351 | +[4.2.1]: https://github.com/FreeFem/FreeFem-sources/compare/v4.1...v4.2.1 |
353 | 352 | [4.1]: https://github.com/FreeFem/FreeFem-sources/compare/v4.0...v4.1
|
354 | 353 | [4.0]: https://github.com/FreeFem/FreeFem-sources/compare/3.62...v4.0
|
355 | 354 | [3.62]: https://github.com/FreeFem/FreeFem-sources/compare/3.61...3.62
|
|
0 commit comments