diff --git a/CHANGELOG.md b/CHANGELOG.md index fb15f4e2..744550f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. ## latest +* Update `requirements.txt` of the solver dummy https://github.com/precice/python-bindings/pull/233 +* Add API functions for Just-in-time mapping https://github.com/precice/python-bindings/pull/231 * 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 +* Added profiling API functions https://github.com/precice/python-bindings/pull/226 +* Added API function `reset_mesh()` https://github.com/precice/python-bindings/pull/224 +* Removed testing of spack package https://github.com/precice/python-bindings/pull/221 +* Use the newer `precice/precice.hpp` header to access C++ API https://github.com/precice/python-bindings/pull/193 ## 3.1.2 diff --git a/changelog-entries/193.md b/changelog-entries/193.md deleted file mode 100644 index fe3f753d..00000000 --- a/changelog-entries/193.md +++ /dev/null @@ -1 +0,0 @@ -- Use the newer `precice/precice.hpp` header to access C++ API diff --git a/changelog-entries/221.md b/changelog-entries/221.md deleted file mode 100644 index 9475acc6..00000000 --- a/changelog-entries/221.md +++ /dev/null @@ -1 +0,0 @@ -* Removed testing of spack package diff --git a/changelog-entries/224.md b/changelog-entries/224.md deleted file mode 100644 index 088695ff..00000000 --- a/changelog-entries/224.md +++ /dev/null @@ -1 +0,0 @@ -- Added API function `reset_mesh()` diff --git a/changelog-entries/226.md b/changelog-entries/226.md deleted file mode 100644 index 3fb64908..00000000 --- a/changelog-entries/226.md +++ /dev/null @@ -1 +0,0 @@ -- Added profiling API which was introduced in preCICE in https://github.com/precice/precice/pull/1657 diff --git a/changelog-entries/231.md b/changelog-entries/231.md deleted file mode 100644 index 32910be7..00000000 --- a/changelog-entries/231.md +++ /dev/null @@ -1 +0,0 @@ -- Add API functions for Just-in-time mapping https://github.com/precice/python-bindings/pull/231 diff --git a/changelog-entries/233.md b/changelog-entries/233.md deleted file mode 100644 index 7083f0c3..00000000 --- a/changelog-entries/233.md +++ /dev/null @@ -1 +0,0 @@ -- Update `requirements.txt` of the solver dummy https://github.com/precice/python-bindings/pull/233