From 9dea3cd3cbd5c0026dad6c1c09fa06267ecb7e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dieter=20Werthm=C3=BCller?= Date: Thu, 27 Jun 2024 13:15:30 +0200 Subject: [PATCH] Release v1.8.3 (#333) --- .github/workflows/linux.yml | 12 ++++-------- CHANGELOG.rst | 7 +++++-- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b41d9489..408c6a7a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -122,10 +122,8 @@ jobs: pytest --cov=emg3d - name: Coveralls - # [pin v20201129] - uses: AndreMiras/coveralls-python-action@f5fd5c309b39d01599fb92c72d4f7409ea78aec9 - # v Did not work when tried; final coverage was wrong v - # uses: coverallsapp/github-action@v2 + # [pin @develop@20230609] + uses: AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505 with: parallel: true flag-name: ${{ matrix.case.python-version }} ${{ matrix.case.name }} (${{ matrix.case.os }}) @@ -136,10 +134,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - # [pin v20201129] - uses: AndreMiras/coveralls-python-action@f5fd5c309b39d01599fb92c72d4f7409ea78aec9 - # v Did not work when tried; final coverage was wrong v - # uses: coverallsapp/github-action@v2 + # [pin @develop@20230609] + uses: AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505 with: parallel-finished: true diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 61ab7a20..4838efd0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,11 @@ Changelog """""""""" -latest ------- +v1.8.3 : tol_gradient isfinite +------------------------------ + +**2024-06-27** + - New hard dependency: ``empymod`` changed from being a soft dependency to being a hard dependency.