From e9782dbf38a3fd55f1fa70f022d3842b42516e49 Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 23:03:19 +0000 Subject: [PATCH] chore(main): release octopi 1.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ octopi/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a4f6ddc..7588679 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 603b769..63ee61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.7.0](https://github.com/chanzuckerberg/octopi/compare/octopi-v1.6.0...octopi-v1.7.0) (2026-07-13) + + +### ✨ Features + +* multi-resolution training, sliding-window validation, and URI-based CLI ([#71](https://github.com/chanzuckerberg/octopi/issues/71)) ([0e9420c](https://github.com/chanzuckerberg/octopi/commit/0e9420c051b6d0372d0929856de8df7b6024503e)) + + +### 🐞 Bug Fixes + +* add label override flag for localization ([#75](https://github.com/chanzuckerberg/octopi/issues/75)) ([4f39f80](https://github.com/chanzuckerberg/octopi/commit/4f39f80be4efec280615d1f748c78823059b36ed)) +* center of mass localization ([#76](https://github.com/chanzuckerberg/octopi/issues/76)) ([1fb23d7](https://github.com/chanzuckerberg/octopi/commit/1fb23d71bd60c456a4adf633f5cffa736748d39f)) +* data portal localization pickling issues ([#77](https://github.com/chanzuckerberg/octopi/issues/77)) ([7edb379](https://github.com/chanzuckerberg/octopi/commit/7edb37972ba3d3333f767fa854b64a9bc44a0fa5)) +* handle dict copick_config_path in score-weight lookup ([#72](https://github.com/chanzuckerberg/octopi/issues/72)) ([9264d2d](https://github.com/chanzuckerberg/octopi/commit/9264d2df1f0f775d249feee94ac8730a2b5a1e91)) + ## [1.6.0](https://github.com/chanzuckerberg/octopi/compare/octopi-v1.5.0...octopi-v1.6.0) (2026-06-09) diff --git a/octopi/__init__.py b/octopi/__init__.py index 89eef3e..d28367c 100755 --- a/octopi/__init__.py +++ b/octopi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.6.0" +__version__ = "1.7.0" # Shared CLI context settings for all commands cli_context = { diff --git a/pyproject.toml b/pyproject.toml index c2b39c7..f17f513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "octopi" -version = "1.6.0" +version = "1.7.0" description = "Model architecture exploration for cryoET particle picking" authors = [ {name = "Jonathan Schwartz"},