Skip to content

chore: 8.4.0 alpha release notes#17892

Merged
emilyburghardt merged 2 commits intochore_release-8.4.0from
notes-8.4.0-alpha
Mar 27, 2025
Merged

chore: 8.4.0 alpha release notes#17892
emilyburghardt merged 2 commits intochore_release-8.4.0from
notes-8.4.0-alpha

Conversation

@emilyburghardt
Copy link
Copy Markdown
Collaborator

Overview

Release notes for 8.4.0-alpha.

Test Plan and Hands on Testing

Changelog

Added new features, improvements, and bug fixed (including 8.3.0 punted bugs)

Review requests

-any changes to liquid classes customer messaging?
-any missing bug fixes or improvements?

Risk assessment

low.

@emilyburghardt emilyburghardt requested review from a team as code owners March 26, 2025 16:03
@emilyburghardt emilyburghardt requested review from ncdiehl11 and removed request for a team March 26, 2025 16:03
Copy link
Copy Markdown
Contributor

@ecormany ecormany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Handful of comments!

Comment thread api/release-notes.md Outdated

### New Features

- Use new ``transfer_liquid``, ``distribute_liquid``, and ``consolidate_liquid`` commands only on the Flex to optimize liquid handling based on Opentrons-verified liquid classes.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Use new ``transfer_liquid``, ``distribute_liquid``, and ``consolidate_liquid`` commands only on the Flex to optimize liquid handling based on Opentrons-verified liquid classes.
- Use new ``transfer_liquid``, ``distribute_liquid``, and ``consolidate_liquid`` commands on Flex to optimize liquid handling based on Opentrons-verified liquid classes.

I think this matches how we've described Flex-only features in the past.

Comment thread api/release-notes.md Outdated
Comment on lines +17 to +18
- Stack multiple Opentrons Tough auto-sealing lids on the deck.
- Move Opentrons Tough auto-sealing lids or remove tip rack lids with the Flex gripper.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Stack multiple Opentrons Tough auto-sealing lids on the deck.
- Move Opentrons Tough auto-sealing lids or remove tip rack lids with the Flex gripper.
- Stack multiple Opentrons Tough PCR Auto-Sealing Lids on the deck.
- Move Opentrons Tough PCR Auto-Sealing Lids or remove tip rack lids with the Flex Gripper.

Comment thread api/release-notes.md Outdated

### Bug Fixes

- An error is raised if the Absorbance Plate Reader fails to initialize before reading a plate inside the module.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- An error is raised if the Absorbance Plate Reader fails to initialize before reading a plate inside the module.
- The API raises an error if the Absorbance Plate Reader fails to initialize before reading a plate inside the module.

active because we can

Comment thread api/release-notes.md Outdated

### Improvements

- Improvements to ``return_tip`` change the pipette position to correctly drop and return attached tips to the tip rack.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what this refers to. I think we need something more precise.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refers to EXEC-1191, this static electricity issue. Probably need to touch base with Ryan on an improved description for this one.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aha. It's a general improvement. Something like "Improved tip-drop motion for Flex 8-channel pipettes."

Comment thread app-shell/build/release-notes.md Outdated
### New Features

- Run Flex protocols with updated liquid handling commands, optimized for liquid class properties like viscosity.
- During a protocol, use the Flex gripper to remove lids from new tip boxes on the deck.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- During a protocol, use the Flex gripper to remove lids from new tip boxes on the deck.
- During a protocol, use the Flex Gripper to remove lids from new tip racks on the deck.

Comment thread app-shell/build/release-notes.md Outdated

- Run Flex protocols with updated liquid handling commands, optimized for liquid class properties like viscosity.
- During a protocol, use the Flex gripper to remove lids from new tip boxes on the deck.
- Run protocols with stacked Opentrons Tough auto-sealing lids.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Run protocols with stacked Opentrons Tough auto-sealing lids.
- Run protocols with stacked Opentrons Tough PCR Auto-Sealing Lids.

Comment thread app-shell/build/release-notes.md Outdated
### Bug Fixes

- During error recovery, select only a single column of pipette tips to resume the protocol.
- An error is raised if the Absorbance Plate Reader fails to initialize before reading a plate inside the module.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can have this in API only.

Comment thread app-shell/build/release-notes.md Outdated

### Bug Fixes

- During error recovery, select only a single column of pipette tips to resume the protocol.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What bug did this fix? And it makes it sound like this is the only way to resume.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes RQA-3927 ; I'll chat with Jamey and Sara to double check.

And good call, it sure does.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, maybe something like "Error recovery no longer lets you select more tips than the pipette can pick up at once."

Copy link
Copy Markdown
Contributor

@jwwojak jwwojak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Recommend :shipit:

@ecormany ecormany changed the title 8.4.0 alpha release notes chore: 8.4.0 alpha release notes Mar 27, 2025
@emilyburghardt
Copy link
Copy Markdown
Collaborator Author

Had a few changes to make after discussing with Nus, so second commit includes feedback/Ed's suggestions.

Copy link
Copy Markdown
Contributor

@ecormany ecormany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, let's get it in alpha 0!

@emilyburghardt emilyburghardt merged commit 456e6ac into chore_release-8.4.0 Mar 27, 2025
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants