Skip to content

Commit 7e3ef25

Browse files
committed
Release docs for v2025.0.0-alpha.0
1 parent 37e6bcc commit 7e3ef25

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

documentation/docs/reference/software/product-specs.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Specs for v2025.0.0 are the same as in v2024.0.0, except for the following secti
88

99
- Base operating system: the distro has changed from Raspberry Pi OS 11 (bullseye) to Raspberry Pi OS 12 (bookworm).
1010
- Supported optional addons: additional support for up to one USB Wi-Fi adapter (with a compatible Wi-Fi chipset).
11+
- Forwards-incompatible: now able to run on the Raspberry Pi 5 computer.
1112

1213
### Functionalities
1314

@@ -36,11 +37,12 @@ Minimum for image acquisition (but not sufficient for on-board image processing)
3637

3738
- PlanktoScope: hardware v2.1 with Raspberry Pi 4 Model B computer
3839
- Memory: 1 GB RAM
39-
- Storage: 8 GB capacity
40+
- Storage: 16 GB capacity
4041

4142
Minimum for full functionality, including on-board image processing:
4243

4344
- Memory: 4 GB RAM
45+
- Storage: 16 GB capacity
4446

4547
Recommended:
4648

@@ -49,7 +51,6 @@ Recommended:
4951

5052
Forwards-incompatibilities:
5153

52-
- Unable to run on the Raspberry Pi 5 computer.
5354
- Incompatible with the upcoming PlanktoScope hardware v3.
5455

5556
Backwards-incompatibilities:
@@ -109,11 +110,12 @@ Minimum for image acquisition (but not sufficient for on-board image processing)
109110

110111
- PlanktoScope: hardware v2.1 with Raspberry Pi 4 Model B computer
111112
- Memory: 1 GB RAM
112-
- Storage: 8 GB capacity
113+
- Storage: 16 GB capacity
113114

114115
Minimum for full functionality, including on-board image processing:
115116

116117
- Memory: 4 GB RAM
118+
- Storage: 16 GB capacity
117119

118120
Recommended:
119121

@@ -179,6 +181,7 @@ Minimum for image acquisition (but not sufficient for on-board image processing)
179181
Minimum for full functionality, including on-board image processing:
180182

181183
- Memory: 4 GB RAM
184+
- Storage: 16 GB capacity
182185

183186
Recommended:
184187

@@ -242,6 +245,7 @@ Minimum for full functionality, including on-board image processing:
242245

243246
- PlanktoScope: hardware v2.1 with Raspberry Pi 4 Model B computer
244247
- Memory: 4 GB RAM
248+
- Storage: 16 GB capacity
245249

246250
Recommended for full functionality:
247251

software/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project uses [Calendar Versioning](https://calver.org/) with a `YYYY.mi
77
for all releases after `v2.3.0`.
88
All dates in this file are given in the [UTC time zone](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).
99

10-
## Unreleased
10+
## v2025.0.0-alpha.0 - 2025-05-21
1111

1212
### Added
1313

@@ -22,6 +22,7 @@ All dates in this file are given in the [UTC time zone](https://en.wikipedia.org
2222
- (Breaking change; System) The official PlanktoScope OS images are now built on Raspberry Pi OS 12 (bookworm) instead of Raspberry Pi OS 11 (bullseye). No support will be given for running the PlanktoScope OS setup scripts on bullseye base images, and the OS setup scripts will not work on bullseye.
2323
- (Application: GUI) The Node-RED dashboard now initializes the Sample page's Dilution Factor field to 1.0, instead of leaving it empty.
2424
- (System: networking) Wi-Fi hotspot behavior and network connection management is now based on NetworkManager, as part of an upgrade to Raspberry Pi OS 12 (bookworm). As part of this change the previous autohotspot service has been removed, as it's redundant with functionality now provided by NetworkManager.
25+
- (Application: backend) The systemd services for running the Python hardware controller have now been renamed/unified into `planktoscope-org.device-backend.controller.service`.
2526

2627
### Removed
2728

0 commit comments

Comments
 (0)