ChangeLog

## [1.2.1] - 2024-10-02
### Added
### Changed
### 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