Skip to content

Commit

Permalink
Fix segmenter object size thresholding method (#17)
Browse files Browse the repository at this point in the history
* Bump device-backend to integrate fix for segmenter thresholding method

* Bump container images

* Update `CHANGELOG.md`
  • Loading branch information
ethanjli authored Nov 30, 2024
1 parent 2f81f6b commit ae292c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ All dates in this file are given in the [UTC time zone](https://en.wikipedia.org
### Changed

- `core/apps/planktoscope/device-portal`: the `ghcr.io/planktoscope/device-portal` container is upgraded from v0.2.3 to v0.2.4.
- `core/apps/planktoscope/device-backend/processing/segmenter`: the `ghcr.io/planktoscope/device-backend-processing-segmenter` container is upgraded with a breaking change to the object size thresholding/filtering calculation.
- `core/apps/planktoscope/docs`: the `ghcr.io/planktoscope/project-docs` container is upgraded.

### Fixed

- `core/host/machine-name`: the `update-hostname` systemd service provided by this package now explicitly starts before the `avahi-daemon` systemd service, so that Avahi correctly registers the device as `pkscope-{machine-name}.local` instead of registering it as `raspberrypi.local` (based on the default hostname).

## v2024.0.0-beta.2 - 2024-09-19
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
server:
image: ghcr.io/planktoscope/device-backend-processing-segmenter:2024.0.0-beta.2
image: ghcr.io/planktoscope/device-backend-processing-segmenter:sha-e4e69e3
extra_hosts:
- host.docker.internal:host-gateway

Expand Down
2 changes: 1 addition & 1 deletion core/apps/planktoscope/docs/compose-full-site.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
server:
image: ghcr.io/planktoscope/project-docs:sha-087e173
image: ghcr.io/planktoscope/project-docs:sha-8a8f8b8
2 changes: 1 addition & 1 deletion core/apps/planktoscope/docs/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
server:
image: ghcr.io/planktoscope/project-docs:sha-087e173-minimal
image: ghcr.io/planktoscope/project-docs:sha-8a8f8b8-minimal
volumes:
- server-data:/data
- server-config:/config
Expand Down

0 comments on commit ae292c5

Please sign in to comment.