Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump: version 1.0.1 → 1.1.0 #374

Merged
merged 6 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
## v1.1.0 (2024-03-05)

[Detailed Release Notes](https://github.com/cytomining/pycytominer/releases/tag/v1.1.0)
d33bs marked this conversation as resolved.
Show resolved Hide resolved

### Fix

- **build**: fix build versioning
- Fix Spherize – use SVD, simplify calculations
d33bs marked this conversation as resolved.
Show resolved Hide resolved

### 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
d33bs marked this conversation as resolved.
Show resolved Hide resolved

d33bs marked this conversation as resolved.
Show resolved Hide resolved
### Docs

- Update Readme with Citation section
d33bs marked this conversation as resolved.
Show resolved Hide resolved
- **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)
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.0.1"
version: "1.1.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 @@ -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"
Expand Down
Loading