Skip to content

Commit

Permalink
bump: version 1.2.1 -> 1.2.2 (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs authored Jan 23, 2025
1 parent 8fdbec9 commit 35d54c6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## v1.2.2 (2025-01-23)

[Detailed release notes](https://github.com/cytomining/pycytominer/releases/tag/v1.2.2)

### Fix

- **feature_select**: Fix Bug in `sample` Parameter in `feature_select()` (#495)
- **cell_locations**: Check if downloaded file is empty (#385)

### Build

- **deps**: various dependency updates automated by dependabot

### Docs

- **maintainer**: add maintainer governance docs (#487)

### CI

- **pre-commit**: add pre-commit lite for auto fixes (#488)
- **python**: bump target python for ci workflows (#486)

## v1.2.1 (2024-11-20)

[Detailed release notes](https://github.com/cytomining/pycytominer/releases/tag/v1.2.1)
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ authors:
orcid: https://orcid.org/0000-0002-0503-9348
title: "Reproducible image-based profiling with Pycytominer"
# This version is updated using `cz bump` command
version: "1.2.1"
version: "1.2.2"
license: BSD-3-Clause
repository-code: "https://github.com/cytomining/pycytominer"
doi: 10.48550/arXiv.2311.13417
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ ignore_missing_imports = true

[tool.commitizen]
# This version is used for changelog tracking and is updated using `cz bump`
version = "1.2.1"
version = "1.2.2"
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "pep440"
Expand Down

0 comments on commit 35d54c6

Please sign in to comment.