forked from OmarMahfoze17/MUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
42 lines (35 loc) · 1.63 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
############################################
# Multiscale Universal Interface Changelog #
############################################
[25 February 2022, 1.2.1]
- Performance improvements (in particular with large peer numbers).
- Add new parameters to RBF filter API.
- Update C/Fortran/Python wrapper to reflect new RBF API.
- Update mui4py version system to reflect the main library.
[16 December 2021, 1.2]
- Complete C/Fortran/Python wrappers (minor ommisions listed as ToDo list in local README.md files for each).
- Top-level CMake now complete for all components.
- Directory restructure to make more logical.
- A number of bug fixes.
- Addition of global synchronisation mechanism to Smart Send.
[07 October 2021, 1.1.3]
- Top-level CMake build system redesign.
- Bug fixes and compilation warnings removal for RBF filter.
[27 August 2021, 1.1.2]
- A complete C wrapper is included and new Fortran framework in place.
- The create_uniface() function now outputs a std::vector of uniface objects in the same order they were input, rather than hash-value order.
- A number of small bug fixes.
[02 August 2021, 1.1.1]
- Reverse MPI bugfix from 1.1 and implement new fix.
[19 March 2021, 1.1]
- RBF spatial filter:
- New Wendland basis functions.
- New Shepard smoothing function.
- Bug fixes for problems involving small sample sizes.
- Single and double time entries available for all functions that rely on a time stamp.
- Ability to disable debug output as part of config.
- Fixes within Python wrapper.
- Performance and bug fixes.
- Important MPI bugfix.
[31 January 2020, 1.0]
- Initial release.