v0.0.1
PreCICE v0.0.1
Closed issues:
- Add GitHub actions (#1)
- Add tests to the bindings (#2)
- Remove the mpi-parallelization branch from this repository (#3)
- Instructions in README to add the package do not work (#4)
- Add documentation for each API function (#5)
- Default path of preCICE installation needs to be aligned to documentation (#9)
- Global variables in outer scope (#10)
- Retrieve the size of input arrays instead of passing size as an argument (#13)
- Use multidimensional arrays in Julia for vector data handling (#14)
- Warn user, if julia version is too old (#15)
- Problem finding preCICE binary (#16)
- Test bindings against latest Julia versions and add the versions to supported versions list (#19)
Merged pull requests:
- Update README to include more elaborate instructions on use of bindings (#6) (@IshaanDesai)
- Adding documentation for each API function in the bindings (#7) (@pavelkharitenko)
- Tests and ci (#8) (@pavelkharitenko)
- Enable custom precice path (#12) (@erikscheurer)
- Change compatible Julia version to 1.6 and above (#17) (@erikscheurer)
- Add solverdummy test (#20) (@erikscheurer)
- Remove depence on
whereis
command (#22) (@erikscheurer) - Retrieve size from given input array (#23) (@erikscheurer)
- Rework matrices from vectorised to matrix form (#25) (@erikscheurer)