Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.0"
".": "1.7.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion octopi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.6.0"
__version__ = "1.7.0"

# Shared CLI context settings for all commands
cli_context = {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down
Loading