Releases: precice/python-bindings
v3.1.2
What's Changed
- Fix and update spack testing, update
package.py
, rectify checksum ofv2.5.0.1
by @BenjaminRodenberg in #206 - Require setuptools>=61 by @BenjaminRodenberg in #207
- Fix Docker image checking instructions in the release guide by @IshaanDesai in #210
- Restrict to numpy < 2 and setuptools < 72 for better compatibiltiy with CI pipeline by @BenjaminRodenberg in #213
Full Changelog: v3.1.1...v3.1.2
v3.1.2rc1
What's Changed
- Fix and update spack testing, update
package.py
, rectify checksum ofv2.5.0.1
by @BenjaminRodenberg in #206 - Require setuptools>=61 by @BenjaminRodenberg in #207
- Fix Docker image checking instructions in the release guide by @IshaanDesai in #210
- Restrict to numpy < 2 and setuptools < 72 for better compatibiltiy with CI pipeline by @BenjaminRodenberg in #213
Full Changelog: v3.1.1...v3.1.2rc1
v2.5.1.0rc2
This is a compatibility release for preCICE v2.5.1
Additionally, this release contains some backports to improve python compatibilty and testing in general.
Please note that it is generally recommended to use the newest preCICE version 3 and the corresponding python bindings.
What's Changed
- Lint markdown files and update files correspondingly. by @BenjaminRodenberg in #180
- Adapt Docker workflow by @valentin-seitz in #186
- Add Cython as dependency required during installation by @IshaanDesai in #177
- Fix and update spack testing, update
package.py
, rectify checksum ofv2.5.0.1
by @BenjaminRodenberg in #206 - Require setuptools>=61 by @BenjaminRodenberg in #207
- Restrict to numpy < 2 and setuptools < 72 for better compatibiltiy with CI pipeline by @BenjaminRodenberg in #213
Full Changelog: v2.5.0.4...v2.5.1.0rc2
v2.5.1.0rc1
This is a compatibility release for preCICE v2.5.1
Additionally, this release contains some backports to improve python compatibilty and testing in general.
Please note that it is generally recommended to use the newest preCICE version 3 and the corresponding python bindings.
What's Changed
- Lint markdown files and update files correspondingly. by @BenjaminRodenberg in #180
- Adapt Docker workflow by @valentin-seitz in #186
- Add Cython as dependency required during installation by @IshaanDesai in #177
- Fix and update spack testing, update
package.py
, rectify checksum ofv2.5.0.1
by @BenjaminRodenberg in #206 - Require setuptools>=61 by @BenjaminRodenberg in #207
- Restrict to numpy < 2 and setuptools < 72 for better compatibiltiy with CI pipeline by @BenjaminRodenberg in #213
Full Changelog: v2.5.0.4...v2.5.1.0rc1
v3.1.1
This is a bugfix release of the bindings. The order in which NumPy is included in the build setup is changed to prevent a conflict between the system installed NumPy, and the NumPy installed via pip.
What's Changed
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Update release guide by @IshaanDesai in #192
- Disable build-docker workflow on push to master by @MakisH in #196
- Change versioning scheme description in the README by @IshaanDesai in #199
New Contributors
Full Changelog: v3.0.0.0...v3.1.0
v3.0.0.0
Release for compatibility with preCICE v3.0.0
What's Changed
- Compatibility v3.0.0 by @BenjaminRodenberg in #147
- Add missing comma in documentation of Interface.write_block_scalar_data(...) by @kanishkbh in #157
- Make bindings compatible with precice:develop by @BenjaminRodenberg in #169
- Use benjaminrodenberg/precice:develop by @BenjaminRodenberg in #171
- Use container precice/precice:develop in all Actions by @IshaanDesai in #159
- Use mesh name and data name instead of IDs by @IshaanDesai in #174
- Lint markdown files and update files correspondingly. by @BenjaminRodenberg in #180
- Compatibility with precice:develop by @IshaanDesai in #179
- Release v3.0.0.0dev0 by @BenjaminRodenberg in #181
- Adapt Docker workflow by @valentin-seitz in #186
- Add Cython as dependency required during installation by @IshaanDesai in #177
- Release v3.0.0.0 by @IshaanDesai in #190
New Contributors
- @kanishkbh made their first contribution in #157
- @valentin-seitz made their first contribution in #186
Full Changelog: v2.5.0.4...v3.0.0.0
v3.0.0.0rc2
What's Changed
- Compatibility v3.0.0 by @BenjaminRodenberg in #147
- Add missing comma in documentation of Interface.write_block_scalar_data(...) by @kanishkbh in #157
- Make bindings compatible with precice:develop by @BenjaminRodenberg in #169
- Use benjaminrodenberg/precice:develop by @BenjaminRodenberg in #171
- Use container precice/precice:develop in all Actions by @IshaanDesai in #159
- Use mesh name and data name instead of IDs by @IshaanDesai in #174
- Lint markdown files and update files correspondingly. by @BenjaminRodenberg in #180
- Compatibility with precice:develop by @IshaanDesai in #179
- Release v3.0.0.0dev0 by @BenjaminRodenberg in #181
- Adapt Docker workflow by @valentin-seitz in #186
- Add Cython as dependency required during installation by @IshaanDesai in #177
New Contributors
- @kanishkbh made their first contribution in #157
- @valentin-seitz made their first contribution in #186
Full Changelog: v2.5.0.4...v3.0.0.0rc2
v3.0.0.0rc1
What's Changed
- Compatibility v3.0.0 by @BenjaminRodenberg in #147
- Add missing comma in documentation of Interface.write_block_scalar_data(...) by @kanishkbh in #157
- Make bindings compatible with precice:develop by @BenjaminRodenberg in #169
- Use benjaminrodenberg/precice:develop by @BenjaminRodenberg in #171
- Use container precice/precice:develop in all Actions by @IshaanDesai in #159
- Use mesh name and data name instead of IDs by @IshaanDesai in #174
- Lint markdown files and update files correspondingly. by @BenjaminRodenberg in #180
- Compatibility with precice:develop by @IshaanDesai in #179
- Release v3.0.0.0dev0 by @BenjaminRodenberg in #181
- Adapt Docker workflow by @valentin-seitz in #186
- Add Cython as dependency required during installation by @IshaanDesai in #177
New Contributors
- @kanishkbh made their first contribution in #157
- @valentin-seitz made their first contribution in #186
Full Changelog: v2.5.0.4...v3.0.0.0rc1
v3.0.0.0dev2
Development release for v3.0.0.0 with the versioneer and Cython incompatibility fixed.