File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 26
26
rev : " 2.2.4"
27
27
hooks :
28
28
- id : pyproject-fmt
29
- # validates CITATION.cff file formatting expecations
29
+ # validates CITATION.cff file formatting expectations
30
30
- repo : https://github.com/citation-file-format/cffconvert
31
31
rev : b6045d78aac9e02b039703b030588d54d53262ac
32
32
hooks :
Original file line number Diff line number Diff line change
1
+ ## v1.2.1 (2024-11-20)
2
+
3
+ [ Detailed release notes] ( https://github.com/cytomining/pycytominer/releases/tag/v1.2.1 )
4
+
5
+ ### Fix
6
+
7
+ - ** citation** : fix citation.cff file formatting (#460 )
8
+
9
+ ### Refactor
10
+
11
+ - ** collate** : deprecationwarning for ` collate ` (#462 )
12
+
13
+ ### Build
14
+
15
+ - ** python** : add python 3.12 compatibility (#475 )
16
+ - ** python** : bump minimum python version to 3.9 (#464 )
17
+
18
+ ### CI
19
+
20
+ - ** pre-commit** : format pyproject.toml with pyproject-fmt (#453 )
21
+ - ** releases** : constrain PyPI GitHub Actions release trigger types (#458 )
22
+ - ** dependencies** : update setup python action dependencies and dependabot settings (#457 )
23
+ - ** dependabot** : enable auto poetry updates (#463 )
24
+
1
25
## v1.2.0 (2024-09-30)
2
26
3
27
[ Detailed release notes] ( https://github.com/cytomining/pycytominer/releases/tag/v1.2.0 )
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ authors:
85
85
orcid : https://orcid.org/0000-0002-0503-9348
86
86
title : " Reproducible image-based profiling with Pycytominer"
87
87
# This version is updated using `cz bump` command
88
- version : " 1.2.0 "
88
+ version : " 1.2.1 "
89
89
license : BSD-3-Clause
90
90
repository-code : " https://github.com/cytomining/pycytominer"
91
91
doi : 10.48550/arXiv.2311.13417
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ ignore_missing_imports = true
203
203
204
204
[tool .commitizen ]
205
205
# This version is used for changelog tracking and is updated using `cz bump`
206
- version = " 1.2.0 "
206
+ version = " 1.2.1 "
207
207
name = " cz_conventional_commits"
208
208
tag_format = " v$version"
209
209
version_scheme = " pep440"
You can’t perform that action at this time.
0 commit comments