-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
137 lines (129 loc) · 3.01 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
## [1.3.0] - 2024-12-13
### Added
- cwp_Build.defs : Configuration recap file
- CWP_Mesh_interf_from_cellvtx_set
- Check settings consistency in CWP_Cpl_create
### Changed
### Deprecated
### Removed
### Fixed
- Fix cell-centered fields in variable mesh mode (new and old APIs)
- Fix misspelled configuration variables in README
- Fix Cython for Python 3.11+
- Fix definition of control parameters in Fortran
## [1.2.1] - 2024-10-02
### Added
### Changed
- New version of ParaDiGM : 2.6.0
- Transfer GitLab CI from Spiro to Juno
### Deprecated
### Removed
### Fixed
- Fortran interface module
- Mesh arrays reallocation for dynamic meshes
## [1.2.0] - 2024-05-28
### Added
### Changed
- New version of ParaDiGM : 2.5.0
- ParaDiGM symbols are hidden
- macOS porting
### Deprecated
### Removed
### Fixed
## [1.1.0] - 2024-01-12
### Added
- Training : Jupyter notebook
- Documentation
- CWP_Mesh_interf_from_facevtx_set
### Changed
- New version of ParaDiGM-2.4.0
### Deprecated
### Removed
### Fixed
## [1.00.0] - 2023-07-20
### Added
- Complete rewriting of the library
- New spatial interpolation methods (intersection algorithm, nearest neighbors algorithm)
- (Partially)-joint MPI communicators
- Client-Server mode
- Continuous Integration (Gitlab)
- User documentation
### Changed
- New location algorithm (more efficient)
- Non-blocking control parameters access (beta version)
### Deprecated
### Removed
### Fixed
## [0.12.0] - 2020-12-16
### Added
- New API (directory new) (Switch PDM_ENABLE_NEW_API to ON to install it)
- ParaDiGM 1.12.0 library
### Changed
### Deprecated
### Removed
### Fixed
- Python3 patch
## [0.11.1] - 2020-03-27
### Added
### Changed
### Deprecated
### Removed
### Fixed
- Python3 patch
## [0.11.0] - 2020-02-04
### Added
### Changed
- Python3 compatibility
### Deprecated
### Removed
### Fixed
## [0.10.4] - 2019-12-13
### Added
### Changed
### Deprecated
### Removed
### Fixed
- Bug in polygon location
## [0.10.3] - 2019-02-26
### Added
- ChangeLog file
### Changed
- INSTALL file : about blas libraries
### Deprecated
### Removed
### Fixed
- FindBLAS error to find cblas
- Default number of processes to launch ctest
## [0.10.2] - 2018-12-17
### Added
- New CMake option : CWP_ENABLE_BLAS (default value = FALSE)
### Changed
### Deprecated
### Removed
### Fixed
- Cython was missing -lcwp to build python module
- FindBLAS error
## [0.10.1] - 2018-11-27
### Added
### Changed
### Deprecated
### Removed
### Fixed
- Compatibily between high order functions and old linear functions
## [0.10.0] - 2018-11-12
### Added
- INSTALL file
- cwipi_ho_define_mesh : Define a high order mesh interface
- cwipi_ho_options_set : Define high order options
- cwipi_ho_ordering_from_IJK_set : Define the internal numbering of a high order element
- cwipi_ho_set_interpolation_function : Define a user interpolation for a high order mesh
- python and C high order API
- CMake build system
### Changed
- libcwipi -> libcwp
- libfvm and libbftc are incluted into libcwp
- libcwipi_f -> libcwpf
### Deprecated
### Removed
- Autototools build system
### Fixed