Skip to content

Commit

Permalink
bump and rip
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Mar 10, 2024
1 parent 3a5ed3a commit 8f80137
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Upcoming
### 24.3.10

#### Enhancements
- For better consistency between Pioreactors, we've introduced a new configuration option that will automatically adjust the IR LED intensity to match a target value in the reference photodiode, at the start of OD reading. This means that if your IR LEDs are slightly different between Pioreactors, the IR LED output will be adjusted to match a hardcoded value. To enable this feature, change the `[od_config]` config parameter `ir_led_intensity` value to `auto`. For new installs, this is the default configuration. This _shouldn't_ change your actual OD readings very much (since we normalize raw PD by REF, and increase or decrease in REF is balanced by increase or decrease in PD), but it will make analysis easier.
Expand Down
2 changes: 1 addition & 1 deletion pioreactor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Append ".dev0" if a dev version
# Append "rc0" if a rc version
# No zero padding!
__version__ = "24.3.4.dev0"
__version__ = "24.3.10"


def get_hardware_version() -> tuple[int, int] | tuple[int, int, str]:
Expand Down
File renamed without changes.

0 comments on commit 8f80137

Please sign in to comment.