Skip to content

Commit

Permalink
Release v1.8.3 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae authored Jun 27, 2024
1 parent 5ddafbe commit 9dea3cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand All @@ -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

Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9dea3cd

Please sign in to comment.