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
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,26 @@ See [GitHub releases](https://github.com/pyOpenSci/pyosMeta/releases) page for a
6
6
7
7
## [Unreleased]
8
8
9
-
* 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.
9
+
## [v1.7] - 2025-05-19
10
+
11
+
### Added
10
12
* Added `tqdm` as a dependency to improve progress monitoring when running data processing scripts (@banesullivan)
13
+
* Test missing community partnerships section (@banesullivan, #268)
14
+
* enh: use graphql to consolidate api calls by (@lwasser, #267)
15
+
* Consistent logging by @banesullivan in https://github.com/pyOpenSci/pyosMeta/pull/270
16
+
* enh(ci): Add zizmor to `pre-commit-config.yaml` (@klmcadams, #283)
17
+
* enh(docs): Docstrings to docs (@mrgah, #281)
18
+
19
+
### Fixed
20
+
* 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
+
* Fix: update deprecated sigstore action by (@lwasser, #265)
22
+
* Remove duplicate "Add help-wanted issues to help wanted board" job by (@banesullivan, #269)
23
+
* Update reviews script fail on error (@banesullivan, #272)
24
+
* Only use pre-commit ci autofix on automated PRs (@banesullivan, #275)
0 commit comments