Skip to content

Commit

Permalink
bump: version 1.1.0 → 1.2.0 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs authored Sep 30, 2024
1 parent 8ee1f17 commit 98da73f
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
## v1.2.0 (2024-09-30)

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

### Feat

- **dev**: add improved makefile with additional helper commands (#391)

### Fix

- **pandas**: add condition for pandas config (#415)
- **poetry**: add tool.setuptools_scm section (#402)
- **ci**: docker image push readme updates (#398, #395)
- **ci**: fix errors with automated coverage (#432)
- **ci**: add workspaceDir to git safe directories for devcontainers (#379)
- **SQLite**: joins should be on ImageNumber, TableNumber, and not ImageNumber (#378)
- **compartments**: avoid lowercase compartment strings (#421)

### Refactor

- **pd**: avoid dataframe fragmentation in agg (#407)
- **pandas**: enable copy_on_write for pandas (#401)
- **bandit**: apply bandit checks (#387)
- **isort**: apply isort linting checks (#389)
- **ruff**: update ruff to 0.3.4 (#386)
- **dev**: add docker-in-docker feature to devcontainer (#381)

### Build

- **docker**: add Dockerfile and container image build tests (#362)
- **docker**: add docker hub push capabilities (#377)
- **deps**: various dependency updates automated by dependabot

### Docs

- **docker**: add docker installation instructions (#409)
- **docs**: improve documentation for non-CellProfiler datasets in Pycytominer (#430)
- **docs**: update error message and docs for features argument to clarify CellProfiler default expectations (#448)

### CI

- **ci**: update macOS version for Python (#408)
- **ci**: specify GitHub Actions Ubuntu runner image (#411)
- **ci**: enable GitHub Actions updates (#438)
- **ci**: add mypy check and adjust code for types (#439)

## v1.1.0 (2024-03-05)

[Detailed release notes](https://github.com/cytomining/pycytominer/releases/tag/v1.1.0)
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.1.0"
version: "1.2.0"
license: BSD 3-Clause License
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 @@ -109,7 +109,7 @@ files = ["pycytominer/__about__.py"]

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

0 comments on commit 98da73f

Please sign in to comment.