From 61f6a0d78678b3527b9c7d74f154aacff80acc26 Mon Sep 17 00:00:00 2001 From: d33bs Date: Tue, 5 Mar 2024 09:33:57 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.1=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ CITATION.cff | 2 +- pyproject.toml | 2 +- 3 files changed, 48 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2a5f89..1cea37d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,49 @@ +## v1.1.0 (2024-03-05) +[Detailed Release Notes](https://github.com/cytomining/pycytominer/releases/tag/v1.1.0) + +### Fix + +- **build**: fix build versioning +- Fix Spherize – use SVD, simplify calculations + +### Refactor + +- **docs**: apply flake8-builtins checks +- **dev**: apply pyflakes checks +- **dev**: apply flake8-simplify checks + +### Test + +- add flake8-bandit ignores +- add clarififying comments for cell_loc test + +### Docs + +- Update Readme with Citation section +- **template**: PR template attribution to comment +- **changelog**: add commitizen template +- add description of ruff linting/formatting +- reorganize style guide + +### CI + +- add versioned artifact build action +- **integration-test**: add explicit artifact retention time +- add pygrep-hooks and flake8-20202 checks + +### Style + +- swap out black for ruff-format +- apply pyupgrade checks +- **devcontainer**: add ruff extension +- apply ruff native checks +- apply pycodestyle checks +- add flake8-comprehensions checks + +### Build + +- **poetry**: make dev dep group optional + ## v1.0.1 (2023-11-07) [Detailed Release Notes](https://github.com/cytomining/pycytominer/releases/tag/v1.0.1) diff --git a/CITATION.cff b/CITATION.cff index fa0b28dd..863ca7a9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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.0.1" +version: "1.1.0" license: BSD 3-Clause License repository-code: "https://github.com/cytomining/pycytominer" doi: 10.48550/arXiv.2311.13417 diff --git a/pyproject.toml b/pyproject.toml index d39c9cc1..e8d8dcfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ files = ["pycytominer/__about__.py"] [tool.commitizen] # This version is used for changelog tracking and is updated using `cz bump` -version = "1.0.1" +version = "1.1.0" name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "pep440"