Skip to content

Releases: precice/python-bindings

v2.5.0.4

09 Aug 12:34
f0786b3
Compare
Choose a tag to compare

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

08 Aug 18:46
Compare
Choose a tag to compare
v2.5.0.4rc2 Pre-release
Pre-release

Release to test if PyPI deployment is working after adding tag_prefix = v in versioneer configuration of setup.cfg.

v3.0.0.0dev1

02 Aug 14:56
Compare
Choose a tag to compare
v3.0.0.0dev1 Pre-release
Pre-release

What's Changed

  • Remove API functions has_mesh and has_data and rename get_mesh_vertices_and_ids to get_mesh_vertices_and_coordinates in #183

Full Changelog: v3.0.0.0dev0...v3.0.0.0dev1

v2.5.0.4rc1

27 Jul 15:28
Compare
Choose a tag to compare
v2.5.0.4rc1 Pre-release
Pre-release

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

26 Jul 15:31
5608af1
Compare
Choose a tag to compare

This release is necessary due to a segmentation fault observed when using v2.5.0.2: #182. The problem is resolved by adding cimport numpy to cyprecice/cyprecice.pyx.

Additionally we move to using the Docker image precice/precice:latest in place of benjaminrodenberg/precice:2.5.0.

v3.0.0.0dev0

21 Jun 08:35
Compare
Choose a tag to compare
v3.0.0.0dev0 Pre-release
Pre-release

Development release for version 3.0.0.0

v2.5.0.2

21 Feb 12:37
633fb89
Compare
Choose a tag to compare

Main feature:

  • Adds Waveform API

Full Changelog: v2.5.0.1...v2.5.0.2

v2.5.0.1

05 Sep 17:40
fcee5ff
Compare
Choose a tag to compare

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

30 Aug 13:17
ec6990c
Compare
Choose a tag to compare

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

30 Aug 13:49
Compare
Choose a tag to compare
v2.5.0.1rc1 Pre-release
Pre-release

Release to fix failing workflow for publishing the package to PyPI 200dc2a