Skip to content

Commit

Permalink
release: release Pylake v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepVanlier committed Jan 29, 2025
1 parent cb06082 commit 2a394ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

## v1.6.1 | t.b.d.
## v1.6.1 | 2025-01-29

#### Bug fixes

* Fixed a bug where [`ForceCalibrationItem.force_sensitivity`](https://lumicks-pylake.readthedocs.io/en/latest/_api/lumicks.pylake.calibration.ForceCalibrationItem.html#lumicks.pylake.calibration.ForceCalibrationItem.force_sensitivity) would return the signed force response rather than the unsigned force sensitivity of a Bluelake calibration. This can cause issues with the force sign when using ratios of sensitivities obtained from Bluelake or Pylake. Now Pylake and Bluelake items both return the unsigned force sensitivity.
* Fixed a bug where [`lk.load_tracks`](https://lumicks-pylake.readthedocs.io/en/latest/_api/lumicks.pylake.load_tracks.html#lumicks.pylake.load_tracks) incorrectly loaded the position coordinates of tracks that had been calibrated to base pairs.
* Fixed a bug where [`ForceCalibrationItem.force_sensitivity`](https://lumicks-pylake.readthedocs.io/en/v1.6.1/_api/lumicks.pylake.calibration.ForceCalibrationItem.html#lumicks.pylake.calibration.ForceCalibrationItem.force_sensitivity) would return the signed force response rather than the unsigned force sensitivity of a Bluelake calibration. This can cause issues with the force sign when using ratios of sensitivities obtained from Bluelake or Pylake. Now Pylake and Bluelake items both return the unsigned force sensitivity.
* Fixed a bug where [`lk.load_tracks()`](https://lumicks-pylake.readthedocs.io/en/v1.6.1/_api/lumicks.pylake.load_tracks.html#lumicks.pylake.load_tracks) incorrectly loaded the position coordinates of tracks that had been calibrated to base pairs.

## v1.6.0 | 2025-01-09

Expand Down
2 changes: 1 addition & 1 deletion lumicks/pylake/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "lumicks.pylake"
__version__ = "1.6.0"
__version__ = "1.6.1"
__summary__ = "Bluelake data analysis tools"
__url__ = "https://github.com/lumicks/pylake"

Expand Down

0 comments on commit 2a394ea

Please sign in to comment.