Skip to content

Commit 9dea3cd

Browse files
authored
Release v1.8.3 (#333)
1 parent 5ddafbe commit 9dea3cd

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/linux.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,8 @@ jobs:
122122
pytest --cov=emg3d
123123
124124
- name: Coveralls
125-
# [pin v20201129]
126-
uses: AndreMiras/coveralls-python-action@f5fd5c309b39d01599fb92c72d4f7409ea78aec9
127-
# v Did not work when tried; final coverage was wrong v
128-
# uses: coverallsapp/github-action@v2
125+
# [pin @develop@20230609]
126+
uses: AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505
129127
with:
130128
parallel: true
131129
flag-name: ${{ matrix.case.python-version }} ${{ matrix.case.name }} (${{ matrix.case.os }})
@@ -136,10 +134,8 @@ jobs:
136134
runs-on: ubuntu-latest
137135
steps:
138136
- name: Coveralls Finished
139-
# [pin v20201129]
140-
uses: AndreMiras/coveralls-python-action@f5fd5c309b39d01599fb92c72d4f7409ea78aec9
141-
# v Did not work when tried; final coverage was wrong v
142-
# uses: coverallsapp/github-action@v2
137+
# [pin @develop@20230609]
138+
uses: AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505
143139
with:
144140
parallel-finished: true
145141

CHANGELOG.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ Changelog
66
""""""""""
77

88

9-
latest
10-
------
9+
v1.8.3 : tol_gradient isfinite
10+
------------------------------
11+
12+
**2024-06-27**
13+
1114

1215
- New hard dependency: ``empymod`` changed from being a soft dependency to
1316
being a hard dependency.

0 commit comments

Comments
 (0)