You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Check whether preCICE was built with MPI # reformat version information as a dict and check whether preCICE was compiled with MPI
28
35
run: python3 -c "import precice; assert({item.split('=')[0]:item.split('=')[-1] for item in str(precice.get_version_information()).split(';')}['PRECICE_FEATURE_MPI_COMMUNICATION']=='Y')"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,28 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
## v3.1.2
5
+
## 3.2.0
6
+
7
+
* Update `requirements.txt` of the solver dummy https://github.com/precice/python-bindings/pull/233
8
+
* Add API functions for Just-in-time mapping https://github.com/precice/python-bindings/pull/231
9
+
* Discontinued maintainment of Docker image `precice/python-bindings`. Python packages should be installed using virtual environments instead. Please refer to `README.md` for further information. https://github.com/precice/python-bindings/pull/228
10
+
* Added profiling API functions https://github.com/precice/python-bindings/pull/226
11
+
* Added API function `reset_mesh()`https://github.com/precice/python-bindings/pull/224
12
+
* Removed testing of spack package https://github.com/precice/python-bindings/pull/221
13
+
* Use the newer `precice/precice.hpp` header to access C++ API https://github.com/precice/python-bindings/pull/193
14
+
15
+
## 3.1.2
6
16
7
17
* Restrict to numpy < 2 for better compatibility with CI pipeline. https://github.com/precice/python-bindings/pull/213
8
18
* Require setuptools < 72 since support for the test command was removed in Setuptools 72. https://github.com/precice/python-bindings/pull/213
9
19
* Require setuptools >= 61 to guarantee that pyproject.toml is used https://github.com/precice/python-bindings/pull/207
10
20
* Fix CI pipeline for spack https://github.com/precice/python-bindings/pull/206
11
21
12
-
## v3.1.1
22
+
## 3.1.1
13
23
14
24
* Fix NumPy include order to not conflict with system NumPy and the one installed via pip https://github.com/precice/python-bindings/pull/204
0 commit comments