Releases: precice/python-bindings
v2.5.0.4
This release is necessary to resolve #185. Versioneer was not able to get the correct version, which led to failure of deployment on PyPI.
Full Changelog: v2.5.0.3...v2.5.0.4
v2.5.0.4rc2
Release to test if PyPI deployment is working after adding tag_prefix = v
in versioneer configuration of setup.cfg
.
v3.0.0.0dev1
What's Changed
- Remove API functions
has_mesh
andhas_data
and renameget_mesh_vertices_and_ids
toget_mesh_vertices_and_coordinates
in #183
Full Changelog: v3.0.0.0dev0...v3.0.0.0dev1
v2.5.0.4rc1
Release to fix the failure of publishing pyprecice to PyPI: https://github.com/precice/python-bindings/actions/runs/5670753421/job/15366345896
v2.5.0.3
v3.0.0.0dev0
Development release for version 3.0.0.0
v2.5.0.2
v2.5.0.1
This is a followup of the release v2.5.0.0.
Main feature:
- Add pkgconfig as dependency to the pythonpublish workflow 200dc2a
- Add API related to gradient-based data mapping #145
Full Changelog: v2.5.0.0...v2.5.0.1
v2.5.0.0
Release for preCICE v2.5.0
Main features:
- Bindings now use pkgconfig to determine flags and link to preCICE #149
What's Changed
- Update Spack recipe (v2.3.0.1, release documentation, sync packages) by @ajaust in #133
- Add C++ compiler as dependency by @ajaust in #140
- Moving solverdummy into examples folder by @IshaanDesai in #141
- Remove mesh_name from solverdummy input arguments by @IshaanDesai in #142
- Fix formatting of Spack documentation and make documentation clearer by @ajaust in #143
- Release v2.4.0.0 by @IshaanDesai in #144
Full Changelog: v2.3.0.1...v2.5.0.0
v2.5.0.1rc1
Release to fix failing workflow for publishing the package to PyPI 200dc2a