Skip to content

Commit

Permalink
release: release Pylake v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rpauszek committed Oct 17, 2023
1 parent 166f2e6 commit 29dfe40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.2.1 | t.b.d.
## v1.2.1 | 2023-10-17

#### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion docs/whatsnew/1.2.0/1_2_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ times will be underestimated. For more information see the :doc:`changelog</chan
Note that CSVs exported from the kymotracker widget before `v1.2.0` will contain insufficient metadata
to make use of the improved analysis. To create this metadata, use :func:`~lumicks.pylake.filter_tracks()` on the group with a specified
`min_length` before further analysis. CSVs exported starting from `v1.2.0` contain an additional data column with this data
under the header `"minimum_length (-)"`. For more information, see :ref:`tutorial<track_migration>`.
under the header `"minimum observable duration (seconds)"`. For more information, see :ref:`tutorial<track_migration>`.

Correct for discretization in binding lifetime analysis
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.0"
__version__ = "1.2.1"
__summary__ = "Bluelake data analysis tools"
__url__ = "https://github.com/lumicks/pylake"

Expand Down

0 comments on commit 29dfe40

Please sign in to comment.