Releases: precice/PreCICE.jl
Releases · precice/PreCICE.jl
v3.1.0
v3.0.1
What's Changed
- Leftover API changes which were missed in the v3.0.0 release by @IshaanDesai in #57
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Release for compatibility with preCICE v3.0.0
What's Changed
- Add gradient related API by @kursatyurt in #41
- Add workaround for GLIBCXX Error by @erikscheurer in #48
- Use precice develop for tests by @erikscheurer in #49
- Sync precice develop by @erikscheurer in #47
- Add missing API functions by @erikscheurer in #50
- Synchronize functioncalls to the preCICE API by @erikscheurer in #51
- Update Julia and preCICE versions in the Actions workflows by @IshaanDesai in #54
- Release v3.0.0 by @IshaanDesai in #55
New Contributors
- @kursatyurt made their first contribution in #41
Full Changelog: v2.5.0...v3.0.0
v2.5.0
PreCICE v2.5.0
Closed issues:
- Release v2.4.0 (#39)
Merged pull requests:
- Release PreCICE.jl
v2.5.0
(#42) (@erikscheurer)
v2.4.0
PreCICE v2.4.0
Closed issues:
- Add bindings package to the Julia General Registry (#18)
- Don't search for PreCICE library on startup (#21)
- Deploy a code formatter for the bindings (#24)
- Release v0.0.1 (#28)
- Bug:
readScalarData
returns the wrong value (#34)
Merged pull requests:
- Release v0.0.1 (#26) (@erikscheurer)
- Update README with general repository and troubleshooting (#30) (@erikscheurer)
- Add formatter workflow (#31) (@erikscheurer)
- Add tests for Package functions (#32) (@erikscheurer)
- Fix bug: readScalarData returns wrong value (#33) (@erikscheurer)
- Fix two bugs (#35) (@erikscheurer)
- Remove meshName from arguments (#36) (@erikscheurer)
- Fix tests (#37) (@erikscheurer)
- Release PreCICE.jl v2.4.0 (#38) (@erikscheurer)
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)