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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,21 @@ See [GitHub releases](https://github.com/pyOpenSci/pyosMeta/releases) page for a
6
6
7
7
## [Unreleased]
8
8
9
+
* Fix: remove sigstore from pypi publish workflow (@lwasser, #286)
10
+
9
11
## [v1.7] - 2025-05-19
10
12
11
13
### Added
14
+
12
15
* Added `tqdm` as a dependency to improve progress monitoring when running data processing scripts (@banesullivan)
13
16
* Test missing community partnerships section (@banesullivan, #268)
14
17
* enh: use graphql to consolidate api calls by (@lwasser, #267)
15
-
* Consistent logging by @banesullivan in https://github.com/pyOpenSci/pyosMeta/pull/270
18
+
* Consistent logging by @banesullivan in <https://github.com/pyOpenSci/pyosMeta/pull/270>
16
19
* enh(ci): Add zizmor to `pre-commit-config.yaml` (@klmcadams, #283)
17
20
* enh(docs): Docstrings to docs (@mrgah, #281)
18
21
19
22
### Fixed
23
+
20
24
* Use a consistent logger for informational/debug outputs. Using print statements can make it tough to track down which line of code emitted the message and using the `warnings` module will suppress recurring warnings (@banesullivan)
21
25
* Fix: update deprecated sigstore action by (@lwasser, #265)
22
26
* Remove duplicate "Add help-wanted issues to help wanted board" job by (@banesullivan, #269)
@@ -25,23 +29,25 @@ See [GitHub releases](https://github.com/pyOpenSci/pyosMeta/releases) page for a
0 commit comments